.dropdown {
float:left; 
position:relative;
padding-right:0px;
line-height:43px;
vertical-align:middle;
height:43px;
/*background:green;*/
margin:0;color:#fff;
}
.dropdown dt a{text-decoration:none;
line-height:43px;
height:43px;
padding:0px 10px;
font-weight:bold; 
cursor:pointer; 
color:#fff;
}
*html .dropdown dt {
width:1%;
w\idth:100%;
w\idth:1%;
}
.dropdown dt:hover {
color:#4587FF;
/*background:purple;
color:red;*/
/*background:url(images/header_over.gif)*/
}
.dropdown dd {
position:absolute; 
overflow:hidden; 
width:150px;
display:none; 
background:#1B3564;
z-index:5000; 
opacity:0.9;
}
.dropdown ul {
overflow:visible;
/*background:url(images/dropup-bg.png);*/
line-height:0.8em;
font-size:0.8em;
/*width:204px;*/
/*border:2px solid #9ac1c9;*/
list-style:none; 
/*border-bottom:none*/
}
.dropdown li {
display:inline;
}
.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited {
display:block; 
padding:5px;
padding-left:10px;
color:#fff;
text-align:left;
text-decoration:none;
/*background:#eaf0f2; */
width:150px;}
.dropdown dd a:hover {
/*background:#d9e1e4;*/
color:#000;
}
.dropdown .underline {
/*border-bottom:1px solid #b9d6dc
*/
}
