#mbmcpebul_table {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  font-size: 0px;
  display: inline-block;
}

#mbmcpebul_table li a {
  line-height: 25px;
  font-size: 16px;
  font-family: Arial,sans-serif;
  text-decoration: none;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  padding: 7px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
}

#mbmcpebul_table li div.buttonbg {

  line-height: 0;
  background-color: transparent;
  border-style: solid;
  border-color: 0077cc;
  border-width: 15;
  border-radius: 25px;
  padding: 10;
  box-shadow: 15;
  text-align: center;
}

#mbmcpebul_table li:hover div.buttonbg a, #mbmcpebul_table li.expanded a.topitem, #mbmcpebul_table li.active a.topitem,
#mbmcpebul_table li.itemhot a.topitem, #mbmcpebul_table li a:hover {
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}


#mbmcpebul_table li.expanded div.buttonbg, #mbmcpebul_table li.active div.buttonbg, #mbmcpebul_table li.itemhot div.buttonbg, #mbmcpebul_table li:hover div.buttonbg {
  background-color: transparent;
  box-shadow: none;
  border-color: #33ccff;
}

#mbmcpebul_table {
  padding: 0px;
  border-style: solid;
  border-color: 0055ff;
  border-width: 5;
  border-radius: 35px;
  background-color: 00aaff;
  box-shadow: none;
  border-collapse: separate;
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top, #000033 0%, #000033 100%);
  background: -webkit-linear-gradient(top, #000033 0%, #000033 100%);
  background: -ms-linear-gradient(top, #000033 0%, #000033 100%);
  background: linear-gradient(top, #000033 0%, #000033 100%);
}

#mbmcpebul_table ul li a {
  color: #FFFFFF;
  font-family: Arial,sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  white-space: nowrap;
}

#mbmcpebul_table ul li:hover > a {
  color: #FFFFFF;
  font-family: Arial,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#mbmcpebul_table ul li.subexpanded a.subexpanded, #mbmcpebul_table ul li.subitemhot a.subitemhot, #mbmcpebul_table ul li a:hover {
  color: #FFFFFF;
  font-family: Arial,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#mbmcpebul_table ul li:hover, #mbmcpebul_table ul li.subexpanded, #mbmcpebul_table ul li.subitemhot {
  border-color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}

#mbmcpebul_table ul {
  margin: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  padding: 8px;
  background: transparent;
  font-size: 0;
  border-radius: 7px;
}

#mbmcpebul_table ul li a {
  padding: 6px 14px 6px 12px;
  text-align: center;
}

#mbmcpebul_table ul li.separator {
  padding: 6px;
  cursor: default;
  background: none;
  box-shadow: none;
  border-width: 0;
}

#mbmcpebul_table ul li.separator div {
  border-top: 10px solid #FFFFFF;
  font-size: 10px;
}

#mbmcpebul_table ul li {
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  height: auto;
  width: auto;
  text-align: center;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  float: none;
  margin: 0 0 7px 0;
  border-radius: 20px;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

#mbmcpebul_table ul li.last_item {
  margin-bottom: 0;
}


#mbmcpebul_table ul {
  box-shadow: 2px 2px 2px 2px #000033;
}

#mbmcpebul_table .spaced_li {
  margin: 10px 10px 10px 10px;
}

#mbmcpebul_table a img {
  border: none;
}

#mbmcpebul_table li {
  list-style: none;
  float: center;
}

#mbmcpebul_table.css_menu li {
  position: relative;
}

#mbmcpebul_table.css_menu ul li:hover > ul {
  opacity: 10;
}

#mbmcpebul_table.css_menu li:hover > ul {
  top: 100%;
  center: 0;
  right: auto;
  opacity: 1;
}

#mbmcpebul_table.css_menu ul li:hover > ul {
  top: -0px;
  center: 100%;
  right: auto;
}

#mbmcpebul_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:opacity;
  -webkit-transition-property:opacity;
  -moz-transition-property:opacity;
  -ms-transition-property:opacity;
  opacity: 0;
}

#mbmcpebul_table ul {
  position: absolute;
  top:-99999px;
  z-index: 4000;
}

#mbmcpebul_table ul ul {
  position: absolute;
  z-index: 5000;
}

#mbmcpebul_table .submenu_arrow {
  margin-center: 8px;
}

#mbmcpebul_table div.arrow { 
  background-image: url(ebab_mbmcp_d.png); 
  background-repeat: no-repeat; 
  background-position: right center; 
  height: 100%; 
} 

#mbmcpebul_table ul li a.with_arrow { 
  background-image: url(ebab_mbmcp_c.png); 
  background-repeat: no-repeat; 
  background-position: right center; 
  padding-right: 18px; 
} 

#mbmcpebul_table div.gradient33 { 
  background-image: url('button_bg.png'); 
  background-repeat: repeat-x; 
  background-color: #000099; 
} 

#mbmcpebul_table li:hover div.gradient33, #mbmcpebul_table li.expanded div.gradient33, #mbmcpebul_table li.active div.gradient33, #mbmcpebul_table li.itemhot div.gradient33 { 
  background-image: url('buttonhot_bg.png'); 
  background-repeat: repeat-x; 
  background-color: #000033; 
} 

#mbmcpebul_table div.gradient_button { 
  background: -moz-linear-gradient(top, #0000cc 0%, #000011 100%); 
  background: -webkit-linear-gradient(top, #0000cc 0%, #000011 100%); 
  background: -ms-linear-gradient(top, #0000cc 0%, #000011 100%); 
  background: linear-gradient(top, #0000cc 0%, #000011 100%); 
} 

#mbmcpebul_table li:hover div.gradient_button, #mbmcpebul_table li.expanded div.gradient_button, #mbmcpebul_table li.active div.gradient_button, #mbmcpebul_table li.itemhot div.gradient_button { 
  background: -moz-linear-gradient(top, #5577ff 0%, #000011 100%); 
  background: -webkit-linear-gradient(top, #5577ff 0%, #000011 100%); 
  background: -ms-linear-gradient(top, #5577ff 0%, #000011 100%); 
  background: linear-gradient(top, #5577ff 0%, #000011 100%); 
} 

#mbmcpebul_table ul.gradient114 { 
  background-image: url('menu_bg.png'); 
  background-repeat: repeat-x; 
  background-color: #000033; 
} 

#mbmcpebul_table ul.gradient_menu { 
  background: -moz-linear-gradient(top, #000099 0%, #000099 100%); 
  background: -webkit-linear-gradient(top, #000099 0%, #000099 100%); 
  background: -ms-linear-gradient(top, #000099 0%, #000099 100%); 
  background: linear-gradient(top, #000099 0%, #000099 100%); 
} 

#mbmcpebul_table ul li.gradient28:hover, #mbmcpebul_table ul li.gradient28.subexpanded, #mbmcpebul_table ul li.gradient28.subitemhot { 
  background-image: url('menuitemhot_bg.png'); 
  background-repeat: repeat-x; 
  background-color: #000099; 
} 

#mbmcpebul_table ul li.gradient_menuitem:hover, #mbmcpebul_table ul li.gradient_menuitem.subexpanded, #mbmcpebul_table ul li.gradient_menuitem.subitemhot { 
  background: -moz-linear-gradient(top, #000099 0%, #000099 100%); 
  background: -webkit-linear-gradient(top, #000099 0%, #000099 100%); 
  background: -ms-linear-gradient(top, #000099 0%, #000099 100%); 
  background: linear-gradient(top, #000099 0%, #000099 100%); 
} 

#mbmcpebul_table li a.button_2, #mbmcpebul_table li div a.button_2 { 
  padding-right: 22px; 
} 

table {border: 5px solid #0000ff;border-radius: 25px;}
thead {display: table-header-group;border-color: blue;}
tr {display: table-row;border-color: blue;}
th, td {padding: 10px 10px 10px 20px;}