.HasChild {
  background: url(arrows.gif) right no-repeat;
  }

.MenuBar  {
  background-color: #333333;
  color: #ffffff;
  height: 25px;
  z-index: 1000;
  width: 718px;
  margin: 5px 0 0 0;
  }
  
.MenuBar a  {
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  padding: 0;
  }  
  
.MenuHorizontal  {
  background-color: #333333 ;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
  font: 10px Georgia, "Times New Roman", Times, serif;
  }
 .MenuHorizontal a {
  font: 10px Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  padding: 6px 6px 6px 6px;
  display: block;
  }

.MenuHorizontal li a:hover {
  color: #ffffff;
  background-color:#990000;
  }
.MenuHorizontal li a:visited {
  color: #ffffff;
  }
    
.MenuHorizontal li  {
  cursor: pointer ;
  float: left;
  position: relative;
  color: #ffffff;
  text-align:left;
  
  
  
  }
  

.MenuVertical  {
  background-color: #333333 ;
  color: #ffffff;
  list-style: none;
  }

.MenuVertical li  {
  float: none;

  color: #ffffff;
  border-bottom: #ffffff 1px solid;
  font: 10px Georgia, "Times New Roman", Times, serif;

}
  
.MenuVertical li a {
  display: block;
  color: #ffffff;

  font: 10px Georgia, "Times New Roman", Times, serif;

}


.Level1  {
  position: relative; 

}

.Level2  {
  position: absolute; 
  top: 25px;
  left: 0px;
  display: none;
      width: 180px;

  border-top: solid 1px #FFFFFF;
  
}

.Level2 li:hover,
.Level2 li.over  {
  background-color: #993300;
      color: #ffffff;
}

.Level3  {
  position: absolute; 
  top: 0px;
  left: 200px;
  display: none;
}

.Level4  {
  position: absolute; 
  top: 0px;
  left: 200px;
  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).asp      */
  }
  
.news_image {
  border: solid 2px #CCCCCC;
}


