#tab_menu {
	float:left;
	width:800px;
	background:#C6C6C6;
	font-size:12px;;
	line-height:normal;
	border-bottom:0px solid #666;
	text-transform:uppercase;
	font-weight:bold;
	}
#tab_menu ul {
	margin:0;
	padding:10px 0px 0 70px;
	list-style:none;
	float:right;
	}
#tab_menu li {
	display:inline;
	margin:0;
	padding:0;
	color:#71C121;

	}
#tab_menu a {
	float:left;
	background:url(../images/tableftF.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	color:#71C121;
	}
#tab_menu a span {
	float:left;
	display:block;
	background:url(../images/tabrightF.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#71C121;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab_menu a span {float:none;}
/* End IE5-Mac hack */
#tab_menu a:hover span {color:#FFFFFF;}
#tab_menu a:hover {background-position:0% -42px;}
#tab_menu a:hover span {background-position:100% -42px;}