.menutd { padding-left: 0px; }
.HasChild { background: url(arrow.gif) right no-repeat; }

.MenuBar
  {
  color: #000000;
  font: bold 7pt verdana, Helvetica, sans-serif;
  height: 30px;
  clear: both;
  width: 920px;

  padding: 0;
  }

.MenuBar a:hover,
.MenuBar a
  {
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  padding: 0;
  }


.MenuHorizontal
  {

  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  line-height: 30px;
  }

.MenuHorizontal li
  {
  cursor: pointer ;
  float: left;
  position: relative;
  padding-right: 10px;
  }

.MenuVertical
  {

  color: #463160;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 250px;

  }

.MenuVertical li
  {
  cursor: pointer ;
  float: none;
  min-height: 17px;
  line-height: 25px;
  padding: 0 0 0 6px;
  margin: 0;
 border-bottom: #75b2c5 1px solid; text-align:left;
  }

.MenuVertical li a
  {
  display: block;
   color: #ffffff;
	
 }

.Level1
  {
  position: relative;
   color: #ffffff;
  }

.Level2
  {
  position: absolute;
  top: 30px;
  left: -4px;   color: #ffffff;
  display: none; background-color:#5399b2
  }

.Level2 li:hover,
.Level2 li.over
  {
 background-color:#2d687d;
   color: #ffffff;
  }

.Level3
  {
  position: absolute;
  top: 0px;
  left: 220px;
  display: none; background-color:#5399b2; 
  }

.Level4
  {
  position: absolute;
  top: 0px;
  left: 220px;
  display: none; background:#5399B2;
  }

.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;
  }
/* portion coded by arun to limit the width of the last 2 tabs*/
.widthlimiting1{width:161px;}
.widthlimiting2{width:101px;}
/**/
 * html .MenuVertical li
   {
   height: 17px;
   }

 * html .MenuVertical li a
   {
   display: inline;
   
   }
   .Level2 { z-index: 5; }
.Level3 { z-index: 200; }


.Level1 li, .Level2 li, .Level3 li, .Level4 li
   {
   	behavior: url(ieMenu.htc);
   }
