/* ================================================================ 
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/ipad-flyout.html
Copyright (c) Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */




ul.toplevel {margin:0px 0 10px 78px; padding:0; list-style:none; white-space:nowrap; text-align:left; position:relative; float:left; clear:left;  width:215px; z-index:100; height:30px; }


ul.toplevel li { margin:0; padding:0; list-style:none;}
/*ul.toplevel li {display:inline;}*/
ul.toplevel ul {margin:0; padding:0; list-style:none; position:absolute; left:-9999px;}

ul.toplevel li a {
	display:block;
	color:#fff;
	line-height:20px;
	text-decoration:none;
	padding:10px 0px;
	width:200px;
	border-bottom:1px dotted #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
} 
ul.toplevel li a.fly {width:auto; margin-right:15px;}
ul.toplevel ul li a { width:auto; color:#4B4B4B; padding:0 20px 0 10px; border:none;  font-size: 12px;}

ul.toplevel li a:hover { color:#c0e391; text-decoration:underline;} 
ul.toplevel li:hover > a { color:#c0e391;}


ul.toplevel li ul li a:hover {color:#333333; text-decoration:underline; } 
ul.toplevel li ul li:hover > a {color:#333333; text-decoration:underline;}

ul.toplevel li:hover > ul {background-color:#c0e391; left:100%; margin-top:-43px;  margin-left:0px;}

ul.toplevel li ul li a { margin: 5px 5px 5px 5px;}

ul.toplevel a:hover ul,
ul.toplevel a:hover a:hover ul, 
ul.toplevel a:hover a:hover a:hover ul { position:relative; left:100%;}
ul.toplevel a:hover ul ul, 
ul.toplevel a:hover a:hover ul ul {left:-9999px;}

ul.toplevel table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; }

/*ul.toplevel li.close {position:absolute; left:0; top:0; width:20px; height:22px; z-index:-1; visibility:hidden;  }*/
