

.slidetabsmenu{
	float: left;
	width: 530px;
}

* 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;

}

.slidetabsmenu a{
float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

.slidetabsmenu a span {
float:left;
display:block;

font-weight:bold;
color:#3B3B3B;
}

/* 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: black;

}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -125px;
background: url(images/img1.gif) no-repeat;
}

.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;
	border: 1px solid #918d8d;
	/*THEME CHANGE HERE*/
	border-width: 1px;
	line-height:20px;
	z-index:100;
	background-color:#D1A96D;
	width: 200px;
	visibility: hidden;
	
}


.dropmenudiv_c a{
	width: auto;
	display: block;
	text-indent: 15px;
	border: 0 solid #E9967A;
	/*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	background: url(images/img2.gif) no-repeat;
	color : Black;
	text-transform : lowercase;
	vertical-align : top;
	
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{
	/*THEME CHANGE HERE*/
	background-color: #D9D9D9;
}

