a.menu:link {
        color: #999;
        font-size: 14px;
        text-decoration: none;
        font-family: Tahoma;
        font-weight: bold;
}

a.menu:visited {
        color: #999;
        font-size: 14px;
        text-decoration: none;
        font-family: Tahoma;
        font-weight: bold;
}

a.menu:active {
        color: #f00;
        font-size: 14px;
        text-decoration: none;
        font-family: Tahoma;
        font-weight: bold;
}

a.menu:hover {
        text-decoration: none;
        color: #f00;
        font-family: Tahoma;
        font-size: 14px;
        font-weight: bold;
}

a.submenu:link {
        color: #f60;
        font-size: 10px;
        text-decoration: none;
        font-family: Verdana;
        font-weight: bold;
}

a.submenu:visited {
        color: #f60;
        font-size: 10px;
        text-decoration: none;
        font-family: Verdana;
        font-weight: bold;
}

a.submenu:active {
        color: #f60;
        font-size: 10px;
        text-decoration: underline;
        font-family: Verdana;
        font-weight: bold;
}

a.submenu:hover {
        text-decoration: underline;
        color: #f60;
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
}

.submenu_empty {
        color: #f60;
        font-size: 10px;
        text-decoration: none;
        font-family: Verdana;
        font-weight: bold;
}

a.bottommenu:link {
        color: #fff;
        font-size: 10px;
        text-decoration: none;
        font-family: Verdana;
        font-weight: bold;
}

a.bottommenu:visited {
        color: #fff;
        font-size: 10px;
        text-decoration: none;
        font-family: Verdana;
        font-weight: bold;
}

a.bottommenu:active {
        color: #fff;
        font-size: 10px;
        text-decoration: underline;
        font-family: Verdana;
        font-weight: bold;
}

a.bottommenu:hover {
        text-decoration: underline;
        color: #fff;
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
}