/* CSS Document */

#menu {
     background:url("images/bt_go.gif") 0 0 no-repeat;  
     width:20px;  
     height:20px;  
     margin:0;  
     padding:0;  
}
#menu li span { display: none; }  
#menu li { float:left; list-style:none; position:relative; }  
#menu li, #menu a {  
     height:20px;    /* Each button must have the same height, define it here */  
     display:block;  
     margin:0;  
     padding:0;  
}   
li#go{ margin-bottom:0px; width:20px; }  
#go a:hover { background:url("images/bt_go.gif") 0px  -20px no-repeat; }


#cuisine {
     background:url("images/bt_cuisine_ins.gif") 0 0 no-repeat;  
     width:575px;  
     height:15px;  
     margin:0;  
     padding:0;  
}
#cuisine li span { display: none; }  
#cuisine li { float:left; list-style:none; position:relative; }  
#cuisine li, #cuisine a {  
     height:15px;    /* Each button must have the same height, define it here */  
     display:block;  
     margin:0;  
     padding:0;  
}   
li#cuisine_about{ margin-bottom:0px; width:169px; }  
li#cuisine_artof{ margin-bottom:0px; width:217px; }
li#cuisine_gallery{ margin-bottom:0px; width:189px; }
#cuisine_about a:hover { background:url("images/bt_cuisine_ins.gif") 0px  -17px no-repeat; }
#cuisine_artof a:hover { background:url("images/bt_cuisine_ins.gif") -169px  -17px no-repeat; }
#cuisine_gallery a:hover { background:url("images/bt_cuisine_ins.gif") -386px  -17px no-repeat; }
#cuisine_about2 { background:url("images/bt_cuisine_ins.gif") 0px  -17px no-repeat; }