#navlist li
{
display: inline;
list-style-type: none;
/*padding-right: 20px;*/
}

#navlist li:before
{
content: " | "
}

