#mnuNavigation {
    float: left;
    width: 1000px;
    margin: 11px auto 0 auto;
    list-style: none;
}

    #mnuNavigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 10px;
    }

    #mnuNavigation li {
        font-size: 16px;
        float: left;
        display: block;
        text-align: center;
        position: relative;
        padding: 0 7px 0 7px;
        margin-top: 0;
    }

        #mnuNavigation li a {
            font-weight: normal;
            color: #fff;
            font-size: 16px;
            line-height: 36px;
            padding: 0 5px 0 5px;
            text-decoration: none;
        }

        #mnuNavigation li:hover a {
            color: #ed1b24;
        }

    #mnuNavigation div.dropdown_panel a {
        color: #fff;
        line-height: 20px;
        font-weight: normal;
        font-size: 16px;
    }

        #mnuNavigation div.dropdown_panel a:hover {
            color: #ed1b24;
        }



.clsCategoryTable {
    width: 100%;
}

    .clsCategoryTable a {
        color: #fff;
    }

/* This is the links to ST and CRM above the advertising */
#nav_top {
    float: right;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0 0 0;
}

    #nav_top li {
        float: left;
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
        border-right: solid 1px #fff;
    }

        #nav_top li a {
            color: #fff;
            text-decoration: none;
        }

#nav_top {
    list-style: none;
    list-style-type: none;
}

    #nav li.last, #nav_top li.last {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }


.menu_subscribe {
    -webkit-transition: max-height 0.3s linear;
    -moz-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
    max-height: 0;
}

#mnuNavigation li:hover .menu_subscribe {
    width: 230px;
    left: 10px;
    max-height: 55px;
}

/*********************************************************/
.menu_articles .left-panel {
    float: left;
    width: 215px;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
    max-height: 0;
}

.menu_articles .right-panel {
    float: left;
    width: 260px;
    background-color: #efefef;
    border: 1px #cecece solid;
    border-radius: 7px;
    padding: 5px;
    color: #555;
    font-size: 13px;
    line-height: 15px;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
    max-height: 0;
}

#mnuNavigation li:hover .menu_articles .right-panel {
    max-height: 175px;
}

#mnuNavigation li:hover .menu_articles .left-panel {
    max-height: 175px;
}

#mnuNavigation li:hover .menu_articles {
    width: 130px;
    left: 10px;
    max-height: 100px;
}

/*********************************************************/

#mnuNavigation li:hover .menu_topics {
    width: 510px;
    left: 10px;
    max-height: 140px;
}
/*********************************************************/

#mnuNavigation li:hover .menu_industries {
    width: 510px;
    left: 10px;
    max-height: 160px;
}

/*********************************************************/

#mnuNavigation li:hover .menu_resources {
    width: 155px;
    left: 10px;
    max-height: 94px;
}
/*********************************************************/
#mnuNavigation li:hover .menu_events {
    width: 310px;
    left: 10px;
    max-height: 95px;
}
/*********************************************************/
#mnuNavigation li:hover .menu_about {
    width: 175px;
    left: 10px;
    max-height: 75px;
}
