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

#pipelist li
{
display: inline;
padding-left:0;
margin: 0;
}

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

/*IE workaround*/
/*All IE browsers*/
*:first-child+html #pipelist li
{
padding: 0 0.6em 0 0.6em;
margin: 0 0.6em 0 -0.6em;
}

* html #pipelist li
{
padding: 0 0.6em 0 0.6em;
margin: 0 0.6em 0 -0.6em;
}
/*Win IE browsers - hide from Mac IE\*/
*:first-child+html #pipelist { height: 1%; }
 * html #pipelist { height: 1%; }

*:first-child+html #pipelist li
{
	
	}
* html #pipelist li
{

}
/*End hide*/
/*Mac IE 5*/
*:first-child+html #pipelist li:first-child  { border-left: 0;  }

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

#pipelist li a.active {
color:#666;
text-decoration:none;
	  	  }
		  
#pipelist li a {
text-decoration:underline;
color:#318789;

