.dropmenudiv{
position:absolute;
border: 1px solid #fff;
/*opacity:0.9;*/
top: 0;
font:normal 12px ;
z-index:100;
background-color: #dfdfdf;
width: 200px;
visibility: hidden;
padding-bottom:15px;
}


.dropmenudiv a, .dropmenudiv a:hover{
width: auto;
display: block;
padding-left: 20px;
border-bottom:  1px solid #f19923; 
text-decoration: none;
font-weight: bold;
color:#5c5b5b;
line-height:20px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
}
.dropmenudiv span{
display: block;
padding-left: 20px;
padding-top:5px;
padding-bottom:2px;
text-decoration: none;
font-weight: bold;
color:#fffefe;
background:#5c5b5b;
font-size:11px;
margin-bottom:8px;
width: auto;
}
* html .dropmenudiv span{ /*IE only hack*/
width: 100%;
}
.dropmenudiv u{
font-size:14px;
}
