.navv_menu {
    height: 30px;
    background-color: #E0E0E0;
}
#nav_block .dropdown {
    position: absolute;
}
#nav_block .dropdown ul, #nav_block .dropdown li {
    margin:0;
    padding:0;
    list-style:none;
}
.menu_class {
    padding: 9px 12px 5px;
    display: inline-block;
    background: url(/images/admin_cms/nav_block.rollover.gif) no-repeat;
}
.main_menu * {
    z-index: 1000;
}
.main_menu a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.file_menu {
    display:none;
    position: absolute;
    width: 160px;
    border-right: solid;
    border-bottom: solid;
    border-width: 2px;
    border-color: #777777;
}
.file_menu li {
    background-color: #302f2f;
    float: none;
    width: 100%;
}
.file_menu li a {
    color: rgb(32, 80, 107);
    text-decoration:none;
    padding:2px;
    display:block;
    font-size: 10px;
}
.file_menu li a:hover {
    background-color: #4B8DB8;
    padding:2px;
    font-weight:bold;
    color: #EEEEEE;
}
.file_menu li:nth-child(even) {
    background-color: #B9DCF3;
}
.file_menu li:nth-child(odd) {
    background-color: #DCEDF8;
}
.cLabel {
    font-weight: 700;
    font-size: 11px;
    color: lavender;
    background-color: #122E3D;
}
.new_current_section > ul > li > a {
    background-position: -400px 0px !important;
    color: #FFFFFF;
}
#currPage a {
    background-color: darkblue;
    color: lavender;
    font-size: 12px;
}
#currPage a:hover {
    background-color: cornflowerblue;
}
.menu_class:hover, .menu_class_active {
    background-position: -200px 0px;
    color: orange !important;
}