#nav {margin:0px 0 0px 0;}

/* the styling */
#nav {width:660px; height:20px; background:#600; position:relative; font-family: verdana; font-weight:bold; font-size: 10px;}

#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:20px; float:left; background:#600; padding:0 1px 0 2px; text-decoration:none; line-height:20px; white-space:nowrap; color:#fff;}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}

#nav .select a:hover, 
#nav .select li:hover a {background:#889AB1; 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:#666; color:#fff;}

#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#889AB1; text-decoration: underline; }

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#666; text-decoration: underline;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:660px; top:20px; left:0; background:#889AB1; margin-top:0; padding:0; 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:660px; 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-t\op:1px;}

#nav .sub_active a {height:21px; text-decoration:none; line-height:20px; white-space:nowrap; display:block; float:left; background:#666; padding:2px 5px 2px 5px; margin:0;white-space:nowrap; border:0; color:#fff;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; background:#889AB1; padding:2px 5px 2px 5px; margin:0; white-space:nowrap; border:0; color:#fff;}

