/* $Id: toparea.css,v 1.1 2004/04/29 11:24:08 simon.robins Exp $ */

#banner {
	margin: auto;
	text-align: left;
	width: 764px;
	height: 105px;
	background-color: #FE7E10;
}

* html #banner{
}

.bannerColour {
}
/*----- Corporate Navigation -----*/

#topBan{
	margin-bottom: -3px;
}

* html #topBan{
	margin-bottom: 0px;
}

#button {
	margin: 0px;
	background-color: #FE7E10;
	color: #333;
	font-size: 100%;
	clear: both;
	}

* html #button {
	}

#button ul {
	margin: 0;
	padding: 0;
	border: none;
	}
		
#button li {
	list-style-type: none;
	display: inline;
	margin: 0;

	}

#button li a {
	display: block;
	float: left;
	padding: 1px 5px 2px 5px;
	border-right: 1px solid #B75C00;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	background-color: #FE7E10;
	position: relative;
	left: 17px;
	top: 0px;
	}
	
* html #button li a{
	font-size: 85%;
}

* +html #button li a{
	top: 4px;
}

html>body #button li a {
	width: auto;
	}


#button li a:hover {
	background-color: #E74700;
	}

acronym{
  cursor: help;
  }
