/*menu 1*/
.menu1
{
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
/*    padding-top: 15px;*/
}
.menu1 a
{
    text-decoration: none;
}
.menu1_tab_sel
{
    border-top: #008c70 3px solid;
    background: url(/img/menu_point.png) no-repeat scroll 50% 0px;
    float: left;
    padding-top: 10px;
    padding-right: 35px;
    padding-left: 13px;
}
.menu1_tab_sel:first-child
{
    padding-left: 0px;
}

.menu1_tab_notsel
{
    float: left;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 35px;
}
.menu1_tab_notsel:first-child
{
    padding-left: 0px;
}
/*.menu1_tab_notsel:hover
{
    border-top: #008c70 3px solid;
    background: url(/img/menu_point.png) no-repeat scroll 50% 0px;
    padding-top: 10px;
}*/
.menu1_razdel
{
    background: url(/img/razdel.png) no-repeat;
    width: 1px;
    height: 40px;
    float: left;
    margin-top: 14px;
}
.menu1_tab
{
    margin-right: 45px;
    margin-left: 14px;
    float: left;
    background: red;
}
.menu1_tit
{
    color: #303030;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.menu1_txt
{
    color: #aaa9a9;
    font-size: 10px;
    font-style: italic;
    line-height: 10px;
    margin-top: 4px;
}
/*end menu 1*/

/*menu 2*/
.menu2
{
     color: #303030;
     font-size: 13px;
     text-decoration: none;  
     margin-top: 3px;  
     overflow: hidden;   
}
.menu2 a
{
     color: #303030;
     font-size: 13px;
     text-decoration: none;   
     
}
.menu2_select
{   
    margin-top: 8px;
    padding-bottom: 3px;
    padding-left: 4px;
    margin-left: 4px;
    padding-right: 5px;
    margin-right: 4px;
    border-bottom: 3px solid #008b6f;
    background: url(/img/sub_point.png) no-repeat scroll 50% 100%;
    height: 21px;
    float: left;
}

.menu2 div:last-child  a {
color:red!important;
}

.menu2_notselect
{   
    margin-top: 8px;
    padding-left: 4px;
    margin-left: 4px;
    padding-right: 5px;
    margin-right: 4px;
    height: 22px;
    float: left;
}
.menu2_notselect:hover
{
    background: #f4f4f4;
    border-bottom: none;
    height: 19px;
    margin-bottom: 3px;
}

.menu2_razdel
{
    margin-left: 1px;
    margin-right: 1px;
    width: 1px;
    background-color: #cbcbcb;
    height: 12px;
    float: left;
    margin-top: 10px;
}
.menu2_point
{
    float: left;
}
/*end menu 2*/