.NavigatorComponent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
}


.NavigatorComponent img {
	border: 0px;
	vertical-align: middle;
}


.NavigatorComponent a {
	text-decoration: none;
}


.NavigatorComponent a.Node {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	color: #547A8C;	
	text-decoration: none;
}

.NavigatorComponent a.NodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	color: #00425F;
	text-decoration: none;
	font-weight: bold;
}


.NavigatorComponent a.Node:hover, .NavigatorComponent a.NodeSel:hover {
	color: #6699CC;
	text-decoration: underline;
}


.NavigatorComponent .clip {
	overflow: hidden;
}

