.top-menu-item, .top-menu-item1 {
        float: left;
        background-color: #20367F;
        margin-left: 0px;
        text-align: center;
        padding-left: 6px;
        padding-right: 7px;

}
.top-menu-item { border-right: 1px solid white;}
.top-menu-item1 { border-right: 0;}

.anylinkcss {
        position: absolute;
        visibility: hidden;
        margin-top: -5px;
        margin-left: 5px;
        left: 0px;
        border: 1px solid black;
        border-bottom-width: 0;
        line-height: 18px;
        z-index: 100;
/*        background-color: #95ABD1;*/
        background-color: #FFFFFF;
        width: 250px;
        text-align: left;
}

.anylinkcss a {
        width: 100%;
        display: block;
        border-bottom: 1px solid black;
        padding: 1px 0;
        text-decoration: none;
        text-indent: 5px;
}

.anylinkcss a:hover { /*hover background color*/
/*        background-color: #858787;*/
        background-color: #20367F;
        color: white;
        text-decoration: none;
}




#main-menu {
        width: 635px;
        height: 25px;
        padding-top: 5px;
        padding-left: 0;
        margin-left: 0; /* sirka ikon v tabulkach */
        margin-bottom: 5px;
        margin-top: 63px;
        background-image: url("../img/bg_menu.gif");
        background-repeat: repeat-x;
        float: left;
        font-weight: normal;
        font-size: 9px;
}

a.top-menu:link {text-decoration: none; color: #FFFFFF; font-family: Verdana; font-size: 9pt; font-weight: normal;}
a.top-menu:active {text-decoration: none; color: #FFFFFF; font-family: Verdana; font-size: 9pt; font-weight: normal;}
a.top-menu:visited {text-decoration: none; color: #FFFFFF; font-family: Verdana; font-size: 9pt; font-weight: normal;}
a.top-menu:hover {text-decoration: underline; color: #FFFFFF; font-family: Verdana; font-size: 9pt; font-weight: normal;}