#tabbar {
	width: 100%;
	height: 2px;
	background-color: #f4970b;
	position: absolute;
	top:74px;
	left: 0px;
	z-index:0;
	overflow: hidden;
}

.tabsmenu{
	position: absolute;
	left: 256px;
	top: 53px;
	width: 724px;
	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-color: #000000;
	margin:0;
	margin-right: 3px;
	padding:0 0 0 0px;
	text-decoration:none;
}

.tabsmenu a span {
	float:left;
	display:block;
	background-color: #333333;	
	padding:3px 13px 3px 13px;
	font-weight:bold;
	color:#FFFFFF;
	border-right: 0px solid #424242;
	border-left: 0px solid #424242;
	border-top: 0px solid #424242;
	
}

/* 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;
	background-color: #f4970b;	
	border-right: 0px solid #f4970b;
	border-left: 0px solid #f4970b;
	border-top: 0px solid #f4970b;
	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: 2px;
	border: 1px solid black; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
	background-color: #2c2c2c;
	width: 170px;
	visibility: hidden;
	text-align: left;

}


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

}

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

.dropmenudiv a:hover{ 
	background-color: #f4970b;
}
.dropmenudiv a:visited{ 
	color: white;
}

