/* ================================================================ 
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.
=================================================================== */
/* the styling */
#nav {float:left;width:100%;position:relative;height:62px;background:#fff;margin-top:1px;}

#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:26px;float:left;background:#DFDFDF;padding:5px 10px 0px 10px;text-decoration:none;font-size:11px;line-height:26px;white-space:nowrap;border-right:1px solid #fff;color:#000;font-weight:bold;}
* html #nav .select a, * html #nav .current a {width:1px;height:26px;}

#nav .select a img,
#nav .current a img {border:1px solid #fff;vertical-align:top;background:#fff;vertical-align:text-bottom;}

#nav .select a:hover, 
#nav .select li:hover a {background:#909090;cursor:pointer;color:#fff;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute;border-collapse:collapse;left:0;top:0;}

#nav .current a {background:#81CA00;color:#fff;}

#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#909090;color:#000;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#81CA00;color:#000;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block;position:absolute;height:29px;line-height:29px;width:1000px;top:30px;left:0;background:#909090;margin-top:0;padding:2px 0px 0px 0px;z-index:100;color:#fff;}

#nav .sub, #nav .sub_active {margin:0;padding:0;list-style:none;}

#nav .sub_active {display:block;position:absolute;width:100%;top:30px;left:0;background:#81CA00;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:1px;}

#nav .sub_active a {height:21px;text-decoration:none;line-height:20px;white-space:nowrap;display:block;float:left;background:#81CA00;padding:5px 10px 5px 10px;margin:0;font-size:11px;white-space:nowrap;border:0;color:#fff;font-weight:bold;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block;background:#909090;padding:0px 10px 0px 10px;margin:0;white-space:nowrap;border:0;color:#fff;font-size:11px;}

#nav .sub_active li a.cc,
#nav .select li .sub li a.cc {color:#fff;}

#nav .select li a.hint,
#nav .select li a.hint:hover {border-right:0px;background:#DFDFDF;color:#000;height:24px;line-height:24px;padding-bottom:2px;}

#nav .spacer {margin:0;padding:0;list-style:none;}
#nav .spacer a {display:block;height:26px;float:left;background:#DFDFDF;padding:5px 10px 0px 10px;line-height:26px;white-space:nowrap;}
#nav .spacer li a {border-right:0px;background:#DFDFDF;width:79px;}