#seo {
	text-align: left; /* Centres the menu in IE */
	font: 11px "Trebuchet MS", Verdana, sans-serif;
	height: 18px;
	background: none;	
	position: absolute;
	left: 8px;
	top: 40px;
}

#seo ul {
	margin: 0px auto; /* Centres the menu in Mozilla/Opera */
	padding: 0px; /* border area around meun items */
}

#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 white; /* Colour of button borders */
	color: white;
	background: black;
	padding: 2px 4px;
	background: none; /* 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: -200px; /* IMPORTANT! Set so that the menu sits *exactly* on top of the button */
	margin: 0px;
	background: #C7C9CA; /* Background colour of pop-up menu header */
	border-bottom: 1px solid #666; /* Colour of bottom border of the menu */
	width: 150px; /*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: #E2E3E3; /* Background colour of pop-up menu */
	color: black;
	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: white; /* Hover text colour for menu items */
	background: #8E9295;
}

#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: #5C5F61; /* Background colour for menu headers */
	color:  white; /* #5A6269; Text colour for menu headers */
	padding: 3px 4px;
	margin: 0px;
	width: 20;
	font-weight: bold;
	text-align: left;
	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: -143px;
}


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


#seo #se-menu3 ul {
	top: -138px;
}

