/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth-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 {width:207px; margin:0 0 2px 0; position:relative; z-index:5; border-top:1px solid #7fa0ce; margin-bottom:23px; }

/* Style the top level */
#submenu ul 
{
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap; 
	text-align:left; 
	padding:0px 0px 0px 0px; 
	width:207px; 
	border-bottom:1px solid #7fa0ce;
	background-color:#3e6797;
}
/* Style or override the second level */
#submenu ul 
{
	border-bottom:1px solid #7fa0ce;
}

#submenu li { margin:0; padding:0; list-style:none; }
#submenu li {display:inline-block; display:inline;}
#submenu ul {position:absolute; left:-9999px;}
#submenu ul.level1 {position:relative; left:0; top:0px;}

#submenu a {
	display:block; 
	font:bold 13px arial,sans-serif; 
	color:#fff; 
	line-height:18px; 
	text-decoration:none;
	text-transform:uppercase;
	padding:6px 15px 6px 15px; 
	border-bottom:1px solid #7fa0ce;
	width:178px;
} 
#submenu a:hover, #submenu a:active {
	padding:6px 15px 6px 15px; 
}

#submenu ul li:hover > ul {
	visibility:visible; 
	left:100%; 
	margin-top:-31px; 
	margin-left:-1px;	
	background-color:#3e6797;
}

#submenu a:hover ul,
#submenu a:hover a:hover ul, 
#submenu a:hover a:hover a:hover ul {left:100%; visibility:visible; }
#submenu a:hover ul ul, 
#submenu a:hover a:hover ul ul {left:-9999px;}

#submenu li a:hover {background:#164a73; } 
#submenu li:hover > a {background:#164a73;}
/*
#submenu li a.fly {background: url(/images/arrow.gif) no-repeat right top;}
#submenu li a.fly:hover {background:#ccdae5 url(/images/arrow.gif) no-repeat right top;} 
#submenu li:hover > a.fly {background:#ccdae5 url(/images/arrow.gif) no-repeat right top;}
*/

#submenu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-6px; margin-left:-1px;}

