.slidetabsmenu {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	border-bottom: 0px solid navy;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-top: 6px;
	margin-bottom: 0em solid navy;
}

.slidetabsmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 3px;
}

.slidetabsmenu li{
	display: inline;
	margin: 0;
	padding: 0;
}

.slidetabsmenu a {
	float: left;
	filter: alpha(opacity=98);
	-moz-opacity: .98;
	opacity: .98;
	background: url(../../images/menu/slide-left.gif) no-repeat left top;
	margin-left: 1px;
	margin-right: 1px;
	padding: 0 0 0 6px;
	width: 100px;
	text-decoration: none;
}

.slidetabsmenu a span {
	float: left;
	display: block;
	filter: alpha(opacity=98);
	-moz-opacity: .98;
	opacity: .98;
	background: url(../../images/menu/slide-right.gif) no-repeat right top;
	padding: 10px 4px 3px 1px;
	font-weight: bold;
	color: #3B3B3B;
	width: 100px;
	text-align: center;
}

.slidetabsactivemenu a {
	float: left;
	filter: alpha(opacity=96);
	-moz-opacity: .96;
	opacity: .96;
	background: url(../../images/menu/slide5-left.gif) no-repeat left top;
	margin-left: 1px;
	margin-right: 1px;
	padding: 0 0 0 6px;
	width: 100px;
	text-decoration: none;
}

.slidetabsactivemenu a span {
	float: left;
	display: block;
	filter: alpha(opacity=96);
	-moz-opacity: .96;
	opacity: .96;
	background: url(../../images/menu/slide5-right.gif) no-repeat right top;
	padding: 10px 1px 3px 1px;
	font-weight: bold;
	width: 100px;
	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: navy;
	cursor: pointer;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
	background-position:0% -125px;
	cursor: pointer;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
	background-position:100% -125px;
	cursor: pointer;
}

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;
	border: 1px solid navy; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index:100;
	width: 245px;
	visibility: hidden;
	text-align: center;
	cursor: pointer;
}


.dropmenudiv_c a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	background-color: #8EA1C9;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: navy;
	text-align: left;
	cursor: pointer;
}

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

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
	background-color: #eaeaea;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_tpd {
	position: absolute;
	top: 0px;
	border: 1px solid navy; /*THEME CHANGE HERE*/
	border-width: 1px 1px;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	width: 250px;
	visibility: hidden;
	text-align: center;
	cursor: pointer;
	display: block;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}


.dropmenudiv_tpd a {
	width: auto;
	display: block;
	text-indent: 1px;
	border: 0 solid navy; /*#918d8d;*/ /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	background-color: #4C8FC4; /* #8EA1C9; */
	padding: 1px 0px;
	text-decoration: none;
	color: white;
	text-align: left;
	cursor: pointer;
	font-weight: normal;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	z-index: 100;

}

* html .dropmenudiv_tpd a { /*IE only hack*/
	width: 100%;
	display: block;
	z-index: 100;
}

.dropmenudiv_tpd a:hover { /*THEME CHANGE HERE*/
	background-color: #FC5001; /* #D0C051; */ /* #eaeaea; */
	color: navy;
	display: block;	
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	z-index: 100;
}

* html .dropmenudiv_tpd a:hover { /*THEME CHANGE HERE*/
	background-color: #FC5001; /* #D0C051; */ /* #eaeaea; */	
	color: navy;
	display: block;
	z-index: 100;
}
