/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated width(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_dd {padding:0; margin:0; list-style:none;nposition:relative; z-index:500;}
#nav_dd li.top {display:block; float:left;}

/* Default list styling */

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

#nav_dd li:hover ul.sub
{left:1px; top:51px; background: #164976; padding:0; white-space:nowrap; width:200px; height:auto; z-index:300;}

#nav_dd li:hover ul.sub li
{display:block; height:24px; position:relative; float:left; font-weight:normal; padding:0; text-align:left;}
#nav_dd li:hover ul.sub li a
{display:block; font-size:11px; width:200px; height:24px; text-indent:5px; color:#FFFFFF; text-decoration:none; background:none; padding:4px 0 0 0;}
#nav_dd li:hover ul.sub li a:hover
{background-color:#a5c549;}
* html #nav_dd li:hover ul.sub li a
{display:block; font-size:11px; height:20px; width:200px; text-indent:5px; color:#FFFFFF; text-decoration:none;}





#nav_dd ul, 
#nav_dd li:hover ul ul,
#nav_dd li:hover li:hover ul ul,
#nav_dd li:hover li:hover li:hover ul ul,
#nav_dd 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;}
