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



#nav {list-style: none outside none; margin: 0;padding: 0; position:relative;}
#nav li.top {    display: block;
    float: left;
    height: 56px;
    margin-bottom: 0;
    padding-bottom: 6px;
	}

/* Default list styling */
#nav li:hover {position:relative; z-index:200;}
#nav li:hover ul.sub
{ left:0px; /*top:62px;*/ /*IE Fix-->*/ top:56px; width:220px; height:43px; z-index:300; visibility:visible;}
#nav li:hover ul.sub li
{
	margin:0;
	padding:0;
	height:43px;}
#nav li:hover ul.sub li a
{}
#nav li ul.sub li a.fly
{}
#nav li:hover ul.sub li a:hover 
{}
#nav li:hover ul.sub li a.fly:hover
{}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:0px; background: #bbd37e;  white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; width:220px; height:43; z-index:5000; display:block;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{} 
