li#product_menu_products h1 a,
li#product_menu_about h1 a {
    padding-left: 5px;
    padding-right: 5px
}

li#product_menu_products h1 a.menu_tab,
li#product_menu_about h1 a.menu_tab,
li#product_menu_products h1 a.menu_tab,
li#product_menu_about h1 a.menu_tab {
    background: none;
    background-color: #00a4ef;
    color: #fff;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-bottomright: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -khtml-border-top-bottomleft: 3px
}

li#product_menu_products h1 a.menu_tab span,
li#product_menu_about h1 a.menu_tab span,
li#product_menu_products h1 a.menu_tab span,
li#product_menu_about h1 a.menu_tab span {
    background: none
}

div#menu_products,
div#menu_about {
    height: auto;
    display: none;
    position: absolute;
    top: 53px;
    margin: 0;
    padding: 6px 0 0 0;
    background: #ddd;
    background-color: #00a4ef;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px 2px #ccc
}

div#menu_products div.inner,
div#menu_about div.inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #fbfbfb;
    position: static;
    border-bottom: 2px solid #fff;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -khtml-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px;
    border-left: 1px solid #fff
}

div#menu_products div.inner ul,
div#menu_about div.inner ul {
    background-image: url(https://img.ashampoo.com/ashampoo.com_images/img/1/site/menu/sub_bg.png);
    float: left;
    width: 255px;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    height: auto;
    min-height: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

div#menu_products div.inner ul:hover,
div#menu_about div.inner ul:hover {
    background-color: #f8f8f8;
    background-image: url(https://img.ashampoo.com/ashampoo.com_images/img/1/site/menu/hover_layer_ul.gif);
    background-repeat: no-repeat;
    background-position: right 30px
}

div#menu_products div.inner ul li,
div#menu_about div.inner ul li {
    display: block;
    float: none;
    background: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0
}

div#menu_products div.inner ul li a,
div#menu_about div.inner ul li a {
    display: block;
    height: 12px;
    margin: 0;
    padding: 5px 15px;
    color: #333 ! important;
    text-align: left;
    font-weight: normal !important;
    line-height: 12px;
    text-decoration: none
}

div#menu_products div.inner ul li a:hover,
div#menu_about div.inner ul li a:hover {
    text-align: left;
    color: #fff !important;
    font-weight: bold !important;
    background-image: url(https://img.ashampoo.com/ashampoo.com_images/img/1/site/menu/active_nav.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding: 5px 15px
}

div#menu_products div.inner ul li.menu_head a,
div#menu_about div.inner ul li.menu_head a {
    width: 255px;
    background-color: #3e4f6021;
    transition: background-color 1s;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #fbfbfb
}

div#menu_products div.inner ul li.menu_head a:hover,
div#menu_about div.inner ul li.menu_head a:hover {
    width: 255px;
    background-color: #00a4ef;
    color: #ffffff !important;
    border-bottom: 1px solid #fbfbfb
}

div#menu_products div.inner ul li.menu_head a span,
div#menu_about div.inner ul li.menu_head a span {
    display: block;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold
}

div#menu_products {
    left: 0;
    width: 1024px;
    z-index: 4;
    padding-bottom: 1px
}

div#menu_products div.inner ul li.menu_head a img {
    margin-left: 2px
}

div#menu_products div.inner ul li a.more {
    text-align: left;
    color: #898989 !important;
    text-decoration: none;
    font-weight: normal !important;
    display: block;
    line-height: 12px
}

div#menu_about {
    width: 240px;
    z-index: 5000;
    padding-bottom: 0
}

div#menu_about div.inner ul {
    float: none
}

div#menu_about div.inner ul:hover {
    background-position: right 0
}

div#menu_products div.inner ul li.menu_head a::after {
    content: ' ';
    background-image: url(https://img.ashampoo.com/ashampoo.com_images/img/1/template/downarrow.svg);
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-top: -15px;
    margin-right: 10px;
    vertical-align: center;
    float: right;
    filter: saturate(0%) brightness(120%);
    transform: rotate(270deg);
}

div#menu_products div.inner ul li.menu_head a:hover::after {
    filter: saturate(0%) brightness(200%);
}