#seo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 101;
	background: none; /* Background colour for the menu area (mostly for debugging) */
	text-align: left; /* Centres the menu in IE */
	font: 10px Verdana, sans-serif;
	height: 18px;
	border-top: 1px solid white;
	padding: 10px;
	width:130px;
}

#seo ul {
	margin: 0px auto; /* Centres the menu in Mozilla/Opera */
	padding: 0px; /* border area around meun items */
	text-align: left; /* aligns text inside the menu button ????? see below*/
	/*width: 768px; Width of the whole menu */
}

#seo li {
	float: left;
	width: 100px; /* Width of the menu buttons - includes space between so make larger than popup width*/
	margin-right: 10px;
	padding: 0px;
	list-style: none;
	display: block;
	position: relative;
}

#seo li a {
	display: block;
	border: 0px solid #333; /* Colour of button borders */
	padding: 2px 4px;
	background: none; /* Background colour of menu buttons */
	text-decoration: underline; /* Underline menu buttons? */
	text-align: left; /* 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: #fc0; /* Background colour of pop-up menu header */
	border-bottom: 1px solid #666; /* Colour of bottom border of the menu */
	width: 120px; /*width of the popup menu */
}

#seo ul li>ul {
	width: 120px;
}

#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: #fc0; /* Background colour of pop-up menu */
	color: #c00;	/* 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 */
}

#seo ul ul li a:hover {
	color: #f00; /* 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: none; /* Hover background colour for menu buttons */
}

#seo li:hover ul a,
#seo li.sfhover ul a {
	background: none; /* background colour for menu items */
}

#seo ul ul li.header {
	display: block;
	background: black; /* Background colour for menu headers */
	color:  white; /* #5A6269; Text colour for menu headers */
	padding: 3px 4px;
	margin: 0px;
	/*width: 20px;*/
	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: -330px;
}




/********** Regional Rentals Menu ************/

#regions-seo {
	position: absolute;
	left: 125px;
	top: 0px;
	z-index: 100;

	background: none; /* Background colour for the menu area (mostly for debugging) */
	text-align: left; /* Centres the menu in IE */
	font: 10px Verdana, sans-serif;
	height: 18px;
	border-top: 1px solid white;
	padding: 10px;
}

#regions-seo ul {
	margin: 0px auto; /* Centres the menu in Mozilla/Opera */
	padding: 0px; /* border area around meun items */
	text-align: left; /* aligns text inside the menu button ????? see below*/
	/*width: 768px; Width of the whole menu */
}

#regions-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;
	display: block;
	position: relative;
}

#regions-seo li a {
	display: block;
	border: 0px solid #333; /* Colour of button borders */
	padding: 2px 4px;
	background: none; /* Background colour of menu buttons */
	text-decoration: underline; /* Underline menu buttons? */
	text-align: left; /* alignment of button text */
}

#regions-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: #fc0; /* 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 */
}

#regions-seo ul li>ul {
	width: 160px;
}

#regions-seo ul ul li {
	float: none;
	width: auto;
}

/* Stops IE6 from inserting gaps between items */
* html #regions-seo ul ul li {
	display: inline;
	width: 99.99%;
	padding: 0px;
	margin: 0px;
}

#regions-seo ul ul li a {
	margin: 0px;
	display: block;
	border: 1px solid #000000; /* Colour of border around menu items */
	background-color: #fc0; /* Background colour of pop-up menu */
	color: #c00;	/* 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 */
}

#regions-seo ul ul li a:hover {
	color: #f00; /* Hover text colour for menu items */
}

#regions-seo li:hover ul,
#regions-seo li.sfhover ul {
	display: block;
}

#regions-seo li:hover a,
#regions-seo li.sfhover a {
	background: none; /* Hover background colour for menu buttons */
}

#regions-seo li:hover ul a,
#regions-seo li.sfhover ul a {
	background: none; /* background colour for menu items */
}

#regions-seo ul ul li.header {
	display: block;
	background: black; /* Background colour for menu headers */
	color:  white; /* #5A6269; Text colour for menu headers */
	padding: 3px 4px;
	margin: 0px;
	/*width: 20px;*/
	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 */

#regions-seo #regions-se-menu1 ul {
	top: -306px;
}

