@charset "utf-8";
/* ================================================================ 
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-flyout2.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.
=================================================================== */

#menu {
	width:240px;
	height:250px;
	background:none;
	margin:0 auto;
	position:relative;
}

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:center; background:url(trans.gif); padding:10px;}
#menu ul {position:absolute; left:-9999px;}

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul.level1 {
	position:absolute;
	left:0;
	top:-23px;
	margin-left: 0px;
	width: 215px;
}

#menu a b {
	display:block;
	line-height:51px;
	background:url(anywidth/tab-left.gif) no-repeat;
	font-weight:normal;
	width: 239px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: -10px;
	height: 49px;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: underline;
}

#menu ul li:hover > ul {
	visibility:visible;
	left:107%;
	margin-left:-15px;
	margin-top:-49px;
}

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



#menu a:hover ul li a b,
#menu a:hover ul a:hover ul li a b,
#menu a:hover ul a:hover ul a:hover ul li a b {
	background:none;
	color: #CC9900;
}
#menu a:hover ul li a:hover b,
#menu a:hover ul a:hover ul li a:hover b,
#menu a:hover ul a:hover ul a:hover ul li a:hover b {background-position:left bottom;}

#menu table {
	position:absolute;
	left:99%;
	height:0;
	width:0;
	border-collapse:collapse;
	margin-top:-46px;
	margin-left:-10px;
}
