/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_dropline.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 {width:100%; height:32px; background: #fff url(../images/nav-bg.gif) scroll repeat-x top left; position:relative;}
#nav img, #nav a img {border: none;}
#nav .select, #nav .current {margin:0; padding:0; list-style:none;}
#nav li {display:inline; margin:0; padding:0; height:auto;}
#nav .select a, #nav .current a {display:block; height:32px; float:left; padding:0 0px 0 0px; line-height:32px;}
* html #nav .select a, * html #nav .current a {width:1px; height:32px;}
#nav .select a:hover, #nav .select li:hover a {cursor:pointer;}
#nav .sub {display:none;}
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}
#nav .select li a:hover .sub, #nav .select li:hover .sub {display:block; position:absolute; width:950px; top:32px; left:0; margin-top:0; padding:0; z-index:100; background-color: #fff; height: 20px;}
#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}
#nav .sub_active {display:block; position:absolute; width:950px; top:32px; left:0; margin-top:0; padding:0; z-index:10;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:;}
#nav .sub_active a {height:20px; line-height:20px; display:block; float:left; margin:0; padding:0;}
#nav .select a:hover .sub li a, #nav .select li:hover .sub li a {display:block; margin:0; padding:0; height:20px; line-height:20px}