.navtop, .navtop ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.navtop {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	z-index: 100;
  	position: relative;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.navtop li {
	border-left: 1px solid #999;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	height: 32px;
}
.navtop li a, .navtop li a:link, .navtop li a:active, .navtop li a:visited {
  font: bold 12px/32px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  display: block;
  padding: 0 9px;
  text-transform: uppercase;
  text-decoration: none;
}
.navtop li a:hover {
  background: #9F9381;
  color: #FFFFFF;	
}
.navtop-one li:hover a, 
.navtop-one li.sfHover a {
  background: #ccc;
  color: #FFFFFF;
}
.navtop-one li:hover ul a, 
.navtop-one li.sfHover ul a {
  background: #565656;
  color: #959595;	
}
.navtop-one li:hover ul a:hover, 
.navtop-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000000;	
}
.navtop ul {
  background: #999999;
  border-bottom: 1px solid #333;
  list-style: none;
  margin: 0;
  width: 208px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.navtop li:hover ul,
.navtop li.sfHover ul {
  top: 32px;
}
.navtop ul li {
  border: 0;
  float: none;
}
.navtop ul a {
  border: 1px solid #000;
  border-bottom: 0px;
  padding-right: 0px;
  width: 188px;
  white-space: nowrap;
}
.navtop ul a:hover {
  background: #ccc;
  color: #000;
}
