

.dhtmlsmall{ /*style of DHTML Select Menu, main box */
width: 50px; /*default  width of main box */
height:15px;
font-family:Arial;
font-weight:bold;
color:#005ea0;
font-size:11px;
position: relative;
text-indent: 10px;
text-align: left;
padding: 5px 0;
cursor: hand;
cursor: pointer;
background-image: url(../../images/tools/dropdownarr.gif);
BACKGROUND-REPEAT: no-repeat;
}


.dhtmlsmall .dropdown{ /*style of Drop Down Menu that appears onMouseover */

position: absolute;
left: 0;
width: 50px; /*default width of drop down menu*/
border: 1px solid #6e9dbd;
border-bottom-width: 1;
border-top-width:1px;
display: none;
z-index: 5;
font-weight: normal;
padding: 2px 0px 0px 0px;
background-image: url(../../images/tools/droplineimg.gif);
BACKGROUND-REPEAT: repeat-x;
background-color: #8fbad6;
filter:alpha(opacity=40);
-moz-opacity:.90;
}

.dhtmlsmall .dropdown a{ /*style of Drop Down Menu's links */
filter:alpha(opacity=50);
-moz-opacity:.90;
width: auto;
height:17px;
display: block ;
border: 0px solid black;
padding: 3px 0;
font-family: "Myriad Pro";
font-size:12px;
font-weight:bold;
color:#666666;
text-indent: 10px;
text-decoration: none;
text-align:left;
}

* html .dhtmlsmall .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlsmall .dropdown a:hover{
font-family: "Myriad Pro";
font-weight:bold;
color:#005ea0;
font-size:12px;
background-image: url(../../images/tools/namerollall.gif);
background-repeat:no-repeat;
}