.base_horizontal_multilevel_menu {
    font-size: 13px;
    font-style: arial bold;
    line-height: 20px;
    text-align: left;
    margin-bottom: 15px;
    background: rgb(255,8,8);
}
a:link, a:visited, .text a:link, .text a:visited {
    color: #FF4800;
    text-decoration: underline;
}
.base_horizontal_multilevel_menu .level-0 li:hover a {
    background: rgb(255,8,8);
    background: -moz-linear-gradient(top, rgba(163,201,255,1) 3%, rgba(91,146,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(163,201,255,1)), color-stop(100%,rgba(91,146,255,1)));
    background: -webkit-linear-gradient(top, rgba(163,201,255,1) 3%,rgba(91,146,255,1) 100%);
    background: -o-linear-gradient(top, rgba(163,201,255,1) 3%,rgba(91,146,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(163,201,255,1) 3%,rgba(91,146,255,1) 100%);
    background: linear-gradient(to bottom, rgb(255, 72, 0) 3%,rgb(251, 188, 146) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a3c9ff", endColorstr="#5b92ff",GradientType=0 );
    color: #000;
}
base_horizontal_multilevel_menu {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 15px;
    background: rgb(95,165,226);
    background: -moz-linear-gradient(top, rgba(95,165,226,1) 2%, rgba(71,136,193,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(95,165,226,1)), color-stop(100%,rgba(71,136,193,1)));
    background: -webkit-linear-gradient(top, rgba(95,165,226,1) 2%,rgba(71,136,193,1) 100%);
    background: -o-linear-gradient(top, rgba(95,165,226,1) 2%,rgba(71,136,193,1) 100%);
    background: -ms-linear-gradient(top, rgba(95,165,226,1) 2%,rgba(71,136,193,1) 100%);
    background: linear-gradient(to bottom, rgba(95,165,226,1) 2%,rgba(71,136,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5fa5e2", endColorstr="#4788c1",GradientType=0 );
    border-radius: 3px;
    padding: 0 3px;
}
.base_horizontal_multilevel_menu .level-0 .level-1 .current a {
    color: #BC0B30;
    text-decoration: none;
}
.base_horizontal_multilevel_menu .level-0 .current a {
    background: rgb(78,143,229);
    background: -moz-linear-gradient(top, rgba(78,143,229,1) 2%, rgba(46,121,219,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(78,143,229,1)), color-stop(100%,rgba(46,121,219,1)));
    background: -webkit-linear-gradient(top, rgba(78,143,229,1) 2%,rgba(46,121,219,1) 100%);
    background: -o-linear-gradient(top, rgba(78,143,229,1) 2%,rgba(46,121,219,1) 100%);
    background: -ms-linear-gradient(top, rgba(78,143,229,1) 2%,rgba(46,121,219,1) 100%);
    background: linear-gradient(to bottom, rgb(251, 205, 161) 2%,rgb(219, 89, 46) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4e8fe5", endColorstr="#2e79db",GradientType=0 );
    color: #fff;
}