#tabs {
	float:left;
	width:100%;
	background:#FFF url("tab_back.gif") repeat-x bottom;
	margin-bottom:5px;
	font-size:0.9em;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#tabs li {
	display:inline;
}
#tabs a {
	float:left;
	background:url("tab_left.gif") no-repeat left top;
	padding:0 0 0 9px;
	border-bottom:1px solid #;
	text-decoration:none;
	white-space:nowrap;
}
#tabs a span {
	float:left;
	display:block;
	background:url("tab_right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#000000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#041496;
}
#tabs #current a {
	background-position:0 -150px;
	border-width:0;
}
#tabs #current a span {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#041496;
}
#tabs a:hover {
	background-position:0% -150px;
	color:#041496;
}
#tabs a:hover span {
	background-position:100% -150px;
}