@charset "utf-8";
/* CSS Document */

#lunch ul { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#lunch li {
  background: url(images/menu-button1.jpg);
  width: 150px;
  height: 25px; 
  position: relative; 
}

#lunch a {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
  font-size: 10pt;
  font-family: Verdana;
  line-height:23px;
  text-align:center;
}

#lunch li:hover {   
  background: url(images/menu-button1-over.jpg);
}

#lunch a:hover {
  color: #FFFFFF;
}

#lunch ul ul {
  position: absolute;
  left: 0px;
  top: 25px;
  visibility: hidden;
}

#lunch li:hover > ul {
  visibility: visible;
}

#lunch li:hover ul, #lunch li:hover li:hover ul {
  visibility: visible;
}

#lunch li:hover ul ul {
	visibility: hidden;
}

#dinner ul { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#dinner li {
  background: url(images/menu-button1.jpg);
  width: 150px;
  height: 25px; 
  position: relative; 
}

#dinner a {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
  font-size: 10pt;
  font-family: Verdana;
  line-height:23px;
  text-align:center;
}

#dinner li:hover {
  background: url(images/menu-button1-over.jpg);
}

#dinner a:hover {
  color: #FFFFFF;
}

#dinner ul ul {
  position: absolute;
  left: 0px;
  top: 25px;
  visibility: hidden;
}

#dinner li:hover > ul {
  visibility: visible;
}

#dinner li:hover ul, #dinner li:hover li:hover ul {
  visibility: visible;
}

#dinner li:hover ul ul {
	visibility: hidden;
}

#dessert ul { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#dessert li {
  background: url(images/menu-button1.jpg);
  width: 150px;
  height: 25px; 
  position: relative; 
}

#dessert a {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
  font-size: 10pt;
  font-family: Verdana;
  line-height:23px;
  text-align:center;
}

#dessert li:hover {  
  background: url(images/menu-button1-over.jpg);
}

#dessert a:hover {
  color: #FFFFFF;
}

#dessert ul ul {
  position: absolute;
  left: 0px;
  top: 25px;
  visibility: hidden;
}

#dessert li:hover > ul {
  visibility: visible;
}

#dessert li:hover ul, #dessert li:hover li:hover ul {
  visibility: visible;
}

#dessert li:hover ul ul {
	visibility: hidden;
}