.menutabs {
border-bottom: 0 solid gray;
}

.menutabs ul{
padding:0;
margin-left: 12px;
margin-top: 3px;
margin-bottom: 0;
font: bold 11px Arial, Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.menutabs li {
display: inline;
margin: 0;
border-right: 3px #fff solid;
padding:2px 0 2px 0;
}

.menutabs li a {
text-decoration: none;
padding: 3px 12px;
color: #fff;
font-weight:bolder;
}

.menutabs li.end {
border-right: 0;
}

.menutabs li a:visited{
color: #fff;
}

.menutabs li a:hover{
color:#f3d880;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 2px solid #ccc; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:bold 11px Arial, Verdana;
line-height:18px;
z-index:100;
background-color: #000;
width: 180px;
visibility: hidden;
margin-top:1px;
margin-left:-3px;
text-align:left;
}


.dropmenudiv_b a {
width: auto;
display: block;
text-indent: 15px;
border: 0 solid #F6F4E8; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 3px 0;
text-decoration: none;
color: #fff;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#f3d880;
background-color: #000;
}