.Anonymous { 
	cursor: pointer;
	font-family: Verdana;
	font-weight: bold; 
	font-size: 11px; 
	color: white;
	padding-left: 9px;
	line-height: 14px;
	width: 100%;
}

.Known { 
	cursor: pointer;
	font-family: Verdana;
	font-weight: bold; 
	font-size: 11px; 
	color: #FFCC00;
	padding-left: 9px;
	line-height: 14px;
	width: 100%;
}

.Selected { 
	cursor: pointer;
	font-family: Verdana;
	font-weight: bold; 
	font-size: 11px; 
	color: #FFCC00;
	padding-left: 9px;
	line-height: 14px;
	width: 100%;
}

.pathSearch { 
	position: relative;
	background-color: #999; /* put background-color here to show nav 'snake' bars */
	visibility: visible;
	z-index:100;
}

.pathInvisible { 
	position: relative;
	visibility: hidden;
	z-index:0;
}

.pathSelected { 
	position: relative;
	background-color: #FFCC00; /* put background-color here to show selected nav 'snake' bars */
	visibility:visible; 
	z-index:100;
}

.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;
}