/* Begin CSS Drop Down Menu */
nav#top_menu{
    height: 112px;
    width: 900px;
    color:#666;
}
nav#top_menu .archive{
    float: left;
    width:300px;
    color: red;
    font-size:21px;
}
nav#top_menu > ul > li{
    list-style-type: none;
    display: block;
    width: 150px;
    float:left;
}
nav#top_menu > ul > li:last-child{
    display: none !important;
}
nav#top_menu > ul > li > a{
    font-weight: normal;
    font-size: 18px;
    font-style: normal;
    line-height: 30px;
}
nav#top_menu ul ul.inactive{
    display: none;
}
nav#top_menu ul ul li{
    list-style-type: none;
}
nav#top_menu ul ul li a{
    font-size: 11px;
    line-height: 16px;
}
#name_list h1 a{
    margin-left: -20px;
}
#name_list .fa-angle-right{margin-left: 5px;}

li.active a{
    font-weight: bold;
}