#head ul.navmenu {
  border: 0 none;
  padding: 0;
  z-index: 800;
  position: absolute;
  height: 23px;
  width: 850px;                                              
  bottom: 0;
  left: 0;
}


#head ul.navmenu li {
  border: 0 none;
  float: left; /*For Gecko*/
  display: inline;
  position: relative;
  background-image: none;  
  z-index: 300;
  padding: 0;
}
#head ul.navmenu li.act{
  background-color: #2B6070;
}
#head ul.navmenu li.act2{
  background-color: #A9B569;
}
#head ul.navmenu li.act a,
#head ul.navmenu li.act2 a{
  color: #fff;
}

#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: 4px 12px 7px 12px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
  background: url(../images/navdot.gif) left  center no-repeat;
  height: auto !important;
  height: 1%; /*For IE*/
  /*padding-top: 1px;  */
}

#head ul.navmenu a:hover{
  text-decoration: none;     
  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;
}
