#menu
{
width:680px;
height:30px;
margin:0px;
position: relative;
}

#menu ul {
padding:0;
margin:0;
list-style:none;
position:absolute;
left:0;
top:0;
width:680px;
height:30px;
z-index:10;
}

#menu ul li
{
float:left;
padding:0;
}

#menu li a
{
display:block;
height:30px;
float:left;
color:#FFFFFF;
text-decoration:none; 
padding:0;
font-family:arial, sans-serif;
font-size:14px;
margin:0px;
}

#nav_home_current {width: 70px; height: 30px; background-image:url('../images/button_home-over.gif'); z-index:8;}
#nav_menus_current  {width: 65px; height: 30px; background-image:url('../images/button_menus-over.gif'); z-index:8;}
#nav_coupons_current  {width: 75px; height: 30px; background-image:url('../images/button_coupons-over.gif'); z-index:8;}
#nav_gallery_current  {width: 70px; height: 30px; background-image:url('../images/button_gallery-over.gif'); z-index:8;}
#nav_special_events_current  {width: 110px; height: 30px; background-image:url('../images/button_special_events-over.gif'); z-index:8;}
#nav_survey_current  {width: 70px; height: 30px; background-image:url('../images/button_survey-over.gif'); z-index:8;}
#nav_press_reviews_current  {width: 120px; height: 30px; background-image:url('../images/button_press_reviews-over.gif'); z-index:8;}
#nav_contact_us_current  {width: 100px; height: 30px; background-image:url('../images/button_contact_us-over.gif'); z-index:8;}

#menu li#nav_home a b {width: 70px; height: 30px; background-image:url('../images/button_home.gif'); z-index:10;}
#menu li#nav_menus a b {width: 65px; height: 30px; background-image:url('../images/button_menus.gif'); z-index:10;}
#menu li#nav_coupons a b {width: 75px; height: 30px; background-image:url('../images/button_coupons.gif'); z-index:10;}
#menu li#nav_gallery a b {width: 70px; height: 30px; background-image:url('../images/button_gallery.gif'); z-index:10;}
#menu li#nav_special_events a b {width: 110px; height: 30px; background-image:url('../images/button_special_events.gif'); z-index:10;}
#menu li#nav_survey a b {width: 70px; height: 30px; background-image:url('../images/button_survey.gif'); z-index:10;}
#menu li#nav_press_reviews a b {width: 120px; height: 30px; background-image:url('../images/button_press_reviews.gif'); z-index:10;}
#menu li#nav_contact_us a b {width: 100px; height: 30px; background-image:url('../images/button_contact_us.gif'); z-index:10;}

#menu li a:hover b {display:block; position:absolute; z-index:-1;}

#menu li#nav_home a:hover b {width: 70px; height: 30px; background-image:url('../images/button_home-over.gif'); z-index:10;}
#menu li#nav_menus a:hover b {width: 65px; height: 30px; background-image:url('../images/button_menus-over.gif'); z-index:10;}
#menu li#nav_coupons a:hover b {width: 75px; height: 30px; background-image:url('../images/button_coupons-over.gif'); z-index:10;}
#menu li#nav_gallery a:hover b {width: 70px; height: 30px; background-image:url('../images/button_gallery-over.gif'); z-index:10;}
#menu li#nav_special_events a:hover b {width: 110px; height: 30px; background-image:url('../images/button_special_events-over.gif'); z-index:10;}
#menu li#nav_survey a:hover b {width: 70px; height: 30px; background-image:url('../images/button_survey-over.gif'); z-index:10;}
#menu li#nav_press_reviews a:hover b {width: 120px; height: 30px; background-image:url('../images/button_press_reviews-over.gif'); z-index:10;}
#menu li#nav_contact_us a:hover b {width: 100px; height: 30px; background-image:url('../images/button_contact_us-over.gif'); z-index:10;}