/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#mainlevel_menu {
	float:left; 
	padding:0; 
	margin:0; 
	list-style:none; 
	position:relative; 
	width:238px;
	
	padding-left:1px;
	padding-top:5px;
}
#mainlevel_menu ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	width:130px; 
	height:auto; 
	background: url(trans.gif); 
	position:absolute; 
	left:-9999px; 
	top:0;
}
#mainlevel_menu table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#mainlevel_menu li {float:left; margin-bottom:2px;}
#mainlevel_menu li a {
	display:block; 
	float:left; 
	width:238px; 
	height:43px; 
	background-image:url(../images/flyout-bg.jpg); 
	color:#000; 
	line-height:44px; 
	font-family:arial, sans-serif; 
	font-size:12px;
	font-weight:bold; 
	text-decoration:none; 
	text-indent:10px;
	
}
#mainlevel_menu li a.fly {background-image:url(../images/mainlevel_menu-bg.jpg);}

#mainlevel_menu li:hover {position:relative;}
#mainlevel_menu li a:hover {position:relative; background-color:#e60; color:#fff;}
#mainlevel_menu li:hover > a {background-color:#e60; color:#fff;}

#mainlevel_menu ul li a {background:#aaa;}
#mainlevel_menu ul li a.fly {background:#aaa url(right-arrow.gif) no-repeat right center;}
#mainlevel_menu ul ul li a {background:#ccc;}
#mainlevel_menu ul ul li a.fly {background:#ccc url(right-arrow.gif) no-repeat right center;}
#mainlevel_menu ul ul ul li a {background:#ddd;}

#mainlevel_menu li #active_menu_menu,
#mainlevel_menu ul li #active_menu_menu,
#mainlevel_menu ul ul li #active_menu_menu,
#mainlevel_menu ul ul ul li #active_menu_menu {background:#840; color:#fff;}
/*#mainlevel_menu #active_menu_menu{background-color:#840; color:#fff;}*/

#mainlevel_menu :hover ul,
#mainlevel_menu :hover ul :hover ul,
#mainlevel_menu :hover ul :hover ul :hover ul {left:235px;}

#mainlevel_menu :hover ul ul,
#mainlevel_menu :hover ul :hover ul ul {left:-9999px;}

#mainlevel_menu ul li:hover > a {background-color:#e60; color:#fff;}
#mainlevel_menu ul ul li:hover > a {background-color:#e60; color:#fff;}

