/* NAVIGATION */

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 1px;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #6C6C6C;
color: white;
width: 100%;
font-family: sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
font-size:10px;
margin-bottom: 3px;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 2px;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
font-family: sans-serif;

}

#navcontainer ul li a
{
padding-left: 1px;
padding-right: 5px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
text-decoration: underline;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }
