.menu {
    color: white;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
}
.menu a, .menu a:visited, .menu a:active {
    color: white;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
}
.menu a:hover {
    color: #000000;
}
.menuActive a, .menuActive a:visited, .menuActive a:active, .menuActive a:hover {
    color: white;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}
.submenu {
    color: white;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}
.submenu a, .submenu a:visited, .submenu a:active, .submenu a:hover {
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}
.submenu a:hover {
    color: white;
}
div.item{
    padding: 1px;
}
