#tabs{
	float:left;
	width:100%;
	line-height:normal;
}
#tabs ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:20px;
}
#tabs li{
	float:left;
	margin:0;
	padding:0;
	height:36px;
	background:url(/public/images/nav/tabLong.gif) no-repeat left top;
}

#tabs a{
	display:block;
	font-family:'Times New Roman', Georgia;
	color:white;
	font-size:20px;
	padding:7px 8px 4px;
	background:url(/public/images/nav/tabCap.gif) no-repeat right top;
}

#tabs #selected{
	background:url(/public/images/nav/tabOverLong.gif) no-repeat left top;
}

#tabs #selected a{
	background:url(/public/images/nav/tabOverCap.gif) no-repeat right top;
}

