@charset "utf-8";
/* CSS Document */
#tabs {
	float:right;
	width:100%;
	font-size:93%;
	line-height:normal;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	list-style:none;
	float: right;
	padding-top: -1px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}

#tabs li {
	display:inline;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

#tabs a {
	float:left;
	background:url("images/left.png") no-repeat left top;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	}
	
#tabs a#currenta {
	background:url("images/left.png") no-repeat 0% -40px;
	}
	
	
#tabs a span {
	float:left;
	display:block;
	background:url("images/right.png") no-repeat right top;
	margin-right:-1px;
	color:#000000;
	height: 28px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 85px;
	text-align: center;
	}

#tabs a span#currentspan {
	background:url("images/right.png") no-repeat 100% -42px;
	color:#FFFFFF;
	cursor:default;
	}


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

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

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

#tabs a:hover span {
	background-position:100% -42px;
	color:#FFFFFF;
	}
	
