#navcontainer {
	top: 174px;	_top: 166px;		
	position: absolute;
	z-index: 3;
	font-size: small;
	word-spacing: 2px;
	margin-left: 10px;
}
#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navlist li {
	display: inline;
	padding: 0;
	margin: 0;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/

* html #navlist li {
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/

* html #navlist { height: 1%; }

* html #navlist li {
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/

* html #navlist li:first-child { border-left: 0; }



a {
	text-decoration: none;
	color: black;
}
a:visited {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: #ACD3B3;
	text-decoration: underline;
}
a:active {
	color: black;
	background: #ACD3B3;
}