#header ul {
position:absolute;
	bottom:0;
float:left;
	width:605px;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;

	margin:0;
	padding:10px 0px 0 165px;
	list-style:none;
	
	}
#header li {

	display:inline;
	margin:0;
	padding:0;
	}
#header a {
	float:left;
	background:url("images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#header a span {
	float:left;
	display:block;
	background:url("images/tabrightF.gif") no-repeat right top;
	padding:8px 25px 8px 20px;
	color:#666;
	font-weight:bold;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {color:#FFFFFF;}
#header a:hover {background-position:0% -42px;}
#header a:hover span {background-position:100% -42px;}