
#nav {
height:3em; position:relative; font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;  font-size:80%;z-index:500;
}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left; background:url();
}
#nav .select a {
display:block; height:1em; float:left; background: url(); padding:1em 0 0 1em; text-decoration:none; line-height:2em; white-space:nowrap; color:#0D0D0D;
}
#nav .select a b {
display:block; padding:0 30px 10px 15px; background:url() right top;
}
#nav .select li:hover a {
background: url(); line-height:1em; cursor:pointer; color:#FFFFFF;
/* background: url(); padding:0 0 0 15px; line-height:27px; cursor:pointer; color:#393939; */
/* background: url(); line-height:0; cursor:pointer; color:#393939; */
}
#nav .select li:hover a b {
display:block; background:url() right top; cursor:pointer;
/* display:block; padding:0 30px 9px 15px; background:url() right top; cursor:pointer; */
/* display:block; 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:100%;
}
#nav .select li:hover .sub li a:hover {
color:#393939; background:#F6F5F0; border-color: #fff #333 #000 #fff; line-height:15px;
}