.menutabs {
border: 0 solid gray;
}

.menutabs ul {
margin-left: 30px;
padding:0;
font: bold 15px 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 {
height:23px;
padding:7px 10px 0 10px;
float:left;
display:block;
text-decoration: none;
color: #fff;
background: transparent url(.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.menutabs li a:visited{
color: #fff;
}

.menutabs li a:hover {
color: #9b211a;
background-color: #fff;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b {
position:absolute;
top: 0;
border-left: 1px solid #fff; /*THEME CHANGE HERE*/
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
border-top: 0;
border-width: 0 1px 1px 1px;
font:normal 12px Arial, Verdana;
line-height:18px;
z-index:100;
background-color: #9b211a;
width: 180px;
visibility: hidden;
margin: -1px 0 0 0;
}


.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: #7b120c;
}
