.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 100px; /*default width of main box */
font-size:8pt;
border: 1px solid black;
position: relative;
padding: 0;
left:-2;
margin-right:1px;
cursor: hand;
cursor: pointer;
background-color: white;
color:#006;
text-align:left;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -15px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
right: 0;
top: 15 !important;
width: 100px; /*default width of drop down menu*/
border: 1px solid #006;
display: none;
z-index: 5;
font-weight: normal;
height:250px;
overflow:auto;
scrollbar-arrow-color: #0066C8;
scrollbar-3dlight-color: #4F4F82;
scrollbar-darkshadow-color: #4F4F82;
scrollbar-face-color: #f4f4f0;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #d0d0d0;
scrollbar-track-color: #ffffff;
padding:0;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
display: block;
background: #fea829;
border-bottom: 1px solid #fec774;
text-decoration: none;
color: #006;
padding-left:2px;
margin:0 !important;
}

.dhtmlselect .dropdown a:hover{
background: #dbf1fb;
padding-left:2px;
margin:0 !important;;
}




