.slidetabsmenu
{
	border:0 none; 
	font-size:14px;
	list-style-image:none;
	list-style-type:none;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul
{
 	
	padding:0;
	border:0 none; 
	
	list-style-image:none;
	list-style-type:none;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0; float:left;
}

.slidetabsmenu a{
float:left;
margin:0px;
/*background:url('/images/l_menu.gif') no-repeat left top;*/
padding:0px 0px;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
/*background:url('/images/r_menu.gif') no-repeat right top;*/
padding:12px 15px;
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: #333;
}

.slidetabsmenu a:active,
.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
	background:url('/images/lmenu.jpg') repeat-x;

}

.slidetabsmenu a:active span,
.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
	background:url('/images/rmenu.jpg') repeat-x;
	
}

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; padding-top:0px !important;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width:1px;
	font-size:11px ;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color:#F3F3F3;
	width: 200px;
	visibility: hidden;
	color: #666666;

}


.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: #666666;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover
{ /*THEME CHANGE HERE*/
	background-color:#444444; color:#FFF;
}
