#head ul.navmenu {
  border: 0 none;
  padding: 0;
  z-index: 800;
  position: absolute;
  height: 44px;
  margin: 0;
  top: 82px;
  right: 30px;
}

#head ul.navmenu li {
  border: 0 none;
  float: left; /*For Gecko*/
  display: inline;
  position: relative;
  background-image: none;
  font-weight: bold;
  z-index: 300;
  color: #fff;
  padding: 5px 12px 5px 18px;
  font-size: 12px;
}

#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 {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  height: auto !important;
  height: 1%; /*For IE*/
  /*padding-top: 1px;  */
}

#head ul.navmenu a:hover{ 
  text-decoration: underline;
}

#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.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; 	  
}







