.shadetabs{
	padding:0;
	margin:0 ;
	list-style-type: none;
	text-align: center;
	font-size:12px;
	height:30px;
}
.shadetabs li{
	display: inline;
	margin: 0;
}
.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #fff;
	background:url(../images/ip_bg.jpg) top left repeat-x;
	width:100%;
	height:30px;
	padding:6px 25px;
	
}
.shadetabs li a:hover{
	background:url(../images/mf_bg.jpg) top left repeat-x;
	width:100%;
	height:30px;
	color:#fff;
}
.shadetabs li a.selected{
	position: relative;
	background:url(../images/mf_bg.jpg) top left repeat-x;
	width:100%;
	height:30px;
	color:#fff;
	cursor:default;
}
.shadetabs li a.selected:hover{
	text-decoration: none;
}

/*************************************************************************************************/

.shadetabs_new{
	padding:0;
	margin:0 ;
	list-style-type: none;
	text-align: left;
	font-size:18px;
	font-weight:bold;
	height:30px;
}
.shadetabs_new li{
	display: inline;
	margin: 0;
}
.shadetabs_new li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #FFFFFF;
	background:#141414;
	padding:0 9px;
	float:left;
}
.shadetabs_new li a:hover{
	background:#999999;
	color:#000000;
}
.shadetabs_new li a.selected{
	position: relative;
	background:#999999;
	color:#000000;
	cursor:default;
}
.shadetabs_new li a.selected:hover{
	text-decoration: none;
}