@charset "utf-8";
/* CSS Document */


#tabs {
	float:right;
	font-size:12px;
	line-height:normal;
	margin-bottom:0px; /*margin between menu and rest of page*/
	margin-right:10px;
	overflow:hidden;
	display:inline;
	}

#tabs ul {
	margin:0;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../image/left.png") no-repeat left top;
	margin:0;
	width:105px;
	padding:0 0 0 12px;
	text-decoration:none;
	color:#042146;
	}

#tabs a span 
{
	padding-right:12px;
	text-align:center;
	float:left;
	display:block;
	background:url("../image/right.png") no-repeat right top;
	padding-top:6px;
	padding-bottom:7px;
	margin-right:5px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

/* 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;
	}	
