/* ================================================================ 
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.cssplay.co.uk/menus/muti-line-dropdown.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 {position:relative; z-index:500; width:850px; margin:0px auto; top:0px;}  
#menu ul {padding:0; margin:0; list-style:none; padding:1px; background:#c0c0c0;}
#menu ul.level1 {height:30px;}
#menu ul ul {position:absolute; left:-9999px;}
#menu table {border-collapse:collapse; width:0; height:0; position:absolute; left:-1px; top:-1px;}
#menu ul li {background:#ffffff; margin-right:2px; float:left;}
#menu ul li a {display:block; float:left; padding:8px 10px 8px 5px; font:normal 10px verdana, sans-serif; color:#000000; text-decoration:none; background:#c0c0c0; border:1px solid #888; border-color:#ddd #555 #555 #ddd;}
#menu ul li a.fly {background:#c0c0c0  url(arrowblk.gif) no-repeat right center; padding-right:15px;}
 
#menu ul ul li {margin:0;}
#menu ul ul li a {width:105px;}
#menu ul ul li a.fly {padding-right:10px;}
 
#menu ul li:hover {position:relative;}
#menu ul li a:hover {
	direction:ltr;
	background:#c0c0c0;
	color:#666;
	border-color:#000000;
	position:relative;
}
#menu ul li:hover > a {
	background:#808080;
	color:#ebe5e5;
	border-color:#808080;
}
 
#menu ul :hover ul {left:-5px; width:122px; top:30px;}
 
#menu ul :hover ul :hover ul,
#menu ul :hover ul :hover ul :hover ul,
#menu ul :hover ul :hover ul :hover ul :hover ul {left:122px; width:122px; top:-2px;}
 
#menu ul :hover ul ul,
#menu ul :hover ul :hover ul ul, 
#menu ul :hover ul :hover ul :hover ul ul {left:-9999px;}
 

 
