/* ================================================================ 
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; width: 800px; list-style:none; height:32px; background:#5f7b0a; color: #FFFFFF; position:relative; z-index:500; font-family: Verdana, Arial, Helvetica, sans-serif;}
#nav li.top {display:block; float:left; height:32px;}
#nav li.topRight {display:block; float:right; height: 32px;}
#nav li a.top_link {display:block; float:left; height:32px; line-height:32px; color:#FFFFFF; text-decoration:none; font-size:9pt; padding:0 0 0 0px; cursor:pointer;background: #5f7b0a;}
#nav li a.top_link span {float:left; display:block; padding:0 10px 0 10px; height:32px; background: #5f7b0a;}

#nav li:hover a.top_link {color:#fff; background: #31560d;}
#nav li:hover a.top_link span {background:#31560d; color: #FFF;}

/* Default list styling */

#nav li:hover {position:relative; z-index:500;}
#nav li:hover ul.sub
{left:1px; top:32px; background: #8fa253; padding:3px; white-space:nowrap; width:110px; height:auto; z-index:300;opacity:0.9;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); }
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:110px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:9pt; height:20px; width:88px; line-height:20px; text-indent:5px; color:#FFFFFF; text-decoration:none; }
#nav li:hover ul.sub li a:hover 
{background:#496dee; color:#fff; border-color:#fff; width: 110px;}

#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;}


