

	
#tabs {
	font-family:Verdana, "Arial", Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:900px;
	height:36px;
	margin:0px 0px 0px 35px;
	}

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

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

#tabs a {
	float:left;
	/*background:url("black_white_bg.png") no-repeat left top;*/
	background:url(black_white_bg.png) no-repeat left top;
	margin:0px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	color:#fff;
	}

#tabs a span {
	float:left;
	display:block;
	/*background:url("left.png") no-repeat right top;*/
	background:url(left.png) no-repeat right top;
	padding:10px 10px 8px 10px;
	color:#fff;
	}

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

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#000;
	}

#tabs a:hover {
	background-position:0% -36px;
	}

#tabs a:hover span {
	background-position:100% -39px;
	}