.slidetabsmenu{
	float:left;
	width:800px;
	font-size: 12px;
	line-height:normal;
	margin-top: 10px;
	margin-left: 15px;
	height: 30px;
}

* 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;
	padding:2px 13px 2px 4px;
	color:#3B3B3B;
	background-image: url(../images/slide-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

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

.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;
	line-height:18px;
	z-index:100;
	background-color: #FFCD33;
	width: 200px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #333333;
}


.dropmenudiv_c a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	text-decoration: none;
	color: #333333;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#dropmenu1_c a {
	padding-left: 8px;
}

#dropmenu2_c a {
	padding-left: 8px;
}

#dropmenu3_c a {
	padding-left: 8px;
}

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

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