#tabbar {
	width: 100%;
	height: 1px;
	background-color: #dbd5c5;
	position: absolute;
	top:68px;
	left: 3px;
	z-index:0;
	overflow: hidden;
}

.tabsmenu{
	position: absolute;
	left: 370px;
	top: 42px;
	width: 580px;
	font-size: 12px;
	line-height:normal;
	text-align:right;
	z-index:10;
}



* 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;
	background-color: white;
	margin:0;
	margin-right: 2px;
	padding:0 0 0 0px;
	text-decoration:none;
}

.tabsmenu a span {
	float:left;
	display:block;
	background:url(../images/tab-left.jpg) no-repeat right top;
	background-color: white;
	padding:3px 13px 3px 13px;
	font-weight:bold;
	color:#696045;
	border-right: 1px solid #dbd5c5;
	border-left: 1px solid #dbd5c5;
	border-top: 1px solid #dbd5c5;
	
}

/* 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;
	border-right: 1px solid #938b70;
	border-left: 1px solid #938b70;
	border-top: 1px solid #938b70;
	border-bottom: 0px;
}

.tabsmenu a:hover, .tabsmenu li.selected a{
	background-position:0% -22px;
}

.tabsmenu a:hover span, .tabsmenu li.selected a span{
	background-position:100% -22px;
}



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 white; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
	background-color: #e9e6da;
	width: 220px;
	visibility: hidden;
	text-align: left;

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid white; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #696045;
	padding-left: 6px;

}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #d7d2c1;
}
.dropmenudiv a:visited{ 
	color: #696045;
}

