div.menu_bar {
  margin: 0;
  font-size: 70%;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: fixed;
  top: 0em;
  left: auto;
  width: auto;
  right: auto;
  overflow:hidden;
  z-index:1;
}

div.menu_bar .mb_transparent
{   
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background-color: #050A69;
    position: absolute;
    width:1300px;
    height:50px;
    top:0px;   
    left:0px;   
    z-index:-1;
}   
  
.mb_content 
{   
    position:relative;   
}

div.menu_bar p {
  margin: 0;
/*  padding: 0.3em 0.4em; */
  font-family: Arial, sans-serif;
/*  background: #DDD; */
/*  border: thin outset #DDD; */
/*  color: white; */
}

/* div.menu_bar a, div.menu_bar em { margin: 0.5em } */
/* div.menu_bar a, div.menu_bar em { border-left: 2px groove #DDD; padding: 0.5em} */
/* div.menu_bar a:first-child { border-left: none } */
/* div.menu_bar em { color: #DDD } */

div.menu_bar a:link { text-decoration: none; color: white }
div.menu_bar a:visited { text-decoration: none; color: white }
div.menu_bar a:hover { background-color: white; color: black }

/* Override the colors  orig. color 025c7f*/
/* div.menu_bar td { background: url(semi2x2b.png) transparent fixed;
   border-color: #DDD } */
/* div.menu_bar td { background-color: #003322; border-color: #DDD } */
div.menu_bar td { border-color: #DDD }
/* div.menu_bar a, div.menu_bar em { border-top-color: #DDD } */

