﻿.dropmenudiv_c{
position:absolute;
top: 0;
font-size:16px;
background-color:#306895;
width:auto;
visibility: hidden;
text-align:center;
line-height:40px;
z-index:999;
}


.dropmenudiv_c a{
width: auto;
display: block;
border-bottom:1px #fff solid; /*theme change here*/
color:#fff;
text-decoration: none;
}

* html .dropmenudiv_c a{ /*ie only hack*/
width: 100%;
}

.dropmenudiv_c a:visited{ color:#fff; text-decoration:none;}
.dropmenudiv_c a:hover{ color:#fff; background-color:#265479; text-decoration:none;}
