/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.allthepages.org/mt-static/themes/base-weblog.css);
@import url(http://www.allthepages.org/mt-static/themes/theme-folio/theme-folio.css);
/* end StyleCatcher imports */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}

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