/*Fat Erik's Pipelist*/
#navcontainer { margin-left: 25px; margin-bottom:15px; }

#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist 
{
padding: 0;
margin: 0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#fefefe;
font-size:0.75em;
font-weight:bolder;
}
#navlist a {
	color:#fefefe;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#navlist a:link, #navlist a:visited {
	text-decoration:none;
}
#navlist a:hover {
	text-decoration:underline;
}
#navlist a:active {
	text-decoration:none;
}
#navlist a.current {
	color:#41c8e0;
}


#navlist li:before { content: "/  "; }
#navlist li:first-child:before { content: ""; }
#navlist li.facebook: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; }
