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

<style type="text/css">

#tabs {
	float:left;
	width:400px;
	overflow:hidden;
	}

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

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

#tabs a {
	float:left;
	color: #000000;
	font:bold 12px tahoma, "Trebuchet MS", "Times New Roman", sans-serif;
	background-color:#00644B;
	margin:2px;
	text-indent:12px;
	padding:0 0 0 0px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background-color:#ffffff;
	padding:0px;
	
	
	}

/* 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:0px;
	}

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

</style>
