#nav {
height:36px; position:relative; font-family: verdana, sans-serif; font-size:11px;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:36px; float:left; background: url(); padding:3px 0 0 15px; text-decoration:none; line-height:25px; white-space:nowrap; color:#C22726;
}
#nav .select a:hover {
display:block; height:36px; float:left; background: url(); padding:3px 0 0 15px; text-decoration:underline; line-height:25px; white-space:nowrap; color:#C22726;
}
#nav li a {
float:left; text-decoration:none; background:url();
}
#nav li a:hover {
float:left; text-decoration:underline; background:url();
}