#seo {
	background-color: none; /* Background colour for the menu area (mostly for debugging) */
	text-align: left; /* Centres the menu in IE */
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	height: 18px;
}

#seo ul {
	margin: 0px auto; /* 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: 400px; /* Width of the whole menu */
}

#seo li {
	float: left;
	width: 160px; /* Width of the menu buttons - includes space between so make larger than popup width*/
	margin-right: 10px;
	padding: 0px;
	list-style: none;
	position: relative;
}

#seo li a {
	display: block;
	border: 1px solid #000000; /* Colour of button borders */
	padding: 2px 4px;
	background: #FADDA3; /* Background colour of menu buttons */
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underlined; /* Underline menu buttons? */
	font-weight: bold; /* ******************************************** */
	text-align: center; /* alignment of button text */
}

#seo ul ul {
	display: none;
	position: absolute;
	left: 0px;
	margin: 0px;
	background: none; /* Background colour of pop-up menu header */
	border-bottom: 1px solid #000000; /* Colour of bottom border of the menu */
	width: 160px; /*width of the popup menu */
}

#seo ul li>ul {
	width: 160px;
}

#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;
	display: block;
	border: 1px solid #000000; /* Colour of border around menu items */
	background-color: #ffffff; /* Background colour of pop-up menu */
	color: #000000;	/* colour of menu item text, 'none' sets it to the  colour in default .css */
	font-weight: normal;
	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 */
}

#seo ul ul li a:hover {
	color: #996600; /* 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: none; /* background colour for menu items */
}

#seo ul ul li.header {
	display: block;
	background: #FADDA3; /* Background colour for menu headers */
	color:  #000000; /* #5A6269; Text colour for menu headers */
	padding: 3px 4px;
	margin: 0px;
	width: 160px;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000; /* Colour of border around menu items */
}

/* If the menus are different heights, you can set them individually here */

#seo #se-menu1 ul {
	top: -117px;
}


#seo #se-menu2 ul {
	top: -117px;
}


