.slidetabsmenu{
	width:885px;
	font-size: 12px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
	float:left;
	text-decoration:none;
}

.slidetabsmenu a span {
	float:left;
	display:block;
	font-weight:bold;
	color:#000000;
	background-image: url(media/normalgrey.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 216px;
	height: 33px;
	line-height: 28px;
	text-align: center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
	color: #FFFFFF;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
	background-image: url(media/normalgreyover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}

.slidetabsmenu a:hover span, .slidetabsmenu 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_c{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #3675a9;
	width: 215px;
	visibility: hidden;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2D608A;
	border-right-color: #2D608A;
	border-bottom-color: #2D608A;
	border-left-color: #2D608A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}


.dropmenudiv_c a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #2D608A; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
	background-color: #2D608A;
}
