﻿.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;}
