.Anonymous { 
	cursor: pointer;
	font-family: Verdana;
	font-weight: normal; 
	font-size: 10px; 
	color: #000;
	padding-left: 9px;
	line-height: 14px;
	width: 100%;
}

.Known { 
	cursor: pointer;
	font-family: Verdana;
	font-weight: bold; 
	font-size: 10px; 
	color: #000;
	padding-left: 9px;
	line-height: 14px;
	width: 100%;
}

.Selected { 
	cursor: pointer;
	font-family: Verdana;
	font-weight: bold; 
	font-size: 10px; 
	color: #000;
	padding-left: 9px;
	line-height: 14px;
	width: 100%;
}

.pathSearch { 
	position: relative;
	background-color: #999;
	visibility: inherit;
}

.pathInvisible { 
	position: relative;
	visibility: hidden;
}

.pathSelected { 
	position: relative;
	background-color: #000;
	visibility: inherit; 
}

.SnakeLevel1 { position: relative; visibility: inherit; }
.SnakeLevel2 { position: relative; visibility: inherit; }
.SnakeLevel3 { position: relative; visibility: inherit; }
.SnakeLevel4 { position: relative; visibility: inherit; }


/* No-script Styling */


div.nsMenuContainer {
	width: 180px;
	height: 95px;
	float: left;
}

a.nsMenulink {
	color: #000;
	text-decoration: none;
	line-height: 1.35em;
}

a.nsMenulink:hover {
	font-weight: bold;
}
