.menutoptabs{
	float: left;
	font-size: 12px;
	line-height: normal;
}

* html .menutoptabs{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 0;
}

.menutoptabs ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 30px; margin-left: 7px;
}

.menutoptabs li{
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent url(../images/nav-divider.gif) no-repeat right top;
}

.menutoptabs a{
	float: left;
	margin: 0;
	text-decoration: none;
	background:transparent url(../images/nav-divider.gif) no-repeat scroll right top;
	color: #666;
	padding: 9px 15px 3px 10px;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.menutoptabs a span {
	float: left;
	display: block;
	background: url(media/slide-right.gif) no-repeat right top;
	font-weight: bold;
	color: #3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menutoptabs a span {float: none;}
/* End IE5-Mac hack */

.menutoptabs a: hover span, .menutoptabs li.selected a span{
	color: black;
}

.menutoptabs a: hover, .menutoptabs li.selected a{
	background-position: 0% -125px;
}

.menutoptabs a: hover span, .menutoptabs li.selected a span{
	background-position: 100% -125px;
}

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{
	filter: alpha(opacity=95);
	opacity: 0.95;
	position: absolute;
	top: 0;	
	border: 1px solid #8F8F8F;
	border-width: 1px 1px 0;
	line-height: 18px;
	z-index: 100;
	background-color: #EBEBEB;
	visibility: hidden;
	width: 200px; 
}


.dropmenudiv a{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	display: block;
	text-indent: 5px;
	border: 0 solid #8F8F8F; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 20px 2px 2px;
	text-decoration: none;
	color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #126C12;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
