/* ================================================================ 
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.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 {
	height:22px;
	padding-top: 24px;
}
#menu ul {display:inline-block;} 
#menu ul {display:inline;}
#menu ul.top-level {margin-left:0;}
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;} 
#menu li {margin:0; padding:0;}
#menu a {
	display:block;
	font:normal 18px Arial, Helvetica, sans-serif;
	color: #CE0400;
	line-height:22px;
	text-decoration:none;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-weight: bold;
}
#menu a:hover {
	background-color: #80E6FF;
}
* html #menu ul.top-level {margin-left:0;} /* I don't know why, but this centers IE5.5 ?? */
 
#menu li:hover > ul {visibility:visible;}
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {visibility:visible;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {visibility:hidden;}
 
#menu ul.top-level {display:table;} 
#menu li.top-level-li {float:left; position:relative; margin-right:0px;}
 
#menu a.top-level-a {float:left; padding:0 0 0 10px;} 
#menu a.top-level-a span {float:left; padding:0 10px 0 0; cursor:pointer; cursor:hand;}
#menu a.down span {float:left; padding:0 10px 0 0; cursor:pointer;}
 
#menu a.top-level-a:hover {white-space:nowrap; }
#menu a.top-level-a:hover span, 
#menu a.top-level-a:focus span, 
#menu a.top-level-a:active span {color:#000;  cursor:pointer;}
#menu a.down:hover span, 
#menu a.down:focus span, 
#menu a.down:active span {color:#000; cursor:pointer;}
 
#menu li.top-level-li:hover > a {white-space:nowrap; }
#menu li.top-level-li:hover > a span {color:#000;}
#menu li.top-level-li:hover > a.down span {color:#000;}
 
#menu li ul {
	display:block;
	position:absolute;
	visibility:hidden;
	padding:1px 1px 8px 1px;
	left:0;
	background-color: #CE0400;
}
#menu li li {border-bottom:1px solid #CE0400;}
#menu li li a {background:#fff; font-size: 14px; color: #000;} 
#menu li li a:hover {background:#e3e6ed;} 
#menu li li:hover > a {background:#e3e6ed;}
#menu li li a.fly {background:#fff url(fly.gif) no-repeat right top;}
#menu li li a.fly:hover {background:#e3e6ed url(fly.gif) no-repeat right top;} 
#menu li li:hover > a.fly {background:#e3e6ed url(fly.gif) no-repeat right top;}
 
#menu ul.drop-down {top:22px; opacity:0.85;} 
#menu li li ul {left:100%; margin-top:-23px; margin-left:-5px;}
 
#menu table {position:absolute;top:0;left:0;border-collapse:collapse;text-align:left;}
#menu table ul li a {padding-left:0; padd\ing-left:20px;}
#menu table table {top:auto; left:100%; margin-left:-1px; padding:0; margin:0;}
#menu table table ul {margin-top:-4px; marg\in-top:-7px;}
