/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.marc2.com/mt-static/themes-base/blog.css);
@import url(http://www.marc2.com/mt-static/themes/unity-blue/screen.css);
/* end StyleCatcher imports */

#nav {
   border-top: solid 2px #6699cc;        
   border-bottom: solid 2px #6699cc;
   width: 100%;
   padding: 10px 0 10px 0;
   margin-top: 10px;
   background-color: #eee;
}

#nav-inner {
   overflow: hidden;
   padding-right: 20px;
   padding-left: 20px;
}

#nav ul {
   margin: 0;
   padding: 0;
}

#nav li {
   float: left;
   text-align: left;
   list-style-type: none;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-serif;
   text-transform: uppercase;
   font-weight: bold;
   margin: 0;
   padding: 0;
   margin-right: 30px;
} 

#nav li a {
   text-decoration: none;
   color: #295684;
}

#nav li a:hover {
   text-decoration: none;
   color: #69c;
}

#nav li.rss {
   float: right;
   width: 100px;
   text-align: right;
   background-image: url(icon_rss.gif) repeat no-repeat right center;
   padding: 0 20px 0 0;
   margin: 0;
}