/** { behavior: url(/iepngfix.htc) }*/

#slidemenu {
	font-family: Arial, Helvetica, sans-serif;
}

.slidetabsmenu{
	float:left;
	width:100%;
	font-size: medium;
	font-size: 16px;
	line-height: 29px;  /*   1.8em  */
}

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

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

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

.slidetabsmenu a{
	float:left;
	background:url(../images/menuButtonLeft.jpg) no-repeat left top;
	margin:0;
	margin-right: 0; /* space between buttons */
	padding:0 0 0 10px;
	text-decoration:none;
}

.slidetabsmenu a span {
	float:left;
	display:block;
	background:url(../images/menuButtonRight.jpg) no-repeat right top;
	padding:2px 35px 2px 20px;  /*  padding around text on tabs  */ 
	font-weight:bold;
	color:#fff;
}

/* 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: #fff;
}

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

.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;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	text-decoration: underline;
	color:#FFFFFF;
	background-color:#636466;
}

.dropmenudiv_c a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d;
	padding: 2px 0 2px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #918d8d url(../images/subMenu_arrow.png) repeat-y;  /*  background hover arrow image */
}

.dropmenudiv_c a:hover { /*THEME CHANGE HERE*/
	color: #981c1e;
	background: #918d8d url(../images/subMenu_arrow_hover.png) repeat-y;  /*  background hover arrow image */
}

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