#featureNav ul {
  display: block;
  float: left;
  list-style-type: none;
  width: 167px;
  margin: 0 0 10px 0;
  padding-right: 10px;
  padding-bottom: 10px;
}

#featureNav li {
	border-bottom: 1px dotted #9fa4ad;
	padding: 0;
	}

#featureNav a {
               font-family: Georgia, Times, “Times New Roman”, serif;
                color: #59616e;
	height: 12px;
	display: block;
	padding: 10px;
	font-size: 13px;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	}

#featureNav a:hover {
	height: 12px;
	display: block;
	padding: 10px;
                color: #1c2533;
	background-color: #e8e9eb;
	}
