@charset "utf-8";
/* CSS Document */

.menutoptabs{
	font-size: 12px;
	line-height: normal;
	width: 945px;
	display: inline;
}

* 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;
}

.menutoptabs li{
	display: inline;
	margin: 0;
	padding: 0;

}

.menutoptabs a {
	float: left;
	height:24px;
	text-align:center;
	margin: 0;
	padding-top: 9px;
	text-decoration: none;
	border-right: 1px solid #12425F;
	/* background: url(../images/nav-background-off.gif) repeat-x; */
}
.menutoptabs a.last-item { border: 0; }

.menutoptabs a:hover, .menu-item-hover {
	color:#FFE;
	background: url(../images/nav-background-on.gif) repeat-x;
}

.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 {
	position: absolute;
	margin-top:-1px;
	filter: alpha(opacity=95);
	opacity: 0.95;
	top: 0;	
	line-height: 18px;
	z-index: 2000;
	background-color: #3EA898; /*8179A5*/
	visibility: hidden;
	width: 180px; 
}


.dropmenudiv a {
	height:20px;
	font: bold 11px arial; 
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #2C7F71;
	padding: 7px 20px 1px 2px;
	text-decoration: none;
	color: #FFE;
}
.dropmenudiv a.first-item { border-top: 0; }
.dropmenudiv a.last-item { border-bottom: 0; }

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #ACE5DB;
	color: #12425F;
	text-decoration: none;
}