.HasChild
  {
  background: url(arrows.gif) right no-repeat;
  }

.MenuBar
  {
  background-color: #9dbe0b;
  color: #ffffff;
  font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
  height: 20px;
  clear: both;
  /*width: 100%;*/
  width:800;
  }
  
.MenuBar a
  {
  color:#000a4b;
  text-decoration: none;
  margin: 0;
  padding: 0;
  }  
  
.MenuHorizontal
  {
  background-color: #000066 ;
  padding: 0 0 0 15px;
  margin: 0;
  list-style: none;
  line-height: 20px;
  color: #000a4b;
  }
  
.MenuHorizontal li
  {
  cursor: pointer ;
  float: left;
  position: relative;
  padding-right: 15px;
  }
  
.MenuVertical
  {
  background-color: #9dbe0b;
  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: #bdbdbd 1px solid;
  color: #000a4b;
  }
  
.MenuVertical li a
  {
  display: block;
  color:#000a4b;
  }

.Level1
  {
  position: relative; 
  
  }

.Level2
  {
  position: absolute; 
  top: 20px;
  left: -4px;
  display: none;
  background-color: #9dbe0b;
  		font-weight: normal;
  		font-family: Georgia, "Times New Roman", Times, serif;
  		font-size: 0.9em;
  }

.Level2 li:hover,
.Level2 li.over
  {
  background-color: #54a008;
  color: #ffcc00;
  }

.Level3
  {
  position: absolute; 
  top: 0px;
  left: 150px;
  display: none;
  background-color: #336600;
  }

.Level4
  {
  position: absolute; 
  top: 0px;
  left: 150px;
  display: none;
  background-color: #4c4c93;
  }

.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: 18px;
   }
 
 * html .MenuVertical li a
   {
   display: inline;
   color:#000a4b;
   }

.Level1 li, .Level2 li, .Level3 li, .Level4 li
  {
  behavior: url('a_css/ieMenu.htc') ;
  }
