.slidetabsmenu {
	width:97%;
	margin: 0 auto;
	padding: 11px 0 0 15px;
	clear: left;
	border-bottom: 0px solid #918d8d;
	position: relative;
}
* html .slidetabsmenu { /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 1em;
}
*:first-child+html .slidetabsmenu { /* IE 7 and below. */
	float: left;
	padding-left: 25px;
}
.slidetabsmenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.slidetabsmenu li {
	display:inline;
	margin:0;
	font-size: 1.5em;
}
.slidetabsmenu li a {
	float:left;
	background:url(../images/inactive-left.gif) no-repeat left top;
	margin:0;
	margin-right: 1px;
	padding:0 0 0 7px;
	text-decoration:none;
}
.slidetabsmenu li a span {
	float:left;
	display:block;
	background:url(../images/inactive-right.gif) no-repeat right top;
	padding:10px 15px 7px 10px;
	color:#101535;
}
.slidetabsmenu li.featured a {
	background:url(../images/featured-left.gif) no-repeat left top;
}
.slidetabsmenu li.featured a span {
	background:url(../images/featured-right.gif) no-repeat right top;
}
.slidetabsmenu li a.navhighlight {
	float:left;
	background:url(../images/active-left.gif) no-repeat left top;
	margin:0;
	margin-right: 1px;
	padding:0 0 0 7px;
	text-decoration:none;
}
.slidetabsmenu li a.navhighlight span{
	float:left;
	display:block;
	background:url(../images/active-right.gif) no-repeat right top;
	padding:10px 15px 7px 10px;
	color:#101535;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu li a span {
	float:none;
}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, a:navhighlight span, .slidetabsmenu li.selected a span {
	color: black;
}
.slidetabsmenu li a:hover, .slidetabsmenu li.selected a {
	background:url(../images/active-left.gif) no-repeat left top;
}
.slidetabsmenu li a:hover span, .slidetabsmenu li.selected a span {
	background:url(../images/active-right.gif) no-repeat right top;
}
.slidetabsmenu li a:navhighlight {
	background:url(../images/active-left.gif) no-repeat left top;
}
.slidetabsmenu li a:navhighlight span {
	background:url(../images/active-right.gif) no-repeat right top;
}

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 #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 210px;
	visibility: hidden;
}
.dropmenudiv_c a {
	width: auto;
	display: block;
	text-indent: 15px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 12px;
}

* html .dropmenudiv_c a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv_c a:hover { /*THEME CHANGE HERE*/
	background-color: #eaeaea;
}

.dropmenudiv_c ul li{
	background-image:url(../images/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.dropmenudiv_c ul a:hover {
	background-image: url(../images/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #eaeaea;
}

/* Third Level Drop Down Menu */

.dropmenudiv_c ul li ul {
	display: none;
	position:relative;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 1px 1px 0 1px;
	line-height:20px;
	background-color: white;
	width: 200px;
	margin-top: -26px;
}

.dropmenudiv_c ul li:hover ul {
	display:block;
	position:absolute;
	min-width:150px;
	left:200px;
}

.dropmenudiv_c ul li:hover ul li a {
	display:block;
	color:#ffffff;
	width: auto;
	text-indent: 15px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 12px;
}
 
.dropmenudiv_c ul li:hover ul li a:hover {
	background-color: #eaeaea;
}

.dropmenudiv_c ul li ul li, .dropmenudiv_c ul li ul li:hover a:hover{
	background-image:none;
}

#dropmenu7_c {
	width: 250px;
}