

#tabs {
	float:none;
	margin:1px 0px 0px 0px;
	width:100%;
	height:32px;
	font-size:100%;
	background-color:#;
	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 2px 1px;
	padding:4px 8px 6px 15px;
	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 20px 6px 18px;
	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 20px 6px 18px;
	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 20px 6px 18px;
	color:#000;
	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 12px 6px 8px;
	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: #fff;
	}
	
#trade2 a:hover {
	color: #666666;
	text-decoration:underline;
		

