body{
	font-family:Arial, Helvetica, sans-serif;
}




.tabsmenu{
	position: absolute;
	left: 130px;
	top: 97px;
	width: 800px;
	overflow: hidden;
	font-size: 12px;
	line-height:normal;
	text-align:right;
	z-index: 2;
	height: 33px;
}



* html .tabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 1em;
}

.tabsmenu ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

.tabsmenu li{
	display:inline;
	margin:0;
	padding:0;
}

.tabsmenu a{
	float:left;
	background:url(images/tab-left.jpg) no-repeat left top;
	margin:0;
	margin-right: 4px;
	padding:0 0 0 9px;
	text-decoration:none;
}

.tabsmenu a span {
	float:left;
	display:block;
	background:url(images/tab-right.jpg) no-repeat right top;
	padding:7px 13px 10px 4px; /* height: 1st, 3rd */
	font-weight:bold;
	color: #6b5d37;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsmenu a span {float:none;}
/* End IE5-Mac hack */

.tabsmenu a:hover span, .tabsmenu li.selected a span{
	color: white;
}

.tabsmenu a:hover, .tabsmenu li.selected a{
	background-position:0% -33px;
}

.tabsmenu a:hover span, .tabsmenu li.selected a span{
	background-position:100% -33px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
	display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #b0a381; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	text-align: left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0px;
	border: 0 solid #b0a381; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	padding-left: 10px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #f4f0e5;
}
.dropmenudiv a:visited{ 
	color: black;
}
