/*Fat Erik's Pipelist*/
#bottomlinks .menu
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#bottomlinks .menu li
{
	display: inline;
	padding: 0;
	margin: 0;
	
}

#bottomlinks .menu a:link, #bottomlinks .menu a:visited  
{
	color: black;
	text-decoration: none;	
}
#bottomlinks .menu a:hover
{
	text-decoration: underline;
}

#bottomlinks .menu li:before { content: "| "; }
#bottomlinks .menu li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #bottomlinks .menu 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 #bottomlinks .menu { height: 1%; }

* html #bottomlinks .menu li
{
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #bottomlinks .menu li:first-child { border-left: 0; }
