﻿
/* CurrentPath */
.CurrentPath-P
{
	margin: 0px; padding: 5px;
	background-color: #eeeeee; color: #777777; 
	text-align: left; font-weight: bold;
	border-style: solid; border-color: #888888; border-width: 0px; border-bottom-width: 1px;
}
.CurrentPath-A { font-size: 0.9em; }
.CurrentPath-A:hover {}


/* OtherPath */
.OtherPath-P
{ 
	margin: 0px; padding: 5px;
	background-color: #eeeeee; color: #777777;
	text-align: left; font-weight: bold;
	border-style: solid; border-color: #888888; border-width: 0px; border-bottom-width: 1px;
}
.OtherPath-A { font-size: 0.9em; }
.OtherPath-A:hover {}

