/* ================================================================ 
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_dropdown_3.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; height:40px; position:relative; z-index:500;}
#nav li.top {display:block; float:left;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:0; top:40px; margin:0; padding:0; white-space:nowrap; width:173px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block;  position:relative; float:left; width:173px;}
#nav li:hover ul.sub li a
{display:block; }

#nav li:hover ul.sub2 li
{width:260px;}
#nav li:hover ul.sub3 li
{width:374px;}
#nav li.li4:hover 
{background: url(/img/menu_bgr_item4.gif) no-repeat 0 0;}
#nav li:hover ul.sub4 li
{width:199px;}
#nav li.li5:hover 
{background: url(/img/menu_bgr_item4.gif) no-repeat 0 0;}
#nav li:hover ul.sub5 li
{width:199px;}




#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;}


/* Default list styling */