.MenuBar
  {
  background:url(../image/menu_bg.jpg)
  color: #ffffff;
  font: bold 11px tahoma,Verdana, Helvetica;
  height: 29px;
  clear: both;
  width: 100%;
 
  }
  
.MenuBar a
  {
  color: white;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font: bold 11px tahoma,Verdana, Helvetica;
  }  
  
.MenuHorizontal
  {
  background-color: #333399 ;
  padding: 0 0 0 0px;
  margin: 0;
  list-style: none;
  

  }
.MenuHorizontal li a  {
  font-family:Tahoma,arial;
  font-size:11px;
  font-weight: bold;

  }
  
.MenuHorizontal li
  {
  cursor: pointer ;
  float: left;
  position: relative;
  /*padding-left: 13px;*/
  }
  
.MenuVertical
  {
  background-color: #ffa133;
  color: #00659C;
  padding: 0;
  margin-top: 0;
  margin-left: 0px;
  list-style: none;
  width: 200px;
  }

.MenuVertical li  
  {
  cursor: pointer ;
  float: none;
  /*min-height: 17px;
  line-height: 14px;
  padding: 0 0 0 0px;
  margin: 0;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-top: #CCCCCC 1px solid;*/
  }
  
.MenuVertical li a
  {
  color: #FFFFFF;
  display: block;
  letter-spacing:0px;
  FontFamily="Tahoma, Verdana, Arial"
  font-size:10px;
  font-weight: normal;
  border-left: #f8cb6e 1px solid;
  border-right: #f8cb6e 1px solid;
  border-bottom: #f8cb6e 1px solid;
  padding: 2px 0 4px 6px;
  margin: 0;
  width: 192px !important;
  width /**/: 200px;  
   }
.MenuVertical li a:hover
  {
   FontFamily="Tahoma, Verdana, Arial"
  font-size:10px;
  color: #000000;
  }

.Level1
  {
  position: relative; 
  }

.Level2
  {
  position: absolute; 
  top: 29px;
  left: -4px;
  display: none;
  border-top: #f8cb6e 1px solid;
  
  }

.Level2 li:hover,
.Level2 li.over
  {
  color: #212473;
   }

.Level3
  {
  position: absolute; 
  top: -1px;
  left: 200px;
  display: none;
  border-top: #f8cb6e 1px solid;
  }

.Level4
  {
  position: absolute; 
  top: -1px;
  left: 200px;
  display: none;
  border-top: #f8cb6e 1px solid;
  }

.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(include/ieMenu.htc) ;

  /* My ISP is not configured properly to use htc files */
  /* Change the above to behavior: url(ieMenu.htc)      */
  }
