/* div#NavigationPath 
{
	font-weight:bold;
}

div#NavigationPath a 
{
	text-decoration:underline;
} */

div#NavigationPath
{
font: 10px Trebuchet MS;
color: #666666;
text-decoration: none;
}

#NavigationPath a:link,#NavigationPath a:visited{
font: 10px Trebuchet MS;
color: #666666;
text-decoration: none;
}

#NavigationPath a:hover{
font: 10px Trebuchet MS;
color: #b51a8a;
text-decoration: underline;
}

