.HasChild
  {
  background: url(arrows.gif) right no-repeat;
  }

.MenuBar
  {
  background-color: #92659b;
  color: #ffffff;
  font: bold 10px Tahoma, Helvetica;
  height: 30px;
  clear: both;
  width: 100%;
  }
  
.MenuBar a
  {
  color: white;
  text-decoration: none;
  margin: 0;
  padding: 0;
  }  
  
.MenuHorizontal
  {
  background-color: #92659b;
  padding: 0 0 0 33px;
  margin: 0;
  list-style: none;
  line-height: 20px;
  }
  
.MenuHorizontal li
  {
  cursor: pointer;
  float: left;
  position: relative;
  padding-right: 20px;
  }
  
.MenuVertical
  {
  background-color: #92659b;
  color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 150px;
  }

.MenuVertical li  
  {
  cursor: pointer ;
  float: none;
  min-height: 17px;
  line-height: 14px;
  padding: 0 0 0 6px;
  margin: 0;
  /* border-bottom: #2389BC 1px solid; */
  border-bottom: #FFFFFF 1px solid;
  }
  
.MenuVertical li a
  {
  display: block;
  }

.Level1
  {
  position: relative; 
  }

.Level2
  {
  position: absolute; 
  top: 20px;
  left: -4px;
  display: none;
  }

.Level2 li:hover,
.Level2 li.over
  {
  background-color: #690e7a;
  }

.Level3
  {
  position: absolute; 
  top: 0px;
  left: 150px;
  display: none;
  }

.Level4
  {
  position: absolute; 
  top: 0px;
  left: 150px;
  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: 17px;
   }
 
 * html .MenuVertical li a
   {
   display: inline;
   }

.Level1 li, .Level2 li, .Level3 li, .Level4 li
  {
  behavior: url(ieMenu.htc) ;

  /* My ISP is not configured properly to use htc files */
  /* Change the above to behavior: url(ieMenu.htc)      */
  }


