.menutabs{
border-bottom: 0 solid gray;
}

.menutabs ul{
padding:0;
margin:0;
font: bold 11px Arial, Verdana;
line-height:15px;
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 2px 0 0;
}

.menutabs li a{
text-decoration: none;
padding: 2px 10px;
color: #fff;
background: transparent url() top left repeat-x; /*THEME CHANGE HERE*/
}

.menutabs li a:visited{
color: #fff;
}

.menutabs li a:hover{
color: #000;
background-color: #ffc40d;
text-decoration: none;
}

#homepage #home, #homepage #home a, 
#aboutpage #about, #aboutpage #about a,
#productspage #products, #productspage #products a, 
#servicespage #services, #servicespage #services a, 
#contactpage #contactus, #contactpage #contactus a {
color: #ffc40d;
background-color:transparent;
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: #453a1f;
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: #453A1F;
background-color: #C6BF9D;
}