/*- Menu Tabs--------------------------- */ 


#tabs 
{
	float:left;
	width:100%;
	background:#0c4222;
	font-size:93%;
	line-height:normal;
}

#tabs ul 
{
	margin:0;
	padding:0px 0px 0 444px;
	list-style:none;
}

#tabs li 
{
	display:inline;
	margin:0;
	padding:0;
	z-index:10000;
}

#tabs #home a 
{
	float:left;
	background:url("../images/nav-home.gif") no-repeat left top;
	margin:0;
	width: 30px;
	height: 16px;
	padding:0 0 20px 75px;
	text-decoration:none;
}

/*Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs #home a span {float:none;}
/* End IE5-Mac hack */

#tabs #home a:hover span 
{
	color:#FF9834;
}

#tabs #home a:hover 
{
	background-position:0% -36px;
}

#tabs #home a:active 
{
	background-position:0% -36px;
}


#tabs #archive a 
{
	float:left;
	background:url("../images/nav-archive.gif") no-repeat left top;
	margin:0;
	width: 16px;
	height: 16px;
	padding:0 0 20px 75px;
	text-decoration:none;
}

/*Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs #archive a span {float:none;}
/* End IE5-Mac hack */

#tabs #archive a:hover span 
{
	color:#FF9834;
}

#tabs #archive a:hover 
{
	background-position:0% -36px;
}

#tabs #contributors a 
{
	float:left;
	background:url("../images/nav-contributors.gif") no-repeat left top;
	margin:0;
	width: 43px;
	height: 16px;
	padding:0 0 20px 75px;
	text-decoration:none;
}

/*Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs #contributors a span {float:none;}
/* End IE5-Mac hack */

#tabs #contributors a:hover span 
{
	color:#FF9834;
}

#tabs #contributors a:hover 
{
	background-position:0% -36px;
}

#tabs #thisweek a 
{
	float:left;
	background:url("../images/nav-thisweek.gif") no-repeat left top;
	margin:0;
	width: 23px;
	height: 16px;
	padding:0 0 20px 75px;
	text-decoration:none;
}

/*Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs #thisweek a span {float:none;}
/* End IE5-Mac hack */

#tabs #thisweek a:hover span 
{
	color:#FF9834;
}

#tabs #thisweek a:hover 
{
	background-position:0% -36px;
}

#tabs #links a 
{
	float:left;
	background:url("../images/nav-links.gif") no-repeat left top;
	margin:0;
	width: 11px;
	height: 16px;
	padding:0 0 20px 75px;
	text-decoration:none;
}

/*Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs #links a span {float:none;}
/* End IE5-Mac hack */

#tabs #links a:hover span 
{
	color:#FF9834;
}

#tabs #links a:hover 
{
	background-position:0% -36px;
}

#tabs #thisweek a:hover 
{
	background-position:0% -36px;
}

#tabs #uksc a 
{
	float:left;
	background:url("../images/nav-uksc.gif") no-repeat left top;
	margin:0;
	width: 41px;
	height: 16px;
	padding:0 0 20px 75px;
	text-decoration:none;
}

/*Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs #uksc a span {float:none;}
/* End IE5-Mac hack */

#tabs #uksc a:hover span 
{
	color:#FF9834;
}

#tabs #uksc a:hover 
{
	background-position:0% -36px;
}