body {
	font: medium 11px/1.5em Verdana;
	font-weight: 200;
	letter-spacing: 0px;
		}

#tabs {
	float:none;
	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 1px 1px 1px;
	padding:2px 10px 6px 8px;
	list-style:none;
	border-bottom:2px
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("tab_left.gif") no-repeat left top;
	margin:0;
	padding:0px 0px 0px 2px;
	text-decoration:none;
	border-bottom:2px solid #d9d5b3;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("tab_right.gif") no-repeat right top;
	padding:5px 6px 5px 4px;
	color:#666666;
	}


/* 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:5px 6px 5px 4px;
	color:#fff;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#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:0px 0px 0px 2px;
	text-decoration:none;
	
	}

#home a span {
	float:left;
	display:block;
	background:url("tab_home_right.gif") no-repeat right top;
	padding:5px 10px 5px 6px;
	color:#FFF;
	}

