.slidetabsmenu{
float:left;
width:100%;
font-size: 12px;
line-height:normal;
border-bottom: 0px solid gray;
}

* 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 li.selected a{
	color:#6600FF;
}

.slidetabsmenu a{
float:left;
background:url(../images/normal.gif) repeat-x center top;
margin:0;
margin-left: 5px;
/*padding:0 0 0 9px;*/
line-height:24px;
font-weight:bold;
color:#000000;
text-decoration:none;
cursor:hand;
}

.slidetabsmenu a:hover, a:active, a:visited{
text-decoration:none;
}

.slidetabsmenu a span {


background:url(../images/right.gif) no-repeat right top;
/*
display:block;
padding:2px 13px 2px 4px;*/
font-weight:bold;
color:#3B3B3B;
}


.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: black;
}


.slidetabsmenu li.selected a{
/*background-position:0% -125px;*/
background:url(../images/over.gif) repeat-x left top;
}

.slidetabsmenu li span.leftcapOver
{
background:url(../images/left.gif) no-repeat right top;
}

.slidetabsmenu li span.rightcapOver
{
background:url(../images/right.gif) no-repeat right top;

}

.slidetabsmenu li.selected span.leftcapOver
{
background:url(../images/leftOver.gif) no-repeat right top;
}

.slidetabsmenu li.selected span.rightcapOver
{
background:url(../images/rightOver.gif) no-repeat right top;

}

.leftcapOver{
	display:block;
	float:left;
	width:5px;
	height:24px;
	
	
}
.rightcapOver{
	display:block;
	float:left;
	width:5px;
	height:24px;
	
	margin-top:0px;
	padding-top:0px;
}

.slidetabsmenu span.over, .slidetabsmenu a:hover span{
/*background-position:0% -125px;*/
background:url(../images/over.gif) repeat-x center 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;
font:normal 12px Verdana;
line-height:18px;
z-index:1;
background-color: white;
width: 200px;
visibility:hidden;

}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #eaeaea;
}
.dropmenusub
{
background:transparent url(../images/h_menu_bg.png) repeat-x scroll center top;
margin-bottom:20px;
height:40px;
line-height:0;
position:relative;
top:30px;
}
.dropmenusub a
{
color:#0000FF;
font-weight:bold;
padding:5px;
text-decoration:none;
}
.dropmenusub a:hover, .dropmenusub a:active, .dropmenusub a:visited
{
color:#000000;
}