body {
	font: medium 11px/1.5em Verdana;
		}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

#tabs {
	float:none;
	display:inline;
	width:100%;
	font-size:100%;
	line-height:normal;
	}
	
/* on padding use the last number to centre the nav bar 
   margin- adjusts the space around tabs - use to move 
   tabs up to meet the top of nav bar\*/
#tabs ul {
	margin:0px 0px 0px 0px;
	padding:2px 2px 6px 70px;
	list-style:none;
	}p

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("tab_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("tab_right.gif") no-repeat right top;
	padding:3px 13px 4px 9px;
	color:#B5AF76;
	border-bottom:0px solid #2763A5;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#666666;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

	
/* home tab \*/

#home a {
	float:left;
	background:url("tab_home_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
	}

#home a span {
	float:left;
	display:block;
	background:url("tab_home_right.gif") no-repeat right top;
	padding:3px 13px 4px 9px;
	color:#fff;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#home a span {float:none;}

/* End IE5-Mac hack */
#home a:hover span {
	color:#fff;
	}





/* You Are Here tab \*/

#here a {
	float:left;
	background:url("tab_here_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
	}

#here a span {
	float:left;
	display:block;
	background:url("tab_here_right.gif") no-repeat right top;
	padding:3px 13px 4px 9px;
	color:#FFF;
	border-bottom:0px solid #2763A5;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#here a span {float:none;}

/* End IE5-Mac hack */
#here a:hover span {
	color:#FFF;
	}