/*- Tab menu -------------- */
#tabs {
	float:left;
	width:100%;
	line-height:normal;
	background:#fff;
	border-bottom:1px solid #83ACCA;
	font-size:11px;
	clear:all;
}
#tabs ul {
	margin:0;
	padding:5px 0px 0px 0px;
	list-style:none;
	float:left;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("../images/tableft9.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright9.gif") no-repeat right top;
	padding:5px 5px 4px 3px;
	color:#24618E;
}
#tabs a span {float:none; }
#tabs a:hover span {color:#000099; background-color: #0000CC;}
#tabs a:hover {background-position:0% -42px;}
#tabs a:hover span {background-position:100% -42px;}
#tabs #current a {background-position:0% -42px; }
#tabs #current a span {background-position:100% -42px; color:#FF0000;}