
#nav {margin:0px; border:1px solid #f7f7f7; height:25px;}

/* the styling */
#nav {width:973px; height:47px; background:#f5f5f5; position:relative;}

#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:24px; float:left; background:#f5f5f5; text-decoration:none; font-size:10px; text-transform:uppercase; line-height:24px; white-space:nowrap; color:#f00;}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}


#nav .select a:hover, 
#nav .select li:hover a {background:#f6f6f6; cursor:pointer; color:#000;}

#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:#fff; color:#929292;}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#fff; color:#968234; }

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#fff; color:#968234; height:22px;}
#nav .sub_active a.active {background:#fff; color:#968234;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:983px; top:24px; left:0; background:#fff; padding:0; z-index:100; color:#f00; font-size:10px; text-transform:uppercase; height:22px; }

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {display:block; position:absolute; width:973px; top:24px; left:0; background:#fff; 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:23px; text-decoration:none; line-height:23px; white-space:nowrap; display:block; float:left; background:#fff; padding:0px 10px 0px 10px; margin:0; font-size:10px; text-transform:uppercase; white-space:nowrap; border:0; color:#929292;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; background:#fff; padding:0px 10px 0px 10px; margin:0; white-space:nowrap; border:0; color:#929292; font-size:10px; text-transform:uppercase; height:21px;}

