.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 140px; /*default  width of main box */
height: 16px !important;
border: 1px solid #666666;
position: relative;
text-indent: 3px;
padding: 2px;
cursor: pointer;
background:url(../../images/Design/trigger.gif) top right no-repeat #ffffff;
}

.dhtmlselect span{
  height:16px;
  padding:0;
  margin:0;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: -1px;
width: 180px; /*default width of drop down menu*/
border: 1px solid #666666;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #ffffff;
border-bottom:1px solid #666666;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: #7c7c7c;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #c7c7c7
}

