/***********/
/*         */
/*  Menus  */
/*         */
/***********/

table.menu a {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 3px 0 8px;
    background-image: url("o_circle.gif"/*tpa=http://www.howhouse.ru/design/img/o_circle.gif*/);
    background-repeat: no-repeat;
    background-position: left center;
}

table.menu a.first {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 3px 0 0;
    background-image: none;
}

table.menu a:visited {
    color: #FFFFFF;
}

table.menu a:hover {
    text-decoration: underline;
}

