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

.nav
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

div#navbar2 {
    height: 30px;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #336699;
}
div#navbar2 ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#navbar2 li {
    list-style-type: none;
    display: inline;
}
div#navbar2 li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
}
div#navbar2 li a:link {
    color: #FFF:
}
div#navbar2 li a:visited {
    color: #CCC;
}
div#navbar2 li a:hover {
    color: #FFF;
    background-color: #3366FF;
}