/**
 * This is the style for the main menu.
 *
 * @author     Vera Kern <vera@worksmartlabs.com>
 * @copyright  2009 WorkSmart Labs, Inc.
 */

div#menu_container {
    height:64px;
    top:20px;
    background-image:url(/cardiotrainer/images/logo_small.png);
    background-repeat:no-repeat;
}

div#menu {
    position:absolute;
    bottom:0px;
    right:20px;
    text-align:right;
}

a:link {
    color:#1C73A4;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

a:visited{
    color:#1C73A4;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
a:hover{
    color:#1C73A4;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
a:active{
    color:#1C73A4;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.current {
    color:#ff0000;
    font-size:12px;
    font-weight:bold;
}