/* ================================================================ 
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.
=================================================================== */
/* All menu navigation including drop and fly*/
#menu {
	font-size: 12px;
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	height:30px;
	margin-top: -4px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
/* All lists*/
#menu ul {
	display:inline-block;
	padding:0; 
	margin:0; 
	text-align: left;
	list-style:none; 
} 

#menu ul.top-level { /* All top level lists including hover? */
	margin-left:0;
	text-align: left;
	margin: 0;
	padding: 0;
} 

#menu li { /* All top level list items */
	width: 130px;
	text-align: left;
	
}
#menu a {
	display:block;
	color:#000000;
	height:30px;
	text-align:left;
	overflow:hidden;
	line-height: 30px;
} 
* 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; margin:0 auto;} 
#menu li.top-level-li {/* All top level links and text*/
	float:left;
	position:relative;
	margin-right:1px;
	text-align: center;
}

#menu a.top-level-a { /* All top level links Hover */
	padding:0 0 0 0px;
	text-align: center;
	font-size: 14px;
} 
#menu a.top-level-a b {float:left; padding:0 0 0 0; cursor:pointer; cursor:hand; width: 132px}
#menu a.down b {float:left; padding:0 0 0 0; cursor:pointer;}

#menu a.top-level-a:hover {white-space:nowrap; background:#D1D1BA}
#menu a.top-level-a:hover b, 
#menu a.top-level-a:focus b, 
#menu a.top-level-a:active b {color:#000; cursor:pointer;}
#menu a.down:hover b, 
#menu a.down:focus b, 
#menu a.down:active b {color:#000; cursor:pointer;}

#menu li.top-level-li:hover > a {white-space:nowrap;}
#menu li.top-level-li:hover > a b {color:#000;}
#menu li.top-level-li:hover > a.down b {color:#000;}

#menu li ul {
	display:block;
	position:absolute;
	visibility:hidden;
	background:#D1D1BA;
	padding:1px 1px 1px 1px;
	left:0;
	border-bottom:6px solid #505060;
	margin-top: 8px;
} /* -- Dark Band at bottom of drops --*/
#menu li li {border-bottom:1px solid #505060;}
#menu li li a {
	text-indent: 6px;
	color: #666666;
	font-weight: bold;
} 
#menu li li a:hover {
	background-color: #EFEFE9;
	text-indent: 11px;
} 
#menu li li:hover > a {/* -- Sublist Hover --*/
	background-color: #EFEFE9;
	text-indent: 11px;
} 
#menu li li a.fly {background:#D1D1BA url(fly.gif) no-repeat right top;} /* -- could try #E4E4D8 --*/
#menu li li a.fly:hover {background:#EFEFE9 url(fly.gif) no-repeat right top;} 
#menu li li:hover > a.fly {background:#EFEFE9 url(fly.gif) no-repeat right top;}

#menu ul.drop-down {
	top:22px;
	opacity:1;
	background-color: D1D1BA;
} 
#menu li li ul {left:100%; margin-top:-29px; background-color: D1D1BA;}

#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:-7px;}

