
.highlight { color:#0066ff; }
#navcontainer {background-color:#cc00ff; height:20px; }
#navcontainer h3 { }
#navlist
{
border-bottom: none;
margin: 0;
/*padding-bottom: 19px;*/
padding-left: 5px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #ff9900;
border-top: 1px solid #ff9900;
border-bottom: 1px solid #ff9900;
color: #fff;
float: left;
font-size: 1em;
font-weight: normal;
line-height: 1em;
margin-right: 5px;
padding: 2px 10px 3px 10px;
text-decoration: none;
white-space:nowrap;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
font-weight:bold;
cursor:default;
}

#navlist a:hover, #navlist a:active, #navlist a:focus { color: #000; background:#ebeadf; border-color: #227;}


