@charset "UTF-8";
/* CSS Document */

/* Bayscape CSS - www.octopus-creative.co.uk */


/* Sub nav styles */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#submenu {
	height: 132px;
	width: 132px;
	position: relative;
}

#submenu ul {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	white-space: nowrap; 
	text-align: left; 
	padding: 1px 1px 0 1px; 
	background: #fff;
}

#submenu li {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#submenu li {
	display: inline-block;
	display: inline;
}

#submenu ul ul {
	position: absolute;
	left: -9999px;
}

#submenu ul#toplevel {
	position: absolute; 
	left: 0; 
	top: 0;
}

#submenu a {
	display: block; 
	color: #000;
	line-height: 16px; 
	text-decoration: none;
	padding: 0 10px 0 20px;
} 

#submenu ul li:hover > ul {
	left: -251px; 
	margin-top: -24px; 
	margin-right: -1px;
}

#submenu a:hover ul, #submenu a:hover a:hover ul, #submenu a:hover a:hover a:hover ul {
	left: -251px; 
}

#submenu a:hover ul ul, #submenu a:hover a:hover ul ul {
	left: -9999px;
}

#submenu li a:hover {
	background: #09c;
	color: #fff;
} 

#submenu li:hover > a {
	background: #09c;
	color: #fff;
}

#submenu li a.fly {
	background: url(../images/bg-sub-menu-a.gif) 235px 7px no-repeat;
}

#submenu li a.fly:hover {
	background: #09c url(../images/bg-sub-menu-a.gif) 235px 7px no-repeat;
} 

#submenu li:hover > a.fly {
	background: #09c url(../images/bg-sub-menu-a.gif) 235px 7px no-repeat;
}

#submenu table {
	position: absolute;
	left: -125px; 
	height: 0; 
	width: 0;
	border-collapse: collapse;
	margin-top: -3px;
	margin-right: -1px;
}

