/* Root = Horizontal, Secondary = Vertical */
ul#nav_categories {
  border: 0 none;
  width: 505px; /*For KHTML*/
  height: 35px;
  position: relative;
  margin: 0 35px 30px 0;
  padding: 1px;
}

ul#nav_categories li {
  border: 0 none;
  float: left; /*For Gecko*/
  display: block;
  text-align: center;
  padding: 0 30px;
}

/* Root Menu */
ul#nav_categories li a {
  font: normal 13px/30px Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 0 4px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: none !important; /*For Opera*/
  color: #fff;
  height: auto !important;
  }

ul#nav_categories ul {
  display: none;
  position: absolute;
  top: 28px;
  left: 5px;
  width: 540px;
}

div#wrap.pizza ul#nav_categories ul.pizza {
display: block;
}

div#wrap.snacks ul#nav_categories ul.snacks {
display: block;
}


ul#nav_categories ul li {
  display: block !important;
    padding: 0 20px;

}

ul#nav_categories ul li a {
font-size: 11px;
float: left;
color: #fff;
}

ul#nav_categories ul.snackMenu {
left: 290px; }

/* Root Menu Hover Persistence */
ul#nav_categories a:hover,
ul#nav_categories li:hover a,
ul#nav_categories li.iehover a {
  color: #31b3e7;
  border: 1px solid #31b3e7;
  border-width: 1px 0;
  padding: 4px 0 4px 0;
}

/* 2nd Menu */
ul#nav_categories li:hover li a,
ul#nav_categories li.iehover li a {
  float: none;
  color: #31b3e7;
  border: none;
}

/* 2nd Menu Hover Persistence */
ul#nav_categories li:hover li a:hover,
ul#nav_categories li:hover li:hover a,
ul#nav_categories li.iehover li a:hover,
ul#nav_categories li.iehover li.iehover a {
  color: #31b3e7;
}




/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav_categories li:hover ul ul,
ul#nav_categories li:hover ul ul ul,
ul#nav_categories li.iehover ul ul,
ul#nav_categories li.iehover ul ul ul {
  display: none;
}

/* ul#nav_categories li:hover ul,
ul#nav_categories ul li:hover ul,
ul#nav_categories ul ul li:hover ul,
ul#nav_categories li.iehover ul,
ul#nav_categories ul li.iehover ul,
ul#nav_categories ul ul li.iehover ul {
  display: block;
}

*/

