.slidetabsmenu{
	float:left;
	width:920px;
	font-size: 14px;
	line-height:20px;
	color: #c2974f;
	border-bottom-width: 0px;
	border-bottom-style: none;
	font-family: "Trebuchet MS";
	left: 0px;
	margin-left: 0px;
	background-image: url(../images/408432_menu.gif);
	text-indent: 11px;
	background-position: center;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: .5em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding-left:14pt;
}

.slidetabsmenu li{
display:inline;
margin-left:0;
padding:0;
}

.slidetabsmenu a{
	float:left;
	margin-right: 0px;
	text-decoration:none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.slidetabsmenu a span {
	float:left;
	display:block;
	padding:2px 3px 2px 4px;
	font-weight:bold;
	color:#ffffff;
	background-image: none;
	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: #fff9b9;
}

.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: #ffffff;
	width: 180px;
	visibility: hidden;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #9985ab;
	border-top-width: 1px;
	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: #b07f58;
	border-right-color: #b07f58;
	border-bottom-color: #b07f58;
	border-left-color: #b07f58;
	margin-left: 8px;
}


.dropmenudiv_c a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #9985ab;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7c5635;
	border-right-color: #7c5635;
	border-bottom-color: #7c5635;
	border-left-color: #7c5635;
	background-color: #ffffff;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
	background-color: #7c5635;
	color: #fff9b9;
}
