
body { color: #333;}

.menu_group h3.title {
background:none repeat scroll 0 0 #E0D0A4;
border-bottom:1px solid #814C1F;
color:#814C1F;
}

/* SIDE TAB CODE */

a#rewards_tab {
  top: 200px;
  left: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(/images/rewards_tab.png);
}
a#rewards_tab:hover {
    margin-left: -4px;
}

a#order_tab {
  top: 325px;
  left: 0;
  width: 42px;
  height: 102px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url(/images/order_tab.png);
}

a#order_tab:hover {
    margin-left: -4px;
}

a.side_tab_right {
  right: 0 !important;
  left: auto !important;
  margin-right: -7px !important;
  margin-left: auto !important;
}
a.side_tab_right:hover {
    margin-right: -4px !important;
    margin-left: auto !important;
}
a.side_tab_bottom {
  top: auto!important;
  bottom: 0 !important;
  left: 20% !important;
  height: 38px !important;
  width: 102px !important;
  background-position: 0 -102px !important;
  margin-bottom: -7px !important;
  margin-left: auto !important;
}
a.side_tab_bottom:hover {
    margin-bottom: -4px !important;
    margin-left: auto !important;
}
