html {
  font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}
body {
  font-size: 92%;
}
#nac {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px;
	float: left; /* Contain floated list items */
	background-color: #DFDFDF;
	font-size: 11px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#nac li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#nac a {
	display: block;  /* to increase clickable area as a's 
      default to inline */
	color: #666666;
	text-decoration: none;
	line-height: 2.3;
	border-bottom: 1px solid #FFF;
	letter-spacing: 1px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
#nac a:hover {
	background-color: #FFFFFF;
	color: #00CCFF;
}
