#tabs {
	float:left;
	width:100%;
	line-height:normal;
	border-bottom:4px solid #d1202b;
	overflow:hidden;
	}

#tabs ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style:none;
	}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0 0 0 0;
	}

#tabs a {	
	font:Arial;
	font-weight:bold;
	font-size:14px;
	float:left;
	background:url("../images/left.png") no-repeat left top;
	margin: 0 5px 0 5px;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs span {	
	float:right;
	display:block;
	background:url("../images/right.png") right top;
	padding:0 5px 0 0;
	margin-right:2px;
	color:#010101;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-position:100% -42px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}
