#very_menu{
  font-weight:normal;

}

#very_menu li{
    height:43px;    background:#e9f3f7;
    width:109px;    text-align:center;

}
#very_menu li a.not_link{text-decoration:none;}
#very_menu li a.not_link:hover{text-decoration:none;}


#very_menu li:hover{
    background:white;
    width:107px;
    color:#338d8b;
    border-right:#bbc7d0 solid 1px;
    border-left:#bbc7d0 solid 1px;
}

#very_menu li a{
    display:block;
    font-size:14px; font-family:Calibri;
    color:#7d8f9e;
    font-weight:bold;
    height:24px; padding-top:17px;
    text-decoration:none;
}
#very_menu li a:hover{
    color:#338d8b;
    text-decoration:underline;
}
#very_menu li.first{
    background:url("../img/main_menu_left.png") no-repeat top left;!important
    width:120px; !important
}

#very_menu li.first:hover{
    border-left:none;
    width:108px;
    background:url("../img/main_menu_left_hover.png") no-repeat top left;!important
}

#very_menu li.first:hover ul li {margin-left:1px;}

#very_menu li.last_P{
    width:109px;
    background:url("../img/main_menu_right.png") no-repeat top right;!important
}

#very_menu li.last_P:hover{
    border-right:transparent;
    width:108px;
    background:url("../img/main_menu_right_hover_p.png") no-repeat top right;!important
}
    *+html #very_menu li.last{width:110px;}
    *+html #very_menu li.last:hover{width:108px;}


#very_menu li:hover ul{
    display:block;
    z-index:900;
    top:0;
    left:-1px;
}

#very_menu li ul li{
    width:107px;
    height:auto; border-left:#bbc7d0 solid 1px;
    border-right:#bbc7d0 solid 1px;
    background:#fff url(../img/border-bottom.png) center bottom no-repeat ;
}
#very_menu li ul li:hover{
background:#fff url(../img/border-bottom.png) center bottom no-repeat ;
}

#very_menu li ul li a{
    height:auto;
    font-size:11px; font-family:Tahoma;
    padding:7px 0 6px 0;
    text-decoration:none;
    
}

#very_menu li ul li a:hover{
    text-decoration:none;


}
#very_menu li ul li.last_into{
    background-color:transparent;
    background:url("../img/last_into.png") no-repeat bottom left;
    border:none;
    width:109px;
}
#very_menu ul {display:none;

}
