.slidetabsmenu{
	/*float:left;*/
	/*width:100%;*/
	font-size: 12px;
	font-family: tahoma;
	color: #000000;
	
}
#slidemenu {
	float: left;
	
	
}


.slidetabsmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	

}

* html .slidetabsmenu ul{
margin-top: 0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;

}

.slidetabsmenu li a{
	text-decoration:none;
	background-image: url(../images/menu_001.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	display:block;
	color:#000000;
	font-weight: bold;
	height: 27px;
	width: 87px;
	background-color: #DFDFDF;
	margin-right: 1px;
	line-height: 27px;
	text-align: center;
	}



.slidetabsmenu li a:hover, .slidetabsmenu li.selected a{
	float:left;
	background-position: left -27;
	text-decoration: none;
	color: #ffffff;
	/*background-color: #000000;*/
	background-image: url(../images/menu_001.gif);
	background-repeat: no-repeat;
	
}
/*============================================================================================*/


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;
	z-index:100;
	visibility: hidden;
	width: 87px;
}


.dropmenudiv_c a{
	width: 87px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: tahoma;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	/*margin-top: 1px;*/
	
	
		color: #000000;
	background-color: #DFDFDF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

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

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
	text-decoration: none;
		color: #FFFFFF;
}


