/***** Menü Top Static
************************************************/
#nav_top_static {
    float: left;
    height: 30px;
    width:270px;
    color: #333;
    text-align:left;
    }

#nav_top_static a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    }

#nav_top_static a.active,
#nav_top_static a.current {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
    }

/***** Menü Top Primary
************************************************/
#nav_top_primary {
    float: right;
    height: 30px;
    width:670px;
    padding: 5px 0 0 0;
    color: #a23d86;
    text-align:right;
    }

#nav_top_primary a {
    color: #a23d86;
    font-weight: bold;
    text-decoration: none;
    }

#nav_top_primary a.active,
#nav_top_primary a.current {
    color: #a23d86;
    font-weight: bold;
    text-decoration: underline;
    }


/***** Menü Footer Logos
************************************************/
#nav_footer_logos {
    float:left;
    width: 750px;
    text-align:left;
    }
#nav_footer_logos a {
    margin-right: 30px;
    }
#nav_footer_logos a img {
    height: 50px;
    border: 0 none;
    }


/***** Menü Footer Static
************************************************/
#nav_footer_static {
    float:right;
    width: 180px;
    text-align:right;
    font-size: 10px;
    color:#333;
    }
#nav_footer_static a {
    font-size: 10px;
    color:#333;

    }