.menutabs{
border-bottom: 0 solid gray;
}

.menutabs ul{
padding: 8px 0;
margin-left: 12px;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Arial, Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.menutabs li{
display: inline;
margin: 0;
}

.menutabs li a{
text-decoration: none;
padding: 5px 8px 5px 8px;
border-right: 1px #296767 solid;
color: #fff;
}

.menutabs li a:visited{
color: #fff;
}

.menutabs li a:hover{
color: #fff;
background-color: #8f852f;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #F6F4E8; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Arial, Verdana;
line-height:18px;
z-index:100;
background-color: #1D5F5F;
width: 180px;
visibility: hidden;
margin-left:-1px;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 10px;
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: #fff;
background-color: #0F4F4F;
}