.NavigationLeft
{
	cursor: pointer;
}

.NavigationLeftOver, .NavigationLeftSelected
{
	cursor: pointer;
}

.NavigationLeft a
{
	text-decoration: none;
}

.NavigationLeftOver a, .NavigationLeftOver a:hover, .NavigationLeft a:hover
{
	color: #666666;
	cursor: pointer;
	text-decoration: none;
}

.NavigationLeftSelected a:hover, .NavigationLeftSelected a
{
	color: #898129;
	cursor: pointer;
	text-decoration: none;
}