.tabsmenu{
	position: absolute;
	left: 15px;
	top: 74px;
	width: 900px;
	font-size: 14px;
	line-height:normal;
	text-align:right;
}
.tabsmenu a:hover{
	text-decoration:none;
}
.tabsmenu a:link{
	text-decoration:none;
}
.tabsmenu a:visited{
	text-decoration:none;
}

#tabbar {
	height: 50px;
	background-color: #545454;
	position: absolute;
	top:107px;
	left: 15px;
	right: 15px;
	z-index:1;
	overflow: hidden;
}

* 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-bg.jpg) no-repeat left top;
	margin:0;
	margin-right: 1px;
	padding:0 0 0 5px;
	text-decoration:none;
}

.tabsmenu a span {
	float:left;
	display:block;
	background:url(images/tab-bg.jpg) no-repeat right top;
	padding:8px 10px 9px 5px;  /* height 1st, 3rd*/
	font-weight:bold;
	color: white;
	text-decoration:none;
}

/* 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;
	text-decoration:none;
}

.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 #687a1a; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 160px;
	visibility: hidden;
	text-align: left;
}


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

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

.dropmenudiv a:hover{ 
	background-color: #40a523;
	text-decoration: none;
}
.dropmenudiv a:visited{ 
	color: black;
	text-decoration: none;
}
