
#btabs {
	float:none;
	width:100%;
	height:32px;
	font-size:100%;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	line-height:normal;
	margin:0px 0px 0px 0px;
	}



#bbold {
	font:bold;
	}


/* CENTRE TABS WITH PADDING HERE
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\*/
#btabs ul {
	margin:2px 0px 10px 0px;
	padding:2px 0px 2px 50px;
	list-style:none;
	}

#btabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#btabs a {
	float:left;
	background:url("btab_left.gif") no-repeat left top;
	margin:0;
	padding:0px 0px 0px 2px;
	text-decoration:none;
		}


/* CHANGE THE COLOUR OF TYPE HERE
Top~right Bottom Left in that order
margin- adjusts the space around tabs - use to move 
   tabs up to meet the top of nav bar\*/
#btabs a span {
	float:left;
	display:block;
	background:url("btab_right.gif") no-repeat right top;
	padding:5px 15px 5px 15px;
	color:#999999;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#btabs a span {float:none;}

/* End IE5-Mac hack - CHANGE MOUSE OVER COLOUR HERE*/
#btabs a:hover span {
	color:#FFFFFF;
	}

#btabs a:hover {
	background-position:0% -40px;
	}

#btabs a:hover span {
	background-position:100% -40px;
	}

	
/* home tab \*/

#bhome a {
	float:left;
	background:url("btab_home_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
	}

#bhome a span {
	float:left;
	display:block;
	background:url("btab_home_right.gif") no-repeat right top;
	padding:5px 10px 3px 5px;
	color:#999999;
	}

/* trade tab \*/

