.dhtmlselect{ /*style of DHTML Select Menu, main box */

width: 140px; /*default  width of main box */
height:23px;
border: 1px solid #ccc;
float:right;
margin-right:90px;
position: relative;
text-indent: 3px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
background:url(../images/dropdown-bg.png) no-repeat;
background-color:#fff;
font-size:16px;
font-weight:bold;
color:#333;
}

.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: 0;
width: 180px; /*default width of drop down menu*/
border: 1px solid #ccc;
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: #eeeeee;
border-bottom: 1px solid #ccc;
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: #dddddd;
}








.dhtmlselect2{ /*style of DHTML Select Menu, main box */

width: 300px; /*default  width of main box */
height:23px;
border: 1px solid #ccc;

position: relative;
text-indent: 3px;

cursor: hand;
cursor: pointer;
background:url(../images/dropdown-bg.png) no-repeat;
background-color:#fff;
font-size:16px;
font-weight:bold;
color:#333;

}

.dhtmlselect2 .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
}



.dhtmlselect2 .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 180px; /*default width of drop down menu*/
height:200px;
border: 1px solid #ccc;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;

overflow-y:scroll;


}

.dhtmlselect2 .dropdown a{ /*style of Drop Down Menu's links */

display: block;
background: #eeeeee;
border-bottom: 1px solid #ccc;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
}



.dhtmlselect2 .dropdown a:hover{
background: #dddddd;
}
