/* CSS Document */

#navcontainer {
height: 21px;

}

 #navcontainer ul
{
padding: .4em 0;
margin: 0;
list-style-type: none;
background-color: #7b5ace;
background: url() repeat-x;
color: #FFF;
width: 100%;
font: normal 9px verdana, arial, helvetica, sans-serif;
text-align: center;
}

#navcontainer li { display: inline;
 }

#navcontainer li a
{
text-decoration: none;
color: #FFF;
padding: .3em .7em;
margin-right: -4px;
border-right: 1px solid #c9c7dd;
background: url("") repeat-x;
}

#navcontainer li#active { background: url("") repeat-x; }
#navcontainer a:hover { background: url("") repeat-x; }

.header {font-family: Verdana; font-size: 10px;
color: #E47833;}