
.MenuBar  {
  z-index: 1200;
  margin: 0;
  padding:0;
  
  }
  
.MenuBar a  {
  margin: 0;
  padding: 0;
  }  
  
/* - - - - - - - - ----------------*/
 
.MenuHorizontal li  {
float: left;
position: relative;
text-align:center;
width: 147px;
height:32px;
padding: 16px 0 0 0;
margin: 0 0 0 0; 
color: #FFFFFF;
list-style:none;
font-size:11px;
font-weight:bold;
background:url(images/nav_bg.jpg) no-repeat;

}  
  



 
  
.MenuHorizontal a {
  display: block;
  color: #ffffff;
  margin: 0 0 0 0;
  padding:0 0 0 0;
  text-decoration:none;
  
}

.MenuHorizontal a:hover {
 
  color: #FF0488;

}



   
  /* - - - - - - - - ----------------*/

.MenuVertical  {
  color: #FFFFFF;
  list-style: none;
  padding: 0;
  margin: 0; 
  }

.MenuVertical li  {
  float: none;
  background:#003A6A ; 
  padding: 9px 0 0 0;
  margin: 0;
  width: 170px;
  height:23px;
  text-align:center;
  border-top:solid 1px #ffffff;
  background:url(images/nav_bg3.jpg) no-repeat;
  font-size:11px;
  
  
}
  
.MenuVertical li a {
  display: block;
  color: #ffffff;
  padding: 0 0 0 0;
  margin: 0;
    text-decoration:none;
	font-weight:normal;
	
	
}

.MenuVertical li a:hover {
text-decoration:underline;
color: #FF0488;
}


.Level1  {
 position: relative; 
}

.Level2  {
  position: absolute; 
  top: 34px;
  left: 0;
  display: none;
}

.Level3  {
  position: absolute; 
  top: 34px;
  left: 0;
  display: none;
}

.Level4  {
  position: absolute; 
  top: 48px;
  left: -11px;
  display: none;
}

.Level5  {
  position: absolute; 
  top: 34px;
  left: 0;
  display: none;
}

.Level2 li:hover,
.Level2 li.over  {
text-decoration:underline;

}

.Level3 li:hover,
.Level3 li.over  {
text-decoration:underline;}

.Level4 li:hover,
.Level4 li.over  {
text-decoration:underline;}

.Level5 li:hover,
.Level5 li.over  {
text-decoration:underline;}
  /* - - - - - - - - ----------------*/
.Level1 li:hover ul.Level2,
.Level1 li.over ul.Level2 { 
  display: block;
}

.Level1 li:hover ul.Level3,
.Level1 li.over ul.Level3 { 
  display: block;
}

.Level1 li:hover ul.Level4,
.Level1 li.over ul.Level4 { 
  display: block;
}

.Level1 li:hover ul.Level5,
.Level1 li.over ul.Level5 { 
  display: block;
}
 * html .MenuVertical li  {
   }
 
 * html .MenuVertical li a  {
   display: inline;
   }

 .Level1 li, .Level2 li, .Level3 li, .Level4 li, .Level5 li
  {
  behavior: url(ieMenu.htc);
  }
  

