@charset "utf-8";
/* CSS Document */


#tabs {
	float:left;
	width:920px;
	font-size:12px;
	line-height:normal;
	margin-bottom:0px; /*margin between menu and rest of page*/
	margin-left:20px;
	margin-top:5px;
	overflow:hidden;
	display:inline;
	}

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

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

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

#tabs a span {
	float:left;
	display:block;
	background:url("../images/right.png") no-repeat right top;
	padding:6px 12px 7px 3px;
	margin-right:0px;
	color:#042146;
	font-weight:bold;
	}

/* 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% -30px;
	}

#tabs a:hover span {
	background-position:100% -30px;
	}
	
#tabs a.active {
	background-position:0% -30px; color:#fff;
	}

#tabs a.active span {
	background-position:100% -30px; color:#fff;
	}	
