.HasChild
  {
  background: url(arrows.gif) right no-repeat;
  }

  
.MenuBar
  {
  background-color: #003399 ;
  color: #ffffff;
  font: bold 11px Verdana,Tahoma, Helvetica;
  height: 25px;
/*  clear: both;
  width: 100%;*/
  }
  
.MenuBar a
  {
  color: white;
  text-decoration: none;
  }  

.MenuBar a:hover
  {
  color: black;
  }  


.MenuHorizontal
  {
  background-color: #003399 ;
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
  line-height: 25px;  
  }

.MenuHorizontal li
  {
  cursor: pointer ;
  float: left;
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  }


.MenuVertical
  {
  background-color: #8CA8E6;
  color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 160px;
  font-size:10px;
  border-bottom: 2px groove #999;
  border-left: 2px groove #999;
  border-right: 2px groove #999;
  }

* html .MenuVertical{ /*IE6 hack*/
  border-left: none;
  border-right: none;
/*  border:none;*/
}

.MenuVertical li  
  {
  cursor: pointer ;
  float: none;
  min-height: 17px;
  line-height: 30px;
  padding: 0 0 0 6px;
  margin: 0;
  border-bottom: 1px solid #80A0E0;
  }

.MenuVertical li.with_separator
  {
     border-top: 2px groove #999;
  }
  
.MenuVertical li a
  {
  display: block;
  }

.MenuHorizontal li a
  {
  display: block;
  }
  
.Level1
  {
  position: relative; 
  }

.Level1  li:hover,
.Level1  li.over
{
  background-color: orange;
}

.Level2
  {
  position: absolute; 
  top: 25px;
  left: -2px;
  display: none;
  }

.Level2 li:hover,
.Level2 li.over
  {
  background-color: #003399;
  }

.Level3
  {
  border-top: 2px groove #999;
  position: absolute; 
  top: 0px;
  left: 160px;
  display: none;
  }

.Level4
  {
  border-top: 2px groove #999;
  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: 17px;
   }
 
 * html .MenuVertical li a
   {
   display: inline;
   }

.Level1 li, .Level2 li, .Level3 li, .Level4 li
  {
  behavior: url(mod/glis/tpl/ieMenu.htc) ;
  }

Body 
{
 padding: 0 0 0 0px;
  margin: 0;
 	
}

