
div#menu-area
{
  clear: both;
  max-height: 25px;
  background-color: #577691;
  z-index: 200;
  width: 1000px;
}

div#menu-area-place-holder
{
  height: 25px;
  display: hidden;
  width: 1000px;
}

ul#menu-bar
{
  list-style-type: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#menu-bottom
{
  width: 100%;
  height: 1px;
  background-color: #577691;
  margin-top: -1px;
  clear: both;
}

li.menu-bar-spacer
{
  float: left;
  margin: 0;
  padding: 1px 0 2px 0;
  background-color: #577691;
  width: 14px;
  height: 22px;
}

li.menu-bar-item
{
  float: left;
  padding: 1px 0 2px 0;
  background-color: #577691;
  color: white;
  font-family: 'Arial Black', 'Archivo Black', arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  width: 162px;
  height: 22px;
  cursor: default;
}

li.menu-bar-item.forChrome
{
  padding: 1px 0 2px 0;
}

li.menu-bar-item.forFF
{
  padding: 3px 0 0px 0;
}

li.menu-bar-item.first-item
{
  margin-left: 0;
}

ul.menu-item-list
{
  display: none;
  list-style-type: none;
  margin-top: 2px;
  padding: 0px 0;
  background-color: white;  /*#D6F5FF*/ ;
  opacity: 0.85;
  font-family: 'Arial Black', 'Archivo Black', arial, sans-serif;
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  z-index: 99;
  border-top: 1px solid #7d0707;
  border-right: 1px solid #7d0707;
  border-bottom: 1px solid #7d0707;
  border-left: 1px solid #7d0707;
  position: absolute; top: 23px;
  min-width: 162px;
}

li.menu-bar-item.last-item ul.menu-item-list
{
  /*width: 300px;*/
  right: 14px;
}

li.menu-item,
li.menu-item.inactive
{
  padding: 0;
  margin: 6px 0;
  min-height: 22px;
}

li.menu-item.inactive
{
  padding: 4px 12px 2px 12px;
  color: #999;
}

li.menu-item a
{
  color: black;
  display: block;
  padding: 2px 12px 0px 12px;
  min-height: 22px;
}

li.menu-item.forChrome a,
li.menu-item.inactive.forChrome
{
  padding: 2px 12px 0px 12px;
}

li.menu-item.forFF a,
li.menu-item.inactive.forFF
{
  padding: 5px 12px 0px 12px;
}

li.menu-bar-item:hover
{
  /* background-color: #3E5D78; */
  background-color: #7d0707;
  color: white;
}

li.menu-bar-item:hover ul.menu-item-list,
ul.menu-item-list:hover
{
  display: block;
}

li.menu-item:hover a
{
  /*background-color: #BDDCE6 ;*/
  background-color: #7d0707;
  color: white;
  opacity: 1.0;
}
