/* Navigation */

#navcontainer
{
background: transparent;
width: 200px;
margin: 26px auto;
padding: 0 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
font-weight: bold;
font-size: 12px;
text-align: left;
text-transform: uppercase;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 200px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
font-weight:bold;
width: 100%;
padding: 0.5em 0 0.5em 1em;
border-width: 1px;
border-color: #fff #999 #333 #fff;
border-style: solid;
color: #ffffff;
text-decoration: none;
background: #eeeeee url(images/menu_wrap.png) repeat-x;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #999;
color: #000000;
}

ul#navlist li a:hover, ul#navlist a:hover
{
color: #000000;
background: #ccc;
border-color: #fff #999 #333 #fff;
}