

.MenuHorizontal
  {
position:relative;
  }

.MenuHorizontal li
  {
 position:relative;
  }

.MenuVertical
  {
  background-color:#D6D9DE; 
  color: #ffffff;
  
  margin: 0px;
  list-style: none;
	width:150px;
  /*background-image: url("/images/mb.gif");  background-repeat: no-repeat;  background-position: bottom center;*/

  }
.MenuVertical ul{ 	width:150px;padding:0px!important;
}


.MenuVertical li
  {
  cursor: pointer ;
  float: none;
width:150px;
  margin: 0;
 display: block;
 color: #ffffff!important;
 background:#000000!important;
  text-align:center;
padding:0!important;
  /* border-bottom: #2389BC 1px solid; */
  
  }

.MenuVertical li a
  {
  display: block;
   color: #ffffff!important;
   padding:2px 10px!important;
   background:#000000!important;
   text-align:center;
	
 }

.Level1
  {
  position: relative;
   color: #000000;
  }

.Level2
  {
  position: absolute;
  top: 26px;
  left: -10px;
  display: none;
  	width:150px;
	   background:#000000!important;
  }

.Level2 li:hover,
.Level2 li.over
  {
 
  background-color: #ffa200;
   color: #ffffff;
   padding:0px;
  }
  
  .Level2 li a:hover,
.Level2 li a.over
  {
  
  color:#ffffff!important;
  background:#ffa200!important;

  }


.Level1 li:hover ul.Level2,
.Level1 li.over ul.Level2
  {
  display: block;
  }

.Level2 li:hover ul.Level3,
.Level2 li.over ul.Level3
  {
  display: block;

  }


 * html .MenuVertical li
   {
   
   }

 * html .MenuVertical li a
   {
   display: block;
   }

 * html .Level1 li, .Level2 li, .Level3 li, .Level4 li
   { 
   	behavior: url('ieMenu.htc');
   }


