.Anonymous { 
	cursor: pointer; cursor: hand;
	font-family: Arial;
	font-weight: normal; 
	font-size: 11px; 
	color: #39404B;
	padding-left: 9px;
	line-height: 16px;
	width: 100%;
}

.Known {
	cursor: pointer; cursor: hand;
	font-family: Arial;
	font-weight: bold; 
	font-size: 11px; 
	color: #F48A00;
	padding-left: 9px;
	line-height: 16px;
	width: 100%;
}

.Selected { 
	cursor: pointer; cursor: hand;
	font-family: Arial;
	font-weight: bold; 
	font-size: 11px; 
	color: #39404B;
	padding-left: 9px;
	line-height: 16px;
	width: 100%;
}

.pathSearch { 
	position: relative;
	background-color: #999999;
	layer-background-color: #999999;
	visibility: inherit;
}

.pathInvisible { 
	position: relative;
	visibility: hidden;
}

.pathSelected { 
	position: relative;
	background-color: #666666;
	layer-background-color: #666666;	
	visibility: inherit; 
}

.SnakeLevel1 {position:relative; visibility:inherit;}
.SnakeLevel2 {position:relative; visibility:inherit;}
.SnakeLevel3 {position:relative; visibility:inherit;}
.SnakeLevel4 {position:relative; visibility:inherit;}

