@import url(http://fonts.googleapis.com/css?family=Capriola);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
}
#cssmenu {
    width: auto;
    height: 50px;
    padding-bottom: 4px;
}
#cssmenu.align-right {
    float: right;
}
#cssmenu.align-right ul li {
    float: right;
    margin-right: 0;
    margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
    border-bottom-right-radius: 3px;
}
#cssmenu #bg-one,
#cssmenu #bg-two,
#cssmenu #bg-three,
#cssmenu #bg-four {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*  border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;*/
}
#cssmenu #bg-one {
    height: 10px;
    background: #C81B1B;
}
#cssmenu #bg-two {
    height: 50px;
    z-index: 2;
    background: url('images/bg.png');
}
#cssmenu #bg-three {
    bottom: 4px;
    height: 46px;
    z-index: 3;
    background: #1E76A0;
    background: -moz-linear-gradient(top, #36A3D6 0%, #1E76A0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36A3D6), color-stop(100%, #1E76A0));
    background: -webkit-linear-gradient(top, #36A3D6 0%, #1E76A0 100%);
    background: -o-linear-gradient(top, #36A3D6 0%, #1E76A0 100%);
    background: -ms-linear-gradient(top, #36A3D6 0%, #1E76A0 100%);
    background: linear-gradient(to bottom, #36A3D6 0%, #1E76A0 100%);
}
#cssmenu #bg-four {
    bottom: 4px;
    height: 46px;
    z-index: 4;
    background: url('../img/bg.png');
}
#cssmenu ul {

}
#cssmenu ul li {
    float: left;
    margin-right: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 5;
}
#cssmenu ul li a {
    padding: 20px 30px 15px 30px;
    margin-bottom: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 14px;
    text-decoration: none;
}
/*#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
  border-bottom-left-radius: 3px;
}*/
#cssmenu ul li:hover,
#cssmenu ul li.active {
    background: #C81B1B;
    background: -moz-linear-gradient(top, #B60505 0%, #C81B1B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B60505), color-stop(100%, #C81B1B));
    background: -webkit-linear-gradient(top, #B60505 0%, #C81B1B 100%);
    background: -o-linear-gradient(top, #B60505 0%, #C81B1B 100%);
    background: -ms-linear-gradient(top, #B60505 0%, #C81B1B 100%);
    background: linear-gradient(to bottom, #B60505 0%, #C81B1B 100%);

}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
    background: url('../img/bg.png');
}
#cssmenu .has-sub ul li{
    margin-right: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-left: 5px solid rgba(16, 113, 158, 0.79);
    background: #F0F0F0;
}
#cssmenu .has-sub ul li:hover, #cssmenu .has-sub  ul li.active{
    border-left: 5px solid #C81B1B;
}
#cssmenu ul .has-sub li a, #cssmenu ul .has-sub li a {border-bottom: 1px solid #C52E2E;}
#cssmenu ul .has-sub li:hover, #cssmenu ul .has-sub li.active {
    background: #fff;

}