#mjc-path
{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #DDD;
	background-color: white;
	padding: 4px 0;
	font-family: Arial;
	font-size: 16px;
	color: #555;
}
#mjc-path a
{
	padding: 4px;
	color: #555;
	text-decoration: none;
}
#mjc-path a:last-child
{
	font-weight: bold;
}
#mjc-path a:hover
{
	background-color: #EFE;
}
