.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
background-color: #1b1f20;
width: 180px;
visibility: hidden;
text-align:left;
font-size:13px;
color:#fff;
padding:5px;
}


.dropmenudiv a{
display: block;
/*width:166px;*/
text-indent: 1px;
padding:4px;
text-decoration: none;
font-size:13px;
font-weight:bold;
font-family:Verdana, Arial;
color:#fff;
background-color: #1b1f20;
color: #fff;
}

.dropmenudiv a.divider{margin-bottom:1.5em;}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #216386;
color:#fff;
}