ul.subs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.subs li {
	display: inline;
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	width: 152px;
	text-align: center;
}
ul.subs li a {
	color: #535353;
	font-size: 80%;
	text-decoration: none;
}
ul.subs li a:hover {
	text-decoration: underline;
}
ul.subs li.spacer {
	display: block;
	clear: both;
	width: 100%;
	float: none;
	height: 20px !important;
}
ul.subs li a.image {
	display: block;
	width: 152px;
	height: 152px;
	border: 1px solid #868686;
	background: url('/dsg/x.gif') no-repeat center center;
	text-decoration: none;
}
