#navcontainer {
	position: relative;
	left: 70px;
	top: 140px;
	color: #FFFFFF;
	width: 900px;
	font-size: 15px;
	font-weight: normal;
	font-variant: normal;
}

/*Fat Erik's Pipelist*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
text-decoration: none;
}

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

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid white;
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; }

li a
{
text-decoration: none;
font-weight: bold;
color: #FFF;
}

li a:hover
{
color: #fde329;
font-weight: bold;
}
