.dropmenudiv_a{
position:absolute;
top: 0;
border:1px solid;
border-color:#2c88b9;
border-top-width:4px;
border-bottom-width:0;
font:normal 11px Tahoma, Arial, Verdana;
line-height:18px;
z-index:100;
background-color:#FFFFFF;
width: 180px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid;
border-bottom: 1px solid #999999;
padding: 2px 0;
text-decoration: none;
color:#666666;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{
background-color: #2c88b9;
color:#FFFFFF;
}
