@charset "iso-8859-1";
/* CSS Document */

ul {
     margin: 0pt;
     padding: 0pt;
}
    
.listbox {
    background-color: #FFF;
	cursor:pointer;
	border:solid 1px #666666;
	overflow:auto;
        
}

.listbox li {
     text-align: left;
     list-style-type: none;
     margin-left: 0px;
     width:500px;
     
}

.listbox a {
     color: #000;
     text-decoration: none;
}
    
.currentitem{
     cursor: arrow;
     background-color: rgb(49, 106, 197);
     color: #FFF;
}
    
.normalitem {
     background-color: #FFF;
     border-style: none;
     list-style-type: none;
     color: #000;
     text-decoration: none;
}
