#mbnscuebul_table {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  font-size: 0px;
  display: inline-block;
}

#mbnscuebul_table li a {
  line-height: 17px;
  font-size: 13px;
  font-family: "Segoe UI",sans-serif;
  text-decoration: none;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  padding: 3px 3px 3px 25px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
}

#mbnscuebul_table li div.buttonbg {
  height: 23px;
  width: 106px;
  line-height: 0;
  background-color: transparent;
  border-style: solid;
  border-color: #6C707F;
  border-width: 1px;
  border-radius: 6px;
  padding: 0;
  box-shadow: none;
  text-align: center;
}

#mbnscuebul_table li:hover div.buttonbg a, #mbnscuebul_table li.expanded a.topitem, #mbnscuebul_table li.active a.topitem,
#mbnscuebul_table li.itemhot a.topitem, #mbnscuebul_table li a:hover {
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}


#mbnscuebul_table li.expanded div.buttonbg, #mbnscuebul_table li.active div.buttonbg, #mbnscuebul_table li.itemhot div.buttonbg, #mbnscuebul_table li:hover div.buttonbg {
  background-color: transparent;
  box-shadow: 0 0 3px 0 #FFFFFF, 0 0 7px -1px #DFEFFF inset;
  border-color: #8686F2;
}

#mbnscuebul_table {
  padding: 4px;
  border-style: solid;
  border-color: #2A23FC;
  border-width: 1px;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0 0 2px 0 #FFFFFF inset;
  border-collapse: separate;
  background-image: url('wrapper_bg.png');
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top, #C5C8D8 0%, #1A1F2E 100%);
  background: -webkit-linear-gradient(top, #C5C8D8 0%, #1A1F2E 100%);
  background: -ms-linear-gradient(top, #C5C8D8 0%, #1A1F2E 100%);
  background: linear-gradient(top, #C5C8D8 0%, #1A1F2E 100%);
}

#mbnscuebul_table ul li a {
  color: #000000;
  font-family: arial,sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  white-space: nowrap;
}

#mbnscuebul_table ul li:hover > a {
  color: #000000;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#mbnscuebul_table ul li.subexpanded a.subexpanded, #mbnscuebul_table ul li.subitemhot a.subitemhot, #mbnscuebul_table ul li a:hover {
  color: #000000;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#mbnscuebul_table ul li:hover, #mbnscuebul_table ul li.subexpanded, #mbnscuebul_table ul li.subitemhot {
  border-color: #000000;
  background-color: transparent;
  box-shadow: 0 0 3px 0 #FFFFFF inset;
}

#mbnscuebul_table ul {
  margin: 0;
  border-style: solid;
  border-color: #B2B7BD;
  border-width: 1px;
  padding: 2px;
  background: #EEEEEE;
  font-size: 0;
  border-radius: 4px;
}

#mbnscuebul_table ul li a {
  padding: 4px 12px 4px 10px;
  text-align: left;
}

#mbnscuebul_table ul li.separator {
  padding: 4px;
  cursor: default;
  background: none;
  box-shadow: none;
  border-width: 0;
}

#mbnscuebul_table ul li.separator div {
  border-top: 1px solid #CBCED1;
  border-bottom: 1px solid #FFFFFF;
  font-size: 0px;
}

#mbnscuebul_table ul li {
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  height: auto;
  width: auto;
  text-align: left;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  float: none;
  margin: 0 0 3px 0;
  border-radius: 3px;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

#mbnscuebul_table ul li.last_item {
  margin-bottom: 0;
}


#mbnscuebul_table ul {
  box-shadow: 2px 2px 5px -2px #666666;
}

#mbnscuebul_table .spaced_li {
  margin: 0px 5px 0px 0px;
  width: 12%;
}

#mbnscuebul_table a img {
  border: none;
}

#mbnscuebul_table li {
  list-style: none;
  float: left;
}

#mbnscuebul_table.css_menu li {
  position: relative;
}

#mbnscuebul_table.css_menu ul li:hover > ul {
  opacity: 1;
}

#mbnscuebul_table.css_menu li:hover > ul {
  top: 100%;
  left: 0;
  right: auto;
  opacity: 1;
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
}

#mbnscuebul_table.css_menu ul li:hover > ul {
  top: -1px;
  left: 100%;
  right: auto;
}

#mbnscuebul_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;
  -webkit-transition-property:-webkit-transform;
  -moz-transition-property:-moz-transform;
  -ms-transition-property:-ms-transform;
  transform-origin: 0 0;
  transform: scale(1, 0.1);
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 0.1);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 0.1);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 0.1);
}

#mbnscuebul_table ul {
  position: absolute;
  top:-99999px;
  z-index: 4000;
}

#mbnscuebul_table ul ul {
  position: absolute;
  z-index: 5000;
}

#mbnscuebul_table .submenu_arrow {
  margin-left: 8px;
}

#mbnscuebul_table div.arrow { 
  background-image: url(ebab_mbnscu_d.png); 
  background-repeat: no-repeat; 
  background-position: right center; 
  height: 100%; 
} 

#mbnscuebul_table ul li a.with_arrow { 
  background-image: url(ebab_mbnscu_c.png); 
  background-repeat: no-repeat; 
  background-position: right center; 
  padding-right: 16px; 
} 

#mbnscuebul_table ul a img, #mbnscuebul_table ul a span { 
  margin-right: 6px; 
  vertical-align: middle; 
} 

#mbnscuebul_table ul.img_16 > li > a { 
  padding-left: 25px; 
} 

#mbnscuebul_table ul.img_16 > li > a.with_img_16 { 
  padding-left: 3px; 
} 

#mbnscuebul_table ul.img_16 > li > a { 
  padding-left: 25px; 
} 

#mbnscuebul_table ul.img_16 > li > a.with_img_16 { 
  padding-left: 3px; 
} 

#mbnscuebul_table li:hover div.gradient25, #mbnscuebul_table li.expanded div.gradient25, #mbnscuebul_table li.active div.gradient25, #mbnscuebul_table li.itemhot div.gradient25 { 
  background-image: url('buttonhot_bg.png'); 
  background-repeat: repeat-x; 
  background-color: #4A6FA2; 
} 

#mbnscuebul_table li:hover div.gradient_button, #mbnscuebul_table li.expanded div.gradient_button, #mbnscuebul_table li.active div.gradient_button, #mbnscuebul_table li.itemhot div.gradient_button { 
  background: -moz-linear-gradient(top, #9298AA 0%, #576075 47%, #203559 51%, #4A6FA2 100%); 
  background: -webkit-linear-gradient(top, #9298AA 0%, #576075 47%, #203559 51%, #4A6FA2 100%); 
  background: -ms-linear-gradient(top, #9298AA 0%, #576075 47%, #203559 51%, #4A6FA2 100%); 
  background: linear-gradient(top, #9298AA 0%, #576075 47%, #203559 51%, #4A6FA2 100%); 
} 

#mbnscuebul_table ul li.gradient25:hover, #mbnscuebul_table ul li.gradient25.subexpanded, #mbnscuebul_table ul li.gradient25.subitemhot { 
  background-image: url('menuitemhot_bg.png'); 
  background-repeat: repeat-x; 
  background-color: #BFDAFC; 
} 

#mbnscuebul_table ul li.gradient26:hover, #mbnscuebul_table ul li.gradient26.subexpanded, #mbnscuebul_table ul li.gradient26.subitemhot { 
  background-image: url('menuitemhot_bg1.png'); 
  background-repeat: repeat-x; 
  background-color: #BFDAFC; 
} 

#mbnscuebul_table ul li.gradient_menuitem:hover, #mbnscuebul_table ul li.gradient_menuitem.subexpanded, #mbnscuebul_table ul li.gradient_menuitem.subitemhot { 
  background: -moz-linear-gradient(top, #EDF4FE 0%, #BFDAFC 100%); 
  background: -webkit-linear-gradient(top, #EDF4FE 0%, #BFDAFC 100%); 
  background: -ms-linear-gradient(top, #EDF4FE 0%, #BFDAFC 100%); 
  background: linear-gradient(top, #EDF4FE 0%, #BFDAFC 100%); 
} 

#mbnscuebul_table li a.button_1, #mbnscuebul_table li div a.button_1 { 
  padding-right: 18px; 
} 

#mbnscuebul_table div.icon_1 { 
  background-image: url(ebab_mbnscu_ico_0.png); 
  background-repeat: no-repeat; 
  background-position: 3px center; 
  height: 100%; 
} 

#mbnscuebul_table li a.button_2, #mbnscuebul_table li div a.button_2 { 
  font-family: Arial,sans-serif; 
  line-height: 16px; 
} 

#mbnscuebul_table div.icon_2 { 
  background-image: url(ebab_mbnscu_ico_1.png); 
  background-repeat: no-repeat; 
  background-position: 3px center; 
  height: 100%; 
} 

#mbnscuebul_table div.icon_3 { 
  background-image: url(ebab_mbnscu_ico_2.png); 
  background-repeat: no-repeat; 
  background-position: 3px center; 
  height: 100%; 
} 

#mbnscuebul_table div.icon_4 { 
  background-image: url(ebab_mbnscu_ico_3.png); 
  background-repeat: no-repeat; 
  background-position: 3px center; 
  height: 100%; 
} 

#mbnscuebul_table li a.button_5, #mbnscuebul_table li div a.button_5 { 
  padding-right: 18px; 
} 

#mbnscuebul_table div.icon_5 { 
  background-image: url(ebab_mbnscu_ico_4.png); 
  background-repeat: no-repeat; 
  background-position: 3px center; 
  height: 100%; 
} 

#mbnscuebul_table li a.button_6, #mbnscuebul_table li div a.button_6 { 
  padding-right: 18px; 
} 

#mbnscuebul_table div.icon_6 { 
  background-image: url(ebab_mbnscu_ico_5.png); 
  background-repeat: no-repeat; 
  background-position: 3px center; 
  height: 100%; 
} 

#mbnscuebul_table li a.button_7, #mbnscuebul_table li div a.button_7 { 
  padding-right: 18px; 
} 

#mbnscuebul_table div.icon_7 { 
  background-image: url(ebab_mbnscu_ico_6.png); 
  background-repeat: no-repeat; 
  background-position: 3px center; 
  height: 100%; 
} 

#mbnscuebul_table li a.button_8, #mbnscuebul_table li div a.button_8 { 
  padding-right: 18px; 
} 

#mbnscuebul_table div.icon_8 { 
  background-image: url(ebab_mbnscu_ico_7.png); 
  background-repeat: no-repeat; 
  background-position: 3px center; 
  height: 100%; 
} 
