.HasChild
  {
  background: url('arrows.gif') no-repeat right;
  }

.MenuBar
  {
  color: #000000;
  font: 11px Verdana, Arial, Helvetica;
  font-weight: bold;
  height: 20px;
  clear: both;
  width: 400px;
  }
  
.MenuBar a
  {
  color: #000000;
  text-decoration: none;
  margin: 0;
  padding: 0;
  }  
  
.MenuHorizontal
  {
  background-color: #FFC700;
  padding: 0 0 0 5px;
  margin: 0;
  list-style: none;
  line-height: 30px;
  }
  
.MenuHorizontal li
  {
  float: left;
  position: relative;
  padding-right: 30px;
  }
  
.MenuVertical
  {
  font: 10px Verdana, Arial, Helvetica;
  font-weight: normal;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 160px;
  }

.MenuVertical li  
  {
  cursor: pointer ;
  float: none;
  min-height: 17px;
  line-height: 25px;
  padding: 0 0 0 2px;
  margin: 0;
  border-bottom: #000000 1px solid;
  }
  
.MenuVertical li a
  {
  display: block;
  }

.Level1
  {
  position: relative; 
  }

.Level2
  {
  position: absolute; 
  top: 25px;
  left: -4px;
  display: none;
  }

.Level2 li:hover,
.Level2 li.over
  {
  background-color: #FFE793;
  }

.Level3
  {
  position: absolute; 
  top: 0px;
  left: 160px;
  display: none;
  }

.Level4
  {
  position: absolute; 
  top: 0px;
  left: 160px;
  display: none;
  }

.Level1 li:hover ul.Level2,
.Level1 li.over ul.Level2
  { 
  display: block;
  }

.Level2 li:hover ul.Level3,
.Level2 li.over ul.Level3
  {
  display: block;
  }

.Level3 li:hover ul.Level4,
.Level3 li.over ul.Level4
  {
  display: block;
  }

 
 * html .MenuVertical li
   {
   height: 30px;
   }
 
 * html .MenuVertical li a
   {
   display: inline;
   }

.Level1 li, .Level2 li, .Level3 li, .Level4 li
  {
  behavior: url("ieMenu.htc") ;
  }
