#topnav {margin:0px; padding:0px;}

/* the styling */
#topnav {width:520px; height:20px; background:#fff;/*#999*/; position:relative;}

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

#topnav li {display:inline; margin:0; padding:0; height:auto;}

#topnav .select a,
#topnav .current a {outline:none; display:block; height:20px; float:left; background:#fff;/*#999;*/ padding:0 10px 0 10px; text-decoration:none; font-size:12px; line-height:20px; white-space:nowrap; border-left:1px solid #666; color:#666;/*#fff;*/}
* html #topnav .select a, * html #topnav .current a {width:1px; height:21px;}


#topnav .select a:hover, 
#topnav .select li:hover a {background:#fff;/*#eee*/; cursor:pointer; color:#119115;/*#000;*/}

#topnav .sub {display:none;}

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

#topnav .current a {background:#fff;/*#119115;*/ color:#666;/*#000;*/}


#topnav .sub li a:hover, 
#topnav .select a:hover .sub li a:hover, 
#topnav .select li:hover .sub li a:hover {background:#fff;/*#eee;*/ color:#119115;/*#000;*/}

#topnav .sub_active .current_sub a, 
#topnav .sub_active a:hover {background:#fff;/*#119115;*/ color:#666;/*#000;*/}

#topnav .select li a:hover .sub, 
#topnav .select li:hover .sub {display:block; position:absolute; width:520px; top:20px; left:0; background:#fff;/*#eee;*/ margin-top:0; padding:0; z-index:100; color:#666;/*#999;*/ font-size:12px;}

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

#topnav .sub_active {display:block; position:absolute; width:520px; top:20px; left:0; background:#fff;/*#119115;*/ margin-top:0; padding:0; z-index:10;}
* html #topnav .sub_active, * html #topnav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#topnav .sub_active a {height:21px; text-decoration:none; line-height:20px; white-space:nowrap; display:block; float:left; background:#fff;/*#119115;*/ padding:5px 10px 10px 10px; margin:0; font-size:12px; white-space:nowrap; border:0; color:#666;/*#fff;*/}

#topnav .select a:hover .sub li a, 
#topnav .select li:hover .sub li a {display:block; background:#fff;/*#eee;*/ padding:5px 10px 5px 10px; margin:0; white-space:nowrap; border:0; color:#999;/*#999;*/ font-size:12px;}
