#tabs {
	float:left;
	width:100%;
	font-size:12px;
	line-height:normal;
	height: 24px;
	}

#tabs ul {
	margin:0;
	padding:0px 0px 0;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}
	
#tabs a span {
	float:left;
	display:block;
	background:url("../images/right.gif") no-repeat right top;
	padding:4px 30px 4px 5px;
	color:#FFFFFF;
	margin-left: 2px;
	margin-right: 6px;
	}			

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover {
	background:url("../images/left.gif") no-repeat left top;
	}

#tabs a:hover span {
	background:url("../images/right2.gif") no-repeat right top;
	margin-right: 6px;
	}
