#newTabs {
	margin:0px;
	padding:0px;
	list-style:none;
	background-image:url('/img/newTabs/newbg.gif');
	background-repeat: repeat-x;
	width:100%;
	height:34px;	
}

#newTabs li {
	margin:0px;
	padding:0px;
	float:left;
	background: url('/img/newTabs/right.gif') top right no-repeat;
	margin-top:9px;
	display:block;
}


#newTabs a {
	margin:0;padding:0;
	display:block;
	padding-left:20px;
	padding-right:20px;
	line-height: 25px;

	font-size:12px;
	color:#464646;
	text-decoration:none;

	background: url('/img/newTabs/left.gif') top left no-repeat;
}

#newTabs li a:hover {
	text-decoration:underline;
}
#newTabs li.on {
	background: url('/img/newTabs/right-selected.gif') top right no-repeat;
}

#newTabs a.on {
	background: url('/img/newTabs/left-selected.gif') top left no-repeat;
}

.newOpens{
	margin:0;padding:0;
	font-weight:bold;
	color:#FF7300;
	position:relative;
	top:-25px;
	width:220px;
}
