#menu_wrapper {
  padding: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: none;
  border-collapse: separate;
  font-size: 0;
  line-height: 0;
}

#menu_wrapper.quirks {
  margin-bottom: 13px;
  margin-right: 13px;
}

#menu_wrapper.quirks #menu_table ul li {
  width: 100%;
}

#menu_table {
  margin: 0px;
  margin-bottom: -13px;
  margin-right: -13px;
  padding: 0;
  line-height: 0px;
  font-size: 0px;
  display: inline-block;
  width: auto;
}

#menu_table li a {
  line-height: 14px;
  font-size: 16px;
  font-family: Arial,sans-serif;
  text-decoration: none;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  padding: 10px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#menu_table li div.buttonbg {
  height: 32px;
  width: 180px;
  line-height: 0;
  background-color: #008000;
  border-style: solid;
  border-color: #004000;
  border-width: 1px;
  border-radius: 5px;
  padding: 0;
  box-shadow: 0 1px 2px -1px #FFFFFF inset;
  text-align: center;
}

#menu_table li.itemhot a.topitem, #menu_table li a:hover {
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#menu_table li.expanded div.buttonbg, #menu_table li.active div.buttonbg, #menu_table li.itemhot div.buttonbg, #menu_table li:hover div.buttonbg {
  background-color: #A6081A;
  box-shadow: none;
}

#menu_table li.expanded div.buttonbg, #menu_table li.active div.buttonbg, #menu_table li.itemhot div.buttonbg, #menu_table li:hover div.buttonbg {
  border-color: #E4E4E4;
}

#menu_table li.first_button div.buttonbg {
  border-radius: 4px 4px 0 0;
}

#menu_table ul li a {
  color: #400000;
  font-family: Arial,sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#menu_table ul li:hover > a {
  color: #FFFFFF;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#menu_table ul li.subexpanded a.subexpanded, #menu_table ul li.subitemhot a.subitemhot, #menu_table ul li a:hover {
  color: #FFFFFF;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#menu_table ul li:hover, #menu_table ul li.subexpanded, #menu_table ul li.subitemhot {
  border-color: transparent;
  background-color: #80ff80;
  box-shadow: none;
}

#menu_table ul {
  margin: 0;
  border-style: solid;
  border-color: #D7D7D7;
  border-width: 1px;
  padding: 0;
  background: transparent;
  font-size: 0;
  border-radius: 5px;
}

#menu_table ul li a {
  padding: 8px 18px 8px 18px;
  text-align: left;
}

#menu_table ul li.separator {
  padding: 4px;
  cursor: default;
  background: none;
  box-shadow: none;
  border-width: 0;
}

#menu_table ul li.separator div {
  border-top: 1px solid #DADADA;
  font-size: 0px;
}

#menu_table ul li {
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  height: auto;
  width: auto;
  text-align: left;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  float: none;
  margin: 0 0 0px 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  background-color: #FFFFFF;
  display: block;
}

#menu_table ul li.first_item {
  border-radius: 4px 4px 0 0;
}

#menu_table ul li.last_item {
  border-radius: 0 0 4px 4px;
}

#menu_table ul {
  box-shadow: 1px 1px 3px -1px #333333;
}

#menu_table a img {
  border: none;
}

#menu_table li {
  list-style: none;
  margin: 0px 10px 10px 0px;
  padding: 0;
  float: left;
  display: inline-block;
}

#menu_table.css_menu li {
  position: relative;
}

#menu_table.css_menu ul li:hover > ul {
  opacity: 1;
}

#menu_table.css_menu li:hover > ul {
  top: 0;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
}

#menu_table.css_menu ul li:hover > ul {
  top: -1px;
  left: 100%;
  right: auto;
}

#menu_table.css_menu ul {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-property:transform,opacity;
  -webkit-transition-property:-webkit-transform,opacity;
  -moz-transition-property:-moz-transform,opacity;
  -ms-transition-property:-ms-transform,opacity;
  opacity: 0;
  transform-origin: 0 0;
  transform: scale(0.1, 0.1);
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.1, 0.1);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(0.1, 0.1);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(0.1, 0.1);
}

#menu_table ul {
  position: absolute;
  top:-99999px;
  z-index: 4000;
}

#menu_table ul ul {
  position: absolute;
  z-index: 5000;
}

#menu_table .submenu_arrow {
  margin-left: 8px;
}


@media screen and (max-width: 500px) {
  #menu_wrapper:not(.scripted) {
    text-align: center;
  }

  #menu_wrapper:not(.scripted) #menu_table li {
    float: none;
    vertical-align: top;
  }
}

#menu_wrapper.centeritems {
  text-align: center;
}

#menu_wrapper.centeritems #menu_table li {
  float: none;
  vertical-align: top;
}
#menu_table a.with_img_4 span.img_4x5, .menu_menulist span.img_4x5 { 
  width: 4px; 
  height: 5px; 
  display: inline-block; 
  vertical-align: middle; 
}

#menu_table li:hover > a span.img_4x5, #menu_table li.subexpanded > a span.img_4x5 { 
  background-position: 0 -5px; 
} 

#menu_table ul li a.with_arrow { 
  background-image: url(ebab_mbmcp_c.png); 
  background-repeat: no-repeat; 
  background-position: right center; 
  padding-right: 24px; 
} 

#menu_table ul li a.with_arrow:hover, #menu_table ul li:hover > a.with_arrow, #menu_table ul li.subexpanded > a.with_arrow { 
  background-image: url(ebab_mbmcp_c2.png); 
} 

#menu_table li:hover div.gradient47, #menu_table li.expanded div.gradient47, #menu_table li.active div.gradient47, #menu_table li.itemhot div.gradient47 { 
  background-image: url('buttonhot_bg.png'); 
  background-repeat: repeat-x; 
  background-color: #23ae22; 
} 

#menu_table li:hover div.gradient44, #menu_table li.expanded div.gradient44, #menu_table li.active div.gradient44, #menu_table li.itemhot div.gradient44 { 
  background-image: url('buttonhot_bg1.png'); 
  background-repeat: repeat-x; 
  background-color: #23ae22; 
} 

#menu_table li:hover div.gradient_button, #menu_table li.expanded div.gradient_button, #menu_table li.active div.gradient_button, #menu_table li.itemhot div.gradient_button { 
  background-image: -moz-linear-gradient(top, #40ff40 0%, #008000 100%); 
  background-image: -webkit-linear-gradient(top, #40ff40 0%, #008000 100%); 
  background-image: linear-gradient(top, #40ff40 0%, #008000 100%); 
} 

#menu_table li a.button_6, #menu_table li div a.button_6 { 
  text-align: left; 
  font-size: 13px; 
  line-height: 16px; 
  font-weight: normal; 
} 

#menu_table li.expanded a.button_6, #menu_table li.active a.button_6, #menu_table li.itemhot a.button_6, #menu_table li:hover div.buttonbg a.button_6, #menu_table li div.buttonbg a.button_6:hover { 
  font-weight: normal; 
} 

tr#brun{
    background-image: url('brun_bg.png'); 
	background-repeat: repeat-x; 
    cursor: pointer;
    height: 30px;
}

tr#brun:hover{
	background-image: none;
    background-color: #00000;
    cursor: pointer;
}

tr#beige{
    background-image: url('beige_bg.png'); 
	background-repeat: repeat-x; 
    cursor: pointer;
    height: 30px;
}

tr#beige:hover{
	background-image: none;
    background-color: #FFCC99;
    cursor: pointer;
}

tr#rose{
    background-image: url('rose_bg.png'); 
	background-repeat: repeat-x; 
    cursor: pointer;
    height: 30px;
}

tr#rose:hover{
	background-image: none;
    background-color: #FF0080;
    cursor: pointer;
}

tr#rouge{
    background-image: url('rouge_bg.png'); 
	background-repeat: repeat-x; 
    cursor: pointer;
    height: 30px;
}


#selection { 
  background-image: url('buttonhot_bg1.png'); 
  background-repeat: repeat-x; 
  background-color: #610000; 
}

a#nounderline:link { 
 text-decoration:none; 
}

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flip-container, .front, .back {
    width: 320px;
    height: 480px;
}

.flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;


    position: absolute;
    top: 0;
    left: 0;
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.front {
    z-index: 2;
}