#relatedterms ul {
	width: 1000px;
	margin: 0;
	padding: 2px 5px;
	list-style: none;
}

#relatedterms li {
	display: block;
	float: left;
	text-align: left;
	width: 250px;
	margin: 0;
	overflow: hidden;
	padding: 2px 5px;
}

#relatedterms li a:link {
	background: #FFF url('/sitetypes/site-images/bullets/bullet-arrow.gif') no-repeat scroll 5px 7px;
	color: #400;
}

#relatedterms li a:active {
	background: #FFF url('/sitetypes/site-images/bullets/bullet-arrow.gif') no-repeat scroll 5px 7px;
	color: #400;
}

#relatedterms li a:visited {
	background: #FFF url('/sitetypes/site-images/bullets/bullet-arrow.gif') no-repeat scroll 5px 7px;
	color: #400;
}

#relatedterms li a:hover {
	background: #540213 url('/sitetypes/site-images/bullets/bullet-arrow.gif') no-repeat scroll 5px 7px;
	color: #EEE;
}

#relatedterms li a {
	height: 25px;
	line-height: 25px;
	display: block;
	width: 229px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #FFF;
	padding: 0 0 0 18px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
