div#navi {
    position: static;
    top: 130px;
    width: 1040px;
    height: 30px; 
    background-color: #909090;
    z-index: 1000;
	  }

#table {
  width: 1040px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  font-size: 0px;
  display: inline-block;
}
#table li.s-s-h a {
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid   #B5C9CA;
  border-bottom-color:  #505050;
  text-align: center; 
  padding: 7px 25px 7px 25px;
  /*background-color: lightblue;
  box-shadow: 0 0 3px 0 #FFFFFF, 0 0 7px -1px #FFFFFF inset; */
  background-color:  #B5C9CA;  
}

#table li a {
  line-height: 14px;
  font-size: 13px;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: none;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  padding: 7px 25px 7px 25px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
}

#table li div.buttonbg {
  height: 28px;
  padding: 7px 15px 7px 15px;
  line-height: 0;
  background-color: #909090;
  border-style: solid;
  border-color: #909090;
  border-width: 1px;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0 6px -2px #C0C0C0 inset;
  text-align: center;
}

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


#table li.expanded div.buttonbg, #table li.active div.buttonbg, #table li.itemhot div.buttonbg, #table li:hover div.buttonbg {
  background-color: #999999;
  box-shadow: 0 0 10px 0 #FFFFFF, 0 0 20px -1px #FFFFFF inset;
  border-color: #999999;
}

#table {
  padding: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border-collapse: separate;
}

#table ul li a {
  color: #666666;
  font-family: "Lucida Sans",sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  white-space: nowrap;
}

#table ul li:hover > a {
  color: #333333;
  font-family: "Lucida Sans",sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#table ul li.subexpanded a.subexpanded, #table ul li.subitemhot a.subitemhot, #table ul li a:hover {
  color: #333333;
  font-family: "Lucida Sans",sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

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

#table ul {
  margin: 0;
  border-style: solid;
  border-color: #D6D7D7;
  border-width: 1px;
  padding: 0;
  background: #FFFFFF;
  font-size: 0;
  border-radius: 5px;
}

#table ul li a {
  padding: 7px 15px 7px 13px;
  text-align: left;
}

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

#table ul li.separator div {
  border-top: 1px solid #C0C0C0;
  font-size: 0px;
}

#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: transparent;
}

#table ul li.first_item {
  border-radius: 4px 4px 0 0;
}

#table ul li.last_item {
  border-radius: 0 0 4px 4px;
}


#table ul {
  box-shadow: 1px 1px 5px -1px #333333;
}

#table .spaced_li {
  margin: 0px 0px 0px 0px;
}

#table a img {
  border: none;
}

#table li {
  list-style: none;
  float: left;
}

#table.css_menu li {
  position: relative;
}

#table.css_menu ul li:hover > ul {
  opacity: 1;
}

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

#table.css_menu ul li:hover > ul {
  top: -1px;
  left: 100%;
  right: auto;
}

#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;
}

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

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

#table .submenu_arrow {
  margin-left: 8px;
}

#table a.with_img_4 span.img_4x5, .menulist span.img_4x5 { 
  width: 4px; 
  height: 5px; 
  display: inline-block; 
  vertical-align: middle; 
}

#table li:hover > a span.img_4x5, #table li.subexpanded > a span.img_4x5 { 
  background-position: 0 -5px; 
} 

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

#table ul li a.with_arrow:hover, #table ul li:hover > a.with_arrow, #table ul li.subexpanded > a.with_arrow { 
  background-image: url(ebab_mbmcp_c2.png); 
} 

