
#nav {
height:36px; position:relative; font-family: Trebuchet MS, arial, verdana, sans-serif; font-size:12px;z-index:500;
padding:5px 5px 0px 5px;
}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap; 
}
#nav li {
float:left; background:url();
}
#nav .select a {
display:block; height:36px; float:left; background: url(); padding:0 0 0 0px; text-decoration:underline; line-height:20px; white-space:nowrap; color:#999;
}
#nav .select a b {
display:block; padding:0px 10px 0px 10px; background:url() right top;
}
#nav .select li:hover a {
background: url(); padding:0px 0px 0px 0px; cursor:pointer; color:#393939;
}
#nav .select li:hover a b {
display:block; padding:0 10px 0px 10px; background:url() right top; cursor:pointer;
}
#nav .sub {
display:none; margin:0; padding:0 0 0 200px;list-style:none;
}
#nav .sub li {background:transparent;}
#nav .select li:hover .sub {
height:18px; display:block; position:absolute; float:left; width:750px; top:30px; left:0; text-align:center;
}
#nav .select li:hover .sub li a {
display:block;height:18px; line-height:16px; float:left; background:transparent url(); padding:0 16px; margin:0; white-space:nowrap;  color:#0D0D0D;font-size:11px;
}
#nav .select li:hover .sub li a:hover {
color:#393939; background:#F6F5F0; border-color: #fff #333 #000 #fff; line-height:15px;
}

