/* ================================================================ 
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_1.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; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {float:left;display:block;}
#nav li a.top_link {display:block; float:left; height:19px;color:#162851; text-decoration:none; font-size:10px; font-weight:bold; text-transform:uppercase;padding-top:0px;padding-bottom:0px;padding-left: 25px;padding-right:25px;cursor:pointer;}
#nav li a.top_link:hover {color:#7796B0;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover ul.sub
{left:-1; top:19px; background: #D1D2D4; padding:1; margin: 0; white-space:nowrap; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:250px; margin: 0; background: #E7E7ED;}
#nav li:hover ul.sub li a
{display:block; font-size:10px; height:16px; padding-bottom:2px; padding-left:11px; padding-right:11px; padding-top:2px; color:#162851; text-decoration:none; text-transform:uppercase;font-weight:bold;}
#nav li ul.sub li a.fly
{background:#E7E7ED;width: auto;}
#nav li:hover ul.sub li a:hover 
{background:#002C6A; color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#002C6A url(arrow_over.gif) 80px 7px no-repeat; color:#fff;}

#nav li:hover ul li:hover > a.fly {background:#E7E7ED url(arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:280px; top:-1px; background: #D1D2D4; padding:1;  margin: 0; width:200px; white-space:nowrap; z-index:400; height:auto;}
