/* ================================================================ 
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 {padding:0; margin:0; list-style:none; position:relative; z-index:5000; }

*+html .menu{position:relative; z-index:5000;}

#nav li.top {display:block; }

/* Default list styling */

#nav li:hover {position:relative; z-index:2000;}
.sub li
{
    display:block;
    width:100%;
    }
#nav li:hover ul.sub
{left:1px; top:31px; background: #2C961C;padding:3px;  white-space:nowrap; height:auto; z-index:3000;}

#nav li:hover ul.sub li
{display:block; position:relative; float:left; }
#nav .sub a{border:none;display:block;}


#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; }
