#seo {
	background-color: none;
	text-align: centre;
	font: Arial, Helvetica, sans-serif;
	/*height: 28px;*/
	border-top: 0px solid white;
	font-size: 10px;
}

#seo ul {
	margin: 0px; /* Centres the menu in Mozilla/Opera */
	padding: 0px; /* border area around meun items */
	text-align: center; /* aligns text inside the menu button ????? see below*/
	width: 567px; /* Width of the whole menu */
}

#seo li {
	float: left; 
	width: auto; /* Width of the menu buttons - includes space between so make larger than popup width*/
	 /*margin-right: 0px; */
	padding: 0px;
	list-style: none;
	position: relative;
}

#seo li a {
	font: 10px Arial, Helvetica, sans-serif;
	display: block;
	/*border: 0px solid #CCC; /* Colour of button borders */
	/*padding: 2px 4px; */
	/*background: blue; /* Background colour of menu buttons */
	/*text-decoration: none; /* Underline menu buttons? */
	/*text-align: center; /* alignment of button text */
}

#seo ul ul {
	display: none;
	position: absolute;
	left: 0px;
	/* top: -138px; /* IMPORTANT! Set so that the menu sits *exactly* on top of the button */
	margin: 0px;
	/*border-bottom: 1px solid #442C79; /* Colour of bottom border of the menu */
	width: 120px; /*width of the popup menu */
}

#seo ul li ul {
	width: 150px;
}

#seo ul ul li {
	float: none;
	width: auto;
}

/* Stops IE6 from inserting gaps between items */
* html #seo ul ul li {
	display: inline;
	width: 99.99%;
	padding: 0px;
	margin: 0px;
}

#seo ul ul li a {
	margin: 0px;
	padding: 2px 10px;
	display: block;
	/* border: 1px solid #442C79; /* Colour of border around menu items */
	/* background-color: #000; /* Background colour of pop-up menu */
	color: #000000;	/* colour of menu item text, 'none' sets it to the  colour in default .css */
	text-decoration: none; /* Underline popup items? */
	border-bottom-width: 0px; /* width of the bottom border of each menu item */
	width: 100%; /* width of menu item relative to the width of the menu */
	text-align: left; /* alignment of menu item text */
	font-weight: bold;
}

#seo ul ul li a:hover {
	color: #6FA6C5; /* Hover text colour for menu items */
}

#seo li:hover ul,
#seo li.sfhover ul {
	display: block;
}

#seo li:hover a,
#seo li.sfhover a {
	background-color: none; /* Hover background colour for menu buttons */
}

#seo li:hover ul a,
#seo li.sfhover ul a {
	background-color: #FABF79; /* background colour for menu items */
}

#seo ul ul li.header {
	display: block;
	/* background: white; /* Background colour for menu headers */
	color:  black; /* #5A6269; Text colour for menu headers */
	padding: 3px 4px;
	margin: 0px;
	width: 120px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #FFFFFF; /* Colour of border around menu header */
}

#seo #se-menu1 ul {
	top: 25px;
}

