#nav {margin:0px 0px 0px 0px;}
 
/* top nav extended background */
#nav {width:1000px; height:20px; background:#000; position:relative;}
 
#nav .select, #nav .current {margin:0; padding:0; list-style:none;}
 
#nav li {display:inline; margin:0; padding:0; height:auto;}

/* not selected top nav hover-on*/ 
#nav .select a:hover, 
#nav .select li:hover a {background:#888888; cursor:pointer; color:#ffffff;}

/* not selected top nav hover-off*/  
#nav .select a {display:block; height:20px; float:left; background-color:#000000; padding:0 10px 0 10px; font-size:12px; line-height:21px; white-space:nowrap; border-right:1px solid #cccccc; color:#cccccc;}
#nav .current a {display:block; height:20px; float:left; background-color:#000000; padding:0 10px 0 10px; font-size:12px; line-height:21px; white-space:nowrap; border-right:1px solid #cccccc; color:#ffffff;}
* html #nav .select a, * html #nav .current a {width:1px; height:10px;}
 
#nav .sub {display:none;}
 
/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

/* current top nav */ 
#nav .current a {background-color:#666666; color:#ffffff;}
 
/* subnav rollover select*/ 
#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#888; color:#ffffff;}
 
/* subnav rollover current*/
#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#666; color:#ffffff;}
 
#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:1000px; top:20px; left:0; background:#888; margin-top:0; padding:0; z-index:100; color:#ffffff; font-size:11px;}
 
#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}
 
#nav .sub_active {display:block; position:absolute; width:1000px; top:20px; left:0; background:#666; 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;}

/* subnav */ 
#nav .sub_active a {height:20px; text-decoration:none; line-height:20px; white-space:nowrap; display:block; float:left; background:#666; padding:4px 10px 4px 10px; margin:0; font-size:12px; white-space:nowrap; border:0; color:#cccccc;}
 
#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; background:#888; padding:4px 10px 4px 10px; margin:0; white-space:nowrap; border:0; color:#cccccc; font-size:12px;}

