@charset "utf-8";
/* CSS Document */

#info {height:38px;  font-weight:bolder; font-size:11px; vertical-align:top; z-index:1;}

/* ================================================================ 
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 */
#nav {margin:5px 0 10px 0; font-family:"Trebuchet MS"; font-weight:bolder; font-size:11px; text-shadow:#000000;}

/* the styling */
#nav {width:100%;/*750px;*/ height:20px; background:#ffcf2f;/*#000;*/ position:relative;}

#nav .select, #nav .current {margin:0; padding:0; list-style:none;}

#nav li {display:inline; margin:0; padding:0; height:auto; text-transform:uppercase; text-shadow:#000000;}

#nav .select a,
#nav .current a {display:block; height:20px; float:left; background:#ffcf2f; padding:0 9px 0 10px; text-decoration:none; font-size:11px; line-height:20px; white-space:nowrap; border-right:1px solid #ffcf2f; color:#0061bb; font-weight:bolder; text-shadow:#000000;}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}


#nav .select a:hover, 
#nav .select li:hover a {background:#0061bb; cursor:pointer; color:#ffcf2f;}

#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:#0061bb; color:#ffcf2f; z-index:1;}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#0061bb; color:#ffffff;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#0061bb; color:#ffffff;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:100%;/*750px;*/ top:19px; left:0; background:#0061bb; margin-top:0; padding:0; z-index:100; color:#ffcf2f; font-size:10px;}

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

#nav .sub_active {display:block; position:absolute; width:100%;/*750px;*/ top:19px; left:0; background:#0061bb; 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:10px; text-decoration:none; line-height:10px; white-space:nowrap; display:block; float:left; background:#0061bb; padding:5px 10px 5px 10px; margin:0; font-size:10px; white-space:nowrap; border:0; color:#ffcf2f;}

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