
.seo a
{
	color: #000000;
	/* text-decoration: none; */
	font-weight:bold;
	font-size: 12pt;
}

.seo a:hover
{
	color: Red;
	text-decoration: underline;
}


#seo {
	background-color: none; /* Background colour for the menu line (mostly for debugging) */
	text-align: left; /* Centres the menu in IE */
	font: 14px;
	font-family: Arial, Helvetica, sans-serif; /* Font for whole menu */
	height: 118px;	/* Height of menu bar*/
	border-top: 0px solid white; /* Top border for menu bar*/
	font-weight: bold;
}

#seo ul {
	margin: 0px auto; /* Centres the menu in Mozilla/Opera */
	padding: 0px; /* border area around meun items */
	width: 640px; /* Width of the whole menu */
	background-color: FFFFFF; /* Background colour for the menu area (mostly for debugging) */
}

#seo li {
	float: left;
	width: 150px; /* Width of the menu buttons */
	margin-right: 10px; /* margin to the right of the menu button */
	padding: 0px;
	list-style: none;
	position: relative;
}

#seo li a {
	display: block;
	border: 0px solid white; /* Colour of button borders */
	padding: 2px 4px; /* padding around text- TBRL */
	background: #99CDFF; /* Background colour of menu buttons */
	text-decoration: none; /* Underline menu buttons? */
	text-align: center; /* alignment of button text */
	color: FFFFFF;
}

#seo ul ul {
	display: none;
	position: absolute;
	left: 0px;
	margin: 0px;
	border-bottom: 1px solid #666; /* Colour of bottom border of the menu */
	width: 150px; /*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;
	display: block;
	border: 1px solid #000000; /* Colour of border around menu items */
	background-color: white; /* Background colour of pop-up menu */
	color: black;	/* 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 individual menu block*/
	text-align: left; /* alignment of menu item text */
	
	
}

#seo ul ul li a:hover {
	color: none; /* 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 ul ul li.header {
	display: block;
	background: #0E4A80; /* Background colour for menu headers */
	color:  FFF; /* Text colour for menu headers */
	padding: 3px 4px;
	margin: 0px;
	width: 150px;
	text-align: center;
	font-weight: bold;
	
}

/* If the menus are different heights, you can set them individually here */

#seo #se-menu1 ul {
	top: -155px;
}

#seo #se-menu4 ul {
	top: -173;
}

#seo #se-menu3 ul {
	top: -79px;
}

#seo #se-menu2 ul {
	top: -79px;
}



