
#meniusus{
padding: 0;

background: transparent;
}

#meniusus ul{
font: bold 11px Arial;
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#meniusus li{
display: inline;
text-transform:uppercase;
}

#meniusus a{
height:24px;
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
text-decoration: none;
padding-top:15px;
padding-bottom:8px;
padding-left:6px;
padding-right:6px;
}

#meniusus a:hover{
height:24px;
color:#FFFFFF;
border-top:1px solid #0065A5;
background-color:#181818; /*Menu hover bgcolor*/
}

#meniusus .current{ /*currently selected tab*/
height:24px;
color:#FFFFFF;
border-top:1px solid #0065A5;
background-color:#181818;
}

/* */

.dropmenudiv_b{
text-align:left;
position:absolute;
top: 290;
left:500px;
border-width: 0 1px;
font-weight:bold;
line-height:18px;
z-index:100;
width:190px;
visibility: hidden;
text-transform:uppercase;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1 solid #721500; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color:#181818;
background-color:#FFFFFF;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
border: 1 solid #0065A5;
background-color:#0065A5;
color:#FFFFFF;
}

