@charset "utf-8";
#mainContent #contentblock ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	list-style-type: none;
	padding: 0px;
}
#mainContent #contentblock ul li{
	font-size: 0.9em;
	line-height: 1.5em;
	background-image: url(../_assets/_images/listButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#mainContent #contentblock ul li a{
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#mainContent #contentblock ul li a:hover {
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
