#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, #084c86), color-stop(0.5, #1c4e71), color-stop(0.51, #235f89), color-stop(1, #1368b0));
    background-image: -moz-linear-gradient(center bottom, #084c86 0%, #1c4e71 50%, #235f89 51%, #1368b0 100%);
    background-color: #235f89;
}

#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, #05345c), color-stop(0.5, #174769), color-stop(0.51, #1e5c88), color-stop(1, #1c6093));
    background-image: -moz-linear-gradient(center bottom, #05345c 0%, #174769 50%, #1e5c88 51%, #1c6093 100% );
    /*background-color:rgba(19, 104, 176, 0.59);  Fallback */
}
#menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited{
    background-color: #1B649F;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover{
    background-color: #134D79;
}
.product a.btn-2{
    background-color:#166cb4;
    box-shadow: 0 3px 0 #08365d;
}
.product a.btn-2:hover {
    background-color: rgba(22, 108, 180, 0.8);
}
.contact-page #contactForm input[type="submit"]{
    background-color:#166cb4;
    box-shadow: 0 3px 0 #08365d;
}
.contact-page #contactForm input[type="submit"]:hover{
    background-color: rgba(22, 108, 180, 0.8);
}
#respond input[type="submit"]{
    background-color:#166cb4;
}
#respond input[type="submit"]:hover{
    background-color: rgba(22, 108, 180, 0.8);
}
ul.paging a.active, ul.paging a.current{
    background-color: #166cb4;
    color:#fff;
}
ul.paging a:hover{
    background-color: #166cb4;
}