/* CSS Document:: This is a modified version of Jeffrey Zeldman's DWWS menu as presented by Listamatic */ 
#navcontainer{
margin: 0 0 0 5px;
padding: 0;
height: 49px;
width:780px;
}
#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{
display: inline;
float:left;
height: 35px;
border-right: 1px solid #d1e3f2;
padding: 7px 14px;
margin: 0;
color: #1b2b7a;
text-decoration: none;
display: block;
text-align: left;
font: normal 13px verdana, lucida, sans-serif;
}
#navcontainer ul li a:hover{
color: #111111;
background: #d1e3f2;
}
#navcontainer a:active{
background: #d1e3f2;
}
#navcontainer li#active a{
background: #d1e3f2;
color: #fff;
}