/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/weblog/static/themes/base-weblog.css);
@import url(/weblog/static/themes/theme-powell_street/theme-powell_street.css);
/* end StyleCatcher imports */

#nav	{
 margin:0px;
 padding:0px;
 list-style:none;
 float:left;
 width:100%;
}
#nav-container span	{
 float:left;
 background-color:#E7E7EF;
 border:1px solid #5A8A94;
 font-size:12px;
 text-align:center;
 width:120px;
 height:20px;
 margin-top:1px;
 margin-right:0px;
 margin-left:3px;
}
#nav-container a	{
 color: #000000;
 display:block;
 width:110px;
 height:20px;
}
#nav-container a:hover	{
 color:#FFFFFF;
 background-color:#5A8A94;
 text-decoration:none;
 height:20px;
}