#head ul.navmenu {
  border: 0 none;
  padding: 0;
  z-index: 400;
/*  position: absolute;*/
	position: relative;
	top: 0px;	
  height: 44px;
  width: 100%;
  background: url(/images/hnavibk.gif) left top repeat-x;
  margin: 0;
}

#head.d0 ul.navmenu{
  background: url(/images/hnavibk0.gif) left top repeat-x;  
}
#head.d1 ul.navmenu{
  background: url(/images/hnavibk1.gif) left top repeat-x;  
}
#head.d2 ul.navmenu{
  background: url(/images/hnavibk2.gif) left top repeat-x;  
}
#head.d3 ul.navmenu{
  background: url(/images/hnavibk3.gif) left top repeat-x;  
}
#head.d4 ul.navmenu{
  background: url(/images/hnavibk4.gif) left top repeat-x;  
}
#head.d5 ul.navmenu{
  background: url(/images/hnavibk5.gif) left top repeat-x;  
}
#head.d6 ul.navmenu{
  background: url(/images/hnavibk6.gif) left top repeat-x;  
}


#head ul.left{
  bottom: 0;
  left: 0;
}


#head ul.navmenu li {
  border: 0 none;
  float: left; /*For Gecko*/
  display: inline;
  position: relative;
  background-image: none;
  font-weight: bold;
  z-index: 300;
  margin-top: 2px;
}

#head ul.navmenu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)   */
   direction: ltr;

}

#head ul.navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 130px;
  list-style: none;
  display: none;
  position: absolute;
  top: 34px;
  left: 16px;
  z-index: 300;
  border-bottom: 1px solid #E6E6FA;

}
#head ul.navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#head ul.navmenu ul li {
 /* margin-top: 0em;  */
  margin: 0;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  width: 128px;
  background-color: #fff;

}
#head ul.navmenu a {
  padding: 16px 12px 9px 18px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  height: auto !important;
  height: 1%; /*For IE*/
  /*padding-top: 1px;  */
}

#head ul.navmenu a:hover{
  padding: 16px 12px 9px 18px;
  /*background: url(/images/actback.gif) left top repeat-x;*/
}

#head ul.navmenu li:hover li,
#head ul.navmenu li.iehover li {
  margin-left:0px;
  border: 1px solid #E6E6FA;
  border-bottom: none;
  padding: 0;
}
#head ul.navmenu ul li.last,
#head ul.navmenu ul li.last {
  border: 0;
}

/* 2nd Menu */
#head ul.navmenu li:hover li a,
#head ul.navmenu li.iehover li a {
  font-weight: normal;
  font-size: 11px;
  float: none;
  color: #4B4C4E;
}
#head ul.navmenu li ul li a
 {
 position:relative;
 text-decoration: none;
 padding: 3px 0 3px 5px;
}
#head ul.navmenu li:hover li a:hover,
#head ul.navmenu li:hover li:hover a,
#head ul.navmenu li.iehover li a:hover,
#head ul.navmenu li.iehover li.iehover a {
  background-color: #E6E6FA;
  background-image: none;
  padding: 3px 0 3px 5px;
}

#head ul.navmenu li:hover ul ul,
#head ul.navmenu li:hover ul ul ul,
#head ul.navmenu li.iehover ul ul,
#head ul.navmenu li.iehover ul ul ul {
  display: none;
}
#head ul.navmenu li:hover ul,
#head ul.navmenu ul li:hover ul,
#head ul.navmenu ul ul li:hover ul,
#head ul.navmenu li.iehover ul,
#head ul.navmenu ul li.iehover ul,
#head ul.navmenu ul ul li.iehover ul {
  display: block;
}

#head.d0 li.act a{
  background: url(/images/act0.gif) left top repeat-x; 	  
}
#head.d1 li.act a{
  background: url(/images/act1.gif) left top repeat-x; 	  
}
#head.d2 li.act a{
  background: url(/images/act2.gif) left top repeat-x; 	  
}
#head.d3 li.act a{
  background: url(/images/act3.gif) left top repeat-x; 	  
}
#head.d4 li.act a{
  background: url(/images/act4.gif) left top repeat-x; 	  
}







