/* ================================================================ 
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.
=================================================================== */
/* for this demo only */


/* the styling */
#nav { width:700px; height:10px; position: relative; float: left; margin-top: 20px; margin-left: 60px;  }
#nav .select, #nav .current {margin:0; padding:0; list-style:none;}
#nav li {display:inline; margin:0; padding:0; height:auto;}


#nav ul.select a {display:block; height:20px; float:left;  padding:0 10px 0 10px; text-decoration:none; font-size:15px; line-height:20px; white-space:nowrap; border-right:1px solid #cecece; border-bottom:1px solid #cecece; color:#6e6d72; text-transform: uppercase; font-weight: bold;}

#nav ul.current a {display:block; height:20px; float:left; padding:0 10px 0 10px; text-decoration:none; font-size:15px; line-height:20px; white-space:nowrap; border-right:1px solid #cecece; color:#be2026; border-bottom:1px solid #cecece; text-transform: uppercase;font-weight: bold;}

#nav ul.last a {border-right:0px;}

* html #nav .select a, * html #nav .current a {width:1px; height:21px;}

#nav .select a:hover {color:#be2026; text-indent:0;}
#nav .select li:hover a {color:#be2026;}

#nav .sub {position:absolute; left:-9999px;}

/* for IE5.5 and IE6 only */
#nav table {border-collapse:collapse; left:0; top:0; margin:-1px -10px;}

#nav .current a { color:black;}

#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {color:#be2026;}

#nav .sub li a:hover, 
#nav .current a:hover .sub li a:hover, 
#nav .current li:hover .sub li a:hover {color:#be2026;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {color:#be2026;}
 
#nav .select :hover .sub {display:block; position:absolute; width:595px; left:0; top:20px;margin-top:0; padding:0; z-index:100; color:black; font-size:11px; text-align: center; }

#nav .current :hover .sub {display:block; position:absolute; width:595px; left:0; top:20px;margin-top:0; padding:0; z-index:100; color:black; font-size:11px; text-align: center; }


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

#nav .sub_active {display:block; position:absolute; width:700px; top:20px; 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-top:1px;}

#nav .sub_active a {height:21px; text-decoration:none; line-height:20px; white-space:nowrap; display:block; float:left;  padding:5px 10px 10px 10px; margin:0; font-size:12px; white-space:nowrap; border:0; color:black;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; padding:5px 10px 10px 10px; margin:0; white-space:nowrap; border:0; color:#6d6e72; font-size:14px; text-transform: none; font-weight: normal;}

#nav .current a:hover .sub li a, 
#nav .current li:hover .sub li a {display:block; padding:5px 10px 10px 10px; margin:0; white-space:nowrap; border:0; color:#6d6e72; font-size:14px; text-transform: none; font-weight: normal;}

#nav .current :hover .alignRight li {float:right;}
#nav .select :hover .alignRight li {float:right;}