
.MenuBar
  {
 // background-color: #333399 ;
//background-color: #526290;
//background-color: #93b633;
background-color: #617A27;
  color: #ffffff;
 font: 12px Arial;
  height: 25px;
  clear: both;
  width: 100%;
  }
  
.MenuBar a, .MenuBar a:visited, .MenuBar a:hover
  {
  color: white;
  text-decoration: none;
  margin: 0;
  padding: 0;
  } 
.MenuBar  .MenuHorizontal a:hover
  {
 // background-color: #333399 ;
background-color: #617A27;
//background-color: #93b633;
  } 
  
.MenuBar .MenuHorizontal
  {
//  background-color: #617A27 ;
background-color: #93b633;
//background-color: #617A27;
 padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
  line-height: 25px;
  }
  
.MenuBar .MenuHorizontal li
  {
  cursor: pointer ;
  float: left;
  position: relative;
  // padding-right: 33px;
padding-right: 10px;
  }
  
.MenuBar .MenuVertical
  {
//  background-color: #617A27;
background-color: #93b633;
  color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
 width: 150px;
  }
.MenuBar .MenuVertical li  
  {
  padding: 0 0 0 6px;
  margin: 0;
border: 1px solid #000000;
border-bottom: 1px solid #FFFFFF;
//background-color: #526290;
background-color: #93b633;
width: 12em;
  }
  
.MenuBar .MenuVertical li a
  {
  display: block;
  }
.MenuBar .Level1
  {
  position: relative; 
  }
.MenuBar .Level2
  {
  position: absolute; 
  top: 25px;
  left: -4px;
  display: none;
  }
.MenuBar .Level2 li:hover,
.Level2 li.over
  {
 // background-color: #2389BC;
//background-color: #93b633;
background-color: #617A27;
  z-index: 99;
  }
.MebuBar .Level2 li a:hover {
background-color: #617A27;
}
.MenuBar .Level3
  {
  position: absolute; 
  top: 0px;
  left: 200px;
  display: none;
  }
.MenuBar .Level4
  {
  position: absolute; 
  top: 0px;
  left: 200px;
  display: none;
  }
.MenuBar .Level1 li:hover ul.Level2,
.MenuBar .Level1 li.over ul.Level2
  { 
  display: block;
  }
.MenuBar .Level2 li:hover ul.Level3,
.MenuBar .Level2 li.over ul.Level3
  {
  display: block;
  }
.MenuBar .Level3 li:hover ul.Level4,
.MenuBar .Level3 li.over ul.Level4
  {
  display: block;
  }
 
 * html .MenuBar .MenuVertical li
   {
   height: 25px;
   }
 
 * html .MenuBar .MenuVertical li a
   {
   display: inline;
   }
  
.HasChild
  {
  background: url("/resources/global-images/$FILE/arrows.gif") right no-repeat;
  }
.MenuBar a:hover, .MenuBar  .MenuVertical a:hover,  .MenuBar .MenuHorizontal a:hover  {
background-color: #617A27;
}

