#links ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 144px;
	padding-left: 0px;
}

#links li {
	border-width: 1px 0px;
	border-bottom-color: Silver;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0px 0px;
}

#links li a {
	color: Black;
	display: block;
	font: lighter 80% Tahoma;
	padding: 2px 5px 2px;
	text-decoration: none;
}

* html #links li a {  /* make hover effect work in IE */
	width: 144px;
}

#links li a:hover {
	background: #D0D0D0;
	cursor: pointer;
}

#links a em { 
   color: #333;
	display: block;
	font: normal 85% Verdana, Helvetica, sans-serif;
	line-height: 125%; 
}

#links a span {
	color: #125F15;
	font: normal 70% Verdana, Helvetica, sans-serif;
	line-height: 150%;
}