/*
.tabs {
	width:100%;
	font:normal 11px/22px "Tahoma", Verdana, serif;
	line-height:normal;
}
.tabs ul {
	list-style:none;
	padding-left:0px;
}
.tabs li {
	display:inline;
	padding-bottom:1px;
	margin-bottom:1px;
}
*/
.tabs {
	width:100%;
	font:normal 11px/22px "Tahoma", Verdana, serif;
	line-height:normal;
}
.tabs ul {
	list-style:none;
	padding-left:15px;
}
.tabs li {
	display:inline;
}
.tabs a.big {
	float:left;
	width:90px;
	background:url("../img/tableft.gif") no-repeat left top;
	padding:0 0 0 4px;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
}
.tabs a.small {
	float:left;
	width:55px;
	background:url("../img/tableft.gif") no-repeat left top;
	padding:0 0 0 4px;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
}
.tabs a span {
	float:left;
	display:block;
	height:17px;
	background:url("../img/tabright.gif") no-repeat right top;
	padding:5px 15px 0px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */
.tabs a:hover span {color:#FFF;}
.tabs a:hover {background-position:0% -22px;}
.tabs a:hover span {background-position:100% -22px;}
.tabs .current a {background-position:0% -22px;}
.tabs .current a span {background-position:100% -22px;}