/*Horizontal Simple Pipe List*/

/*#navhfooter { margin-left: 30px; }*/

#navhfooter ul
{
list-style: none;
padding: 0;
margin: 0;
font-family: georgia, serif;
font-size: 11px; 
font-weight:bold;
float: center;
color: #505050;
}

#navhfooter ul li
{
display: inline;
padding: 0;
margin: 0;
float: center;
color: #505050;
}

#navhfooter ul li a
{
background-color: transparent;
color: #505050;
}

#navhfooter ul li:before { content: "| "; }
#navhfooter ul li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navhfooter ul li
{
/*border-left: 1px solid black;*/
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
font-family: georgia, serif;
font-size: 11px; 
font-weight:bold;
float: center;
color: #505050;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navhfooter ul { height: 1%; }

* html #navhfooter ul li
{
display: inline;	/*block;*/
float: center;
color: #505050;
}

/*End hide*/
/*Mac IE 5*/
* html #navhfooter ul li:first-child { border-left: 0; }

