@charset "utf-8";
/* CSS Document */


#tabs {
	float:left;
	width:715px;
	font-size:12px;
	line-height:normal;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:0px; /*margin between menu and rest of page*/
	margin-left:335px;
	margin-top:5px;
	overflow:hidden;
	display:inline;
	}

#tabs ul {
	margin:0;
	padding:10px 0px 0 0px;
	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 11px;
	text-decoration:none;
	color:#7f7f7f;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/right.gif") no-repeat right top;
	padding:4px 11px 2px 3px;
	margin-right:2px;
	color:#7f7f7f;
	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:#006dab;
	}

#tabs a:hover {
	background-position:0% -21px;
	}

#tabs a:hover span {
	background-position:100% -21px;
	}
	
#tabs a.active {
	background-position:0% -21px; color:#006dab;
	}

#tabs a.active span {
	background-position:100% -21px; color:#006dab;
	}	
