.HasChild
  {
  background: url('arrows.gif') no-repeat right;
  text-decoration: UNDERLINE;
  }

.MenuBar
  {
  background-color: "#EEEEFF";
  color: #000080;
  font: 10px Verdana, Arial, Helvetica;
  font-weight: NORMAL;
  height: 20px;
  clear: both;
  width: 998px;
  }
  
.MenuBar a
  {
  background-color: "#EEEEFF";
  color: #000080;
  text-transform: uppercase;
  text-decoration: NONE;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  }  
  
.MenuHorizontal
  {
  background-color: #EEEEFF;
  padding: 0 0 0 5px;
  margin: 0;
  list-style: none;
  line-height: 18px;
  }
  
.MenuHorizontal li
  {
  cursor: pointer ;
  float: left;
  position: relative;
  padding-right: 4px;
  }
  
.MenuVertical
  {
  background-color: #EEEEFF;
  color: #000080;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 180px;
  border-right: #808080 1px solid;
  }

.MenuVertical li  
  {
  cursor: pointer;
  float: none;
  min-height: 17px;
  line-height: 18px;
  padding: 0 0 0 2px;
  margin: 0;
  border-bottom: #808080 1px solid;
  }
  
.MenuVertical li a
  {
  display: block;
  }

.Level1
  {
  position: relative; 
  }

.Level2
  {
  position: absolute; 
  top: 18px;
  left: 2px;
  display: none;
  }

.Level2 li:hover,
.Level2 li.over
  {
  background-color: #EEEEFF;
  }

.Level3
  {
  position: absolute; 
  top: 0px;
  left: 162px;
  display: none;
  }

.Level4
  {
  position: absolute; 
  top: 0px;
  left: 162px;
  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
   {
   // the height in next line alters the height of block in vertical menus    
   height: 20px;
   }
 
 * html .MenuVertical li a
   {
   display: inline;
   }

.Level1 li, .Level2 li, .Level3 li, .Level4 li
  {
  behavior: url("ieMenu.htc") ;
  }