/* left navigation */
a.navigation
{
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a.navigation:hover
{
	color: #ff6600;
}

a.navigation:visited
{
	color: #ffffff;
}

a.navigationpath
{
	color: #ff6600;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.navigationpath:hover
{
	color: #ffffff;
}
a.navigationpath:visited
{
	color: #ff6600;
}
a.subnavigation
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.subnavigation:hover
{
	color: #ff6600;
}

a.subnavigation:visited
{
	color: #ffffff;
}
a.subnavigationactive
{
	color: #ff6600;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.subnavigationactive:hover
{
	color: #ffffff;
}
a.subnavigationactive:visited
{
	color: #ff6600;
}
