.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 60px; /*default  width of main box */
/*border: 1px solid #BCBCBC;*/
position: relative;
padding: 3px;
cursor: hand;
cursor: pointer;
background-color: #F8F8F8;
text-align:left;
}

.language_pretitle{
font-weight: bold;
text-align:right;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
top: -1px;
margin-left: -5px;

}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left:0;
width: 86px; /*default width of drop down menu*/
/*border: 1px solid #BCBCBC;*/
border-bottom: 0;
display: none;
z-index: 5;
font-weight: normal;
*margin-top:22px;
*width:130px;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #F8F8F8;
/*border-bottom: 1px solid #BCBCBC;*/
padding: 3px 3px;
text-indent: 5px;
text-decoration: none;
color: #7D7E80;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}


.dhtmlselect .dropdown a:hover{
background: #E4E4E4;
color: #4C4C4C;
}