.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #004C98;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #12385C;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #004C98;
padding: 10px 0;
text-decoration: none;
color: #ffffff;
font-size:0.917em; line-height:1em; font-weight:bold;
}

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

.dropmenudiv a:hover{ 
text-decoration:underline;
}