#nav
{
	background-color: black;
	padding: 0px 5px 0px 5px;
	width: 86px;
}

#nav a{
  font-size: 10px;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: white;
  
}

#nav .links a:hover{
	text-decoration: none! important;

}

#nav .links
{
	line-height: 15px;
}

#nav_td{
vertical-align: top;
}

.sectionHeader{
	color: #858585;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}