

.dropmenudiv{
position:fixed;
left: auto;
border-left:1px solid #FFFFFF;
z-index:100;
width: 172px;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
/*height:20px;*/
padding-top: 7px;
padding-bottom:7px;
padding-left:12px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #0d1d74;
background-color: #e1e1e1;
border-bottom: solid #ffffff 1px;
}

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

.dropmenudiv a:hover {
background-color: #d1d1d1 !important;
}

