.ChartWidget .Choice
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ChartWidget .Chart  IMG
{
	border-style:none;
}

.ChartWidget  .Choice LI
{
	padding: 0px;
	height: 16px;
	background-color: #EDEDED;
	margin: 5px 0 0 0;
	text-align: center;
	text-decoration: none;
}

.ChartWidget  .Choice LI A
{
	color: #333;
	text-decoration: none;
}

.ChartWidget  .Choice LI A:hover
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.ChartWidget .Choice LI.Selected A
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}