#menu .ddsmoothmenu {
    border-radius: 2px;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #185e0d), color-stop(0.5, #195d12), color-stop(0.51, #227038), color-stop(1, #2b862a));
    background-image: -moz-linear-gradient(center bottom, #185e0d 0%, #195d12 50%, #227038 51%, #2b862a 100%);
    background-color: #227038;
}

#menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e3d06), color-stop(0.5, #175a0e), color-stop(0.51, #20701e), color-stop(1, #247c13));
    background-image: -moz-linear-gradient(center bottom, #0e3d06 0%, #175a0e 50%, #20701e 51%, #247c13 100% );
    background-color: rgba(34, 112, 56, 0.61);
}
#menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited{
    background-color: #29812E;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover{
    background-color: #185E0F;
}
.product a.btn-2{
    background-color:#2b8536;
    box-shadow: 0 3px 0 #0f4007;
}
.product a.btn-2:hover {
    background-color: rgb(91, 156, 98);
}
.contact-page #contactForm input[type="submit"]{
    background-color:#2b8536;
    box-shadow: 0 3px 0 #0f4007;
}
.contact-page #contactForm input[type="submit"]:hover{
    background-color: rgb(91, 156, 98);
}
#respond input[type="submit"]{
    background-color:#2b8536;
    box-shadow: 0 3px 0 #0f4007;
}
#respond input[type="submit"]:hover{
    background-color: rgb(91, 156, 98);
}
ul.paging a.active, ul.paging a.current{
    background-color: #2B8536;
    color:#fff;
}
ul.paging a:hover{
    background-color: #2B8536;
}