
#menutop{
	height: 35px;
}

#menutop img{ border: none; }

#menutop li ul{display: none;}

#menutop, #menutop ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#menutop {
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  z-index: 100;
	  position: relative;
	  text-align:left;
}
#menutop li {
  float: left;
  margin: 0;
  padding: 0;
  padding-right: 8px;
  position: relative;
  font-size:14px;
}
#menutop li a, #menutop li a:visited {
  color: #222;
  font-size: 12px;
  display: block;
  padding: 0;
  line-height:37px;
  text-decoration: none;
}

#menutop li a:hover{
  color: #000;	
}

#menutop ul {
  border: none;
  /*border-top:0px;*/
  list-style: none;
  margin: 0;
  width:159px;
  position: absolute;
  top: -999em;
  left: 0px;
}
#menutop li:hover ul,
#menutop li.sfHover ul {
  top: 34px;

}
#menutop ul li {
	background: url(images/btnbg2.jpg) top center no-repeat;
  float: none;
  height: 34px;
  white-space: nowrap; 
  width:100%;  
}
#menutop ul li a,#menutop ul li a:visited {
  border: 0px solid #000;
  border-bottom: 1px solid #DFDFDF;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 0 5px;
  margin:2px 9px;
  line-height:34px;
  height:20px;
  width: 145px;
}
#menutop ul li a:hover {
 color: #333;
}





