.menutabs{
	border-bottom: 0px solid #999966;
	border-top: 0px solid #999966;
}

.menutabs ul
{
	/**
	padding: 1px 0;
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 1;
	**/
	padding: 3px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font: 11px 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;
	color: Black;  /* button text */
}

.menutabs li a
{
	border-right: #999966 1px solid;
	padding-right: 7px;
	border-top: #999966 1px solid;
	padding-left: 7px;
	background: none; /* url(leaves-menu-tab-2.gif) repeat-x left top; */
	padding-bottom: 3px;
	border-left: #999966 1px solid;
	color: Black;  /* button text */
	margin-right: 0px;
	padding-top: 3px;
	border-bottom: #999966 1px solid;
	text-decoration: none;
}

.menutabs li a:visited
{
	color: Black;  /* button text */
}

.menutabs li a:hover{
	text-decoration: underline;
	color: Black;  /*#ffffff; */ /* #660000; */
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}

.menutabs li.selected{
}

.menutabs li.selected a{ /*selected main tab style */
	background-image: none;  /* url(tab-active.gif); */ /*THEME CHANGE HERE*/
	border-bottom-color: white;
}

.menutabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropdown{
	position:absolute;
	top: 0;
	border: 1px solid #999966; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #C7CAB1; /*white;*/ 
	width: 220px;
	visibility: hidden;
}


.dropdown a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #999966; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #333300;
}

* html .dropdown a{ /*IE only hack*/
	width: 100%;
}

.dropdown a:hover{ /*THEME CHANGE HERE*/
	background-color: #8E9968; /* #C6AC80; */
	color: White; /* #660000; */
}