.navList a
{
	color: #999;
	display: block;
}

.navList li
{
	margin: 0px;
	padding: 0px;
	display: inline; 
}

.navList strong
{
	font-weight: normal;
	color: #FFF;
}

.navList a:hover
{
	color: #0CF;
	text-decoration: none;
	background: #555;
}

#active, #active a
{
	display: block;
	background: #555;
	color: #0CF;
	text-decoration: none;
}

a:hover
{
	color: #0CF;
	text-decoration: none;
}

a
{
	color: #FFF;
	text-decoration: none;
}

b, strong
{
	font-weight: bold;
	text-decoration: none;
}

#itemLargeColumn p+p
{
	padding: 10px 10px 0px 0px;
	color: #AAA;
	font-weight: normal;
	border: 0px;
}
