.newTabs{
	position: relative;
	padding: 0 0 8px 0px;
	margin: 0 auto 0 auto;
	background: url("../images/tabs/menub_bg2.gif") repeat-x; 
	height: 46px;
	list-style: none;
}

.newTabs li{
	float:left;
}

.newTabs li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size:93%;
	padding:0 0 0 16px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.newTabs li a b{
	float: left;
	display: block;
	font-weight: normal;
	padding: 0 15px 0 0px;
	color:#000;
}

.newTabs li.current a, .newTabs li a:hover{
	color: #fff;
	background: url("../images/tabs/menub_hover_left2.gif") no-repeat;
	background-position: left;
}

.newTabs li.current a b, .newTabs li a:hover b{
	color: #fff;
	background: url("../images/tabs/menub_hover_right2.gif") no-repeat right top;
}

.newTabs li.current span.raise{position:relative;top:-5px;}


