@import "/site/designs/shared/css/base.css";

TD#sidebar UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

TD#sidebar UL LI
{
	list-style-type: none;
}

TD#sidebar UL A
{
	display: block;
	font-size: 12px;
	color: rgb(110, 110, 110);
	text-decoration: none;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid rgb(239, 238, 238);
	background: url(/site/designs/shared/images/bullets/arrowLightGray.gif) 100% 50% no-repeat;
}

TD#sidebar UL A:hover {
	background-color: rgb(200, 199, 199);
}
