/*standart*/
#mainMenuWrap{height:45px; position: relative; z-index: 120; padding-left: 0px; margin-bottom: 3px; }
    #mainMenu{margin:0 auto; z-index: 125;}
    #mainMenu li{list-style: none;}
    /*ul*/
        /*li*/ #mainMenu .lev_1_li{list-style:none; float: left; position: relative; height: 45px;}
        /*li hover*/ #mainMenu .lev_1_li_hover{background:url(../../../../../../webapp/cnc/views/templates/ff/images/m_left_ch.gif) no-repeat 0 0;}
        /*li hover w child*/ #mainMenu .lev_1_li_hover_w_ch{background:url(../../../../../../webapp/cnc/views/templates/ff/images/m_left.gif) no-repeat 0 0;}
            /*a*/ #mainMenu .lev_1_a{display: block; padding: 19px 15px 0 15px; height: 26px; color: #595a5b; 
                    text-decoration: none; white-space: nowrap; text-transform: uppercase;}
            /*a hover*/ #mainMenu .lev_1_a_hover{background:url(../../../../../../webapp/cnc/views/templates/ff/images/m_right_ch.gif) no-repeat 100% 0;
                    color:#fff;} 
            /*a hover w child*/ #mainMenu .lev_1_a_hover_w_ch{background:url(../../../../../../webapp/cnc/views/templates/ff/images/m_right.gif) no-repeat 100% 0;
                    color:#fff;} 
            /*ul*/#mainMenu .ul_2{position:absolute; z-index:130; top:45px; background: #c1d0df; display: none; left:0; 
                           border-right: 1px solid #fff; border-left: 1px solid #fff; border-bottom: 1px solid #fff;}
                /*li*/ #mainMenu .lev_2_li{padding: 5px 0 0 0;}
                    /*a*/ #mainMenu .lev_2_a{display: block; padding: 7px 0; font-size: 12px; color:#444;
                            border-bottom: 0px solid #ebebeb; text-transform: uppercase; white-space: nowrap;}
                    /*a*/ #mainMenu .lev_2_a{text-decoration: none; padding: 7px 45px 7px 15px}
                          #mainMenu .lev_2_a:hover{background: #ebebeb;}





