#navcontainer
{
margin:0 auto;
padding: 0;
min-height: 30px;
width:100%;
background: #333;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #000;
width: auto;
height: auto;
padding: 5px 15px;
margin: 0;
color: #fff;
text-decoration: none;
display: block;
text-transform:uppercase;
text-align: center;
font: lighter 16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;

}

#navcontainer ul li a:hover
{
color: #000;
background: #fff;
}

#navcontainer a:focus {-moz-outline: none; outline: none;}


