@charset "utf-8";
/* CSS Document */
#tabs {
	float:right;
	width:100%;
	font-size:100%;
	line-height:normal;
	margin-bottom:5px; /*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: 0px;
	}

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

#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;
	}
	
