
#header
{
	position: absolute;
	top: 7px;
	left: 4px;
	line-height:normal;
	width: 780px;	
}

#header ul
{
	margin: 0;
	padding: 10px 10px 0px 0px;
	list-style:none;
	white-space: nowrap;
}

#header li
{
	float: left;
	margin:0 5px 0 0;
	padding:0 0 0 7px;
}

#header a
{
	float:left;
	display:block;
	padding:5px 11px 5px 5px;
	text-decoration:none;
	font-weight:bold;
	color: #ffd630;
	font-size: 12px;
}

#header li:hover
{
	background:url("./images/header-left.gif") no-repeat left top;
}


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


#header li:hover a
{
	background:url("./images/header-right.gif") no-repeat right top;
	color:#566F22;
}


#header #current
{
	background-image:url("./images/header-left.gif");
}

#header #current a
{
	background:url("./images/header-right.gif") no-repeat right top;
	color:#fff;
	padding-bottom:6px;
}
