.HasChild{
  background: url(images/arrow.gif) right no-repeat;
  }

.MenuBar{
  background-color: #555555;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  clear: both;
  }
  
.menu_selector{
  background-color: #555555;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  clear: both;
}
  
.MenuBar a{
  color: white;
  text-decoration: none;
  margin: 0;
  padding: 0;
  }  
  
.MenuHorizontal{
  background-color: #333399 ;
  padding: 0 0 0 33px;
  margin: 0;
  list-style: none;
  line-height: 30px;
  }
  
.MenuHorizontal li{
  cursor: pointer ;
  float: left;
  position: relative;
  padding-right: 5px;
  }
  
.MenuVertical{
  background-color: #ffffff;
  font-size:12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 200px;
  }

.MenuVertical li  {
  cursor: pointer ;
  float: none;
  min-height: 17px;
  line-height: 14px;
  padding: 0 0 0 6px;
  margin: 0;
  border-bottom: #414144 1px solid;
  border-left: #414144 1px solid;
  border-right: #414144 1px solid;
  }
  
.MenuVertical li a{
  display: block;
  color: #000000;
  }

.Level2 li , li a:hover{
  color: #A3151D;
  }
  
.Level1{
  position: relative; 
  }

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


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


.Level3{
  position: absolute; 
  top: 0px;
  left: 198px;
  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;
  color: #A3151D;
  }

.Level3 li:hover ul.Level4,
.Level3 li.over ul.Level4{
  display: block;
  }

 
 * html .MenuVertical li{
   height: 17px;
   }
 
 * html .MenuVertical li a{
   display: inline;
   }
