.menutabs {
border-bottom: 0 solid gray;
}

.menutabs ul{
padding:0;
margin-left: 12px;
margin-top: 0;
margin-bottom: 0;
font: 11px Arial, Helvetica;
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;
color: #4F1600;
border-right:#4F1600 1px solid;
padding:0 0 2px 0;
}

.menutabs li a {
text-decoration: none;
padding: 0 5px 0 4px;
color: #4F1600;
font-weight:bold;
}

.menutabs li.end {
border-right: 0;
}

.menutabs li a:visited{
color: #4F1600;
}

.menutabs li a:hover{
color:#7F2400;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b {
	position:absolute;
	top: 0;
	border: 2px solid #CFCAB5; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	line-height:18px;
	z-index:100;
	background-color:#3F3C2F;
	width: 180px;
	visibility: hidden;
	margin-top:5px;
	margin-left:-3px;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
}


.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: #E8DFB4;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#fff;
background-color: #5F2612;
}

