.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 125px !important; /*default  width of main box */
border: 1px solid black ;
position: relative;
text-indent: 3px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
background-color: #F0F0F0;
}

.dhtmlselect input {
  width: 100px !important;
  margin: 0px ;
  border: 0px ;
  cursor: pointer;
  height: 15px;
}
.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
/*right: -25px;*/
/*right: -55px;*/
left: 110px !important;
width: 24px;
height: 17px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 130px; /*default width of drop down menu*/
border: 1px solid black;
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: #dceefc;
border-bottom: 1px solid gray;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: orange;
color: white;
}
