#mainvavigation {
        height: 25px;
        width: 634px;
        margin-top: 5px;

}
#navybox {
        MARGIN: 0px;
        COLOR: #828282;
        PADDING: 0;
        BORDER-BOTTOM: #99b71f 2px solid;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        text-align: left;
        FONT-WEIGHT: bold;
        FONT-SIZE: 11px;
        HEIGHT: 16px;
        BACKGROUND-COLOR: #ffffff;
        white-space: nowrap;


}
#navybox_engl {
        MARGIN: 0px;
        COLOR: #828282;
        PADDING: 0;
        BORDER-BOTTOM: #99b71f 2px solid;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        text-align: left;
        FONT-WEIGHT: bold;
        FONT-SIZE: 11px;
        HEIGHT: 16px;
        BACKGROUND-COLOR: #ffffff;
        white-space: nowrap;
}
#navybox A {
        PADDING-LEFT: 5px;
        float: left;
        PADDING-BOTTOM: 2px;
        MARGIN-LEFT: 5px;
        COLOR: #003E68;
        MARGIN-RIGHT: 5px;
        TEXT-DECORATION: none;
        width: auto;
}
#navybox A:hover {
        PADDING-LEFT: 2px;
        FONT-WEIGHT: bold;
        FONT-SIZE: 11px;
        BORDER-LEFT: #ffffff 3px solid;
        COLOR: #60ABC6;
        TEXT-DECORATION: none;

}
#navybox SPAN {
        PADDING-LEFT: 5px;
        MARGIN-LEFT: 5px;
        MARGIN-RIGHT: 5px;
        PADDING-BOTTOM: 2px;
        FONT-WEIGHT: bold;
        FONT-SIZE: 11px;
        COLOR: #60ABC6;
        float: left;
        TEXT-DECORATION: none;
        width: auto;
}
.sublinks {
        BORDER-TOP: #ffffff 2px solid;
        DISPLAY: none;
        Z-INDEX: 110;
        POSITION: absolute;
        LEFT: 0px;
        PADDING-BOTTOM: 3px;
        PADDING-TOP: 2px;
        WIDTH: 120px;
        TOP: 16px;
        HEIGHT: auto;
        BACKGROUND-COLOR: #eef2f4;
        line-height:16px;
}

#navybox ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style-type: none;
}

#navybox li { /* all list items */
        float: left;
        position: relative;
        /*width: 10em;*/
        width: 9em;
        list-style: none;

}

li ul{ /* second-level lists */
        display: none;
        position: absolute;
        list-style: none;


}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
        top: auto;
        left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
        display: block;

}
/*
#content {
        clear: left;
}
*/
