p.title {
font-weight: bold;
background-color: black;
color: white;
}

#navcontainer { /* none needed */ }

ul#navlist_archives
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul#navlist_archives li
{
float: left;
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 5px 0 4px 0;
background-color: #FFE2E7;
border-top: 1px solid #9D132C;
border-bottom: 1px solid #9D132C;
}

ul#navlist_archives a, #navlist_archives a:link
{
margin: 0;
padding: 5px 9px 4px 9px;
color: #9D132C;
border-right: 1px dashed #9D132C;
text-decoration: none;
}

ul#navlist_archives li#active a
{
color: #fff;
background-color: #9D132C;
}

ul#navlist_archives a:hover
{
color: #fff;
background-color: #9D132C;
}

