I guess something is wrong in here, but what:
/******** Begin Navigation ********/
#navcontainer {
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
margin: 2;
}
#navcontainer ul {
padding-left: 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
background-color: #d0cdd6;
color: White;
float: left;
width: 100%;
font-family: tahoma, verdana, sans-serif;
}
#navcontainer ul li {
display: inline;
text-align: left;
}
#navcontainer ul li a {
padding: 0.2em 1em;
background-color: #d0cdd6;
color: #463b59;
text-decoration: none;
float: left;
border-right: 1px solid #E3DFBF;
}
#navcontainer ul li a:hover {
background-color: #e69e6c;
color: #93425A;
}
#navcontainer ul li a.selected {
background-color: #e69e6c;
color: #93425A;
}
/*current Link*/
#navcontainer ul li a#current,
#navcontainer ul li a#current:link,
#navcontainer ul li a#current:visited {
background-color: #e69e6c;
color: #93425A;
font-weight: bold;
}
/******** End Navigation ********/