/* CSS Document */

#navcontainer
{
background: #18316B;
margin: 0 auto;
padding: 0 0 0 0;
font-family: arial, sans-serif;


}

/* to stretch the container div to contain floated list */


#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
font-size: 0.8em;
}

ul#navlist li
{
display: block;
float: left;
width: 15%;
margin: 0;
padding: 0;
}


ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1;
border-color: #18316B white #18316B #18316B;
border-style: solid;
color: WHITE;
text-decoration: none;
background: transparent;
}


#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: transparent;
color: WHITE;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #FF0000;
background: #FAF5E7;
border-color: #aaab9c #fff #fff #ccc;
}
