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;
	margin:2px 0px 0px 0px;
	width:100%;
	height:32px;
	font-size:100%;
	border-bottom:1px solid #fff;
	border-top:0px solid #fff;
	line-height:normal;
	}


#bold {
	font:bold;
	}

/* 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:1px 1px 1px 1px;
	padding:3px 1px 6px 6px;
	list-style:none;
	}

#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:5px 7px 6px 5px;
	color:#FFF;
	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:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

	
/* home tab \*/

#home a {
	float:left;
	font-weight:bold;
	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:5px 7px 6px 5px;
	color:#FFF;
	border-bottom:0px solid #2763A5;
	}
	

/* 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 7px 6px 5px;
	color:#FFF;
	border-bottom:0px solid #2763A5;
	}
	
	


/* trade tab \*/

#trade a {
	float:left;
	background:url("tab_trade_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
	}

#trade a span {
	float:left;
	display:block;
	background:url("tab_trade_right.gif") no-repeat right top;
	padding:5px 7px 6px 5px;
	color:#FFF;
	border-bottom:0px solid #2763A5;
	}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#trade a span {float:none;}

/* End IE5-Mac hack */
#trade a:hover span {
	color:#FFF;
	}

#trade a:hover {
	background-position:0% -42px;
	}

#trade a:hover span {
	background-position:100% -42px;
}

#trade2 a:link {
	color: #FF0000;
	}
	
#trade2 a:hover {
	color: #666666;
	text-decoration:underline;
		

