
#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
    margin: 0;
    padding: 0;
    position: relative;
}

#cssmenu1 ul, #cssmenu1 li, #cssmenu1 span, #cssmenu1 a {
    margin: 0;
    padding: 0;
    position: relative;
  margin-right:6px;
}
#cssmenu a {
    color: #000000;
    display: inline-block;
    font-family: Helvetica,Tahoma,Verdana,Geneva,sans-serif;
    font-size:0.87em;
    line-height: 2.8em;
    padding: 0 1.70em;
    text-decoration: none;
     font-weight: bold;
    text-transform: uppercase;
}

#cssmenu:after, #cssmenu ul:after, a.active, a.hover {
    clear: both;
    content: "";
    display: block;
}
#cssmenu a:active, #cssmenu a:hover {
    background: #e5e5e5 none repeat scroll 0 0;
    color: #ffffff;
}
#cssmenu ul {
    list-style: none outside none;
}
#cssmenu > ul {
    float: left;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu > ul > li:hover:after {
    border-bottom: 10px solid #0fa1e0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
#cssmenu > ul > li:first-child > a {
    border-radius: 5px 0 0;
}
#cssmenu > ul > li:last-child > a {
    border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active a {
    background: linear-gradient(to bottom, #092f72 0%, #092f72 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 3px #000000 inset;
}
#cssmenu > ul > li:hover > a {
    background: linear-gradient(to bottom, #092f72 0%, #092f72 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 3px #000000 inset;
}
#cssmenu1 > ul > li:hover > a {
    background: linear-gradient(to bottom, #092f72 0%, #092f72 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 3px #000000 inset;
}
#cssmenu .has-sub {
    z-index: 1;
}
#cssmenu1 .has-sub1 {
    z-index: 1;
}
#cssmenu .has-sub:hover > ul {
    display: block;
}
#cssmenu1 .has-sub1:hover > ul {
    display: block;
}
#cssmenu .has-sub ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 200px;
}
#cssmenu1 .has-sub1 ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 200px;
}
#cssmenu1 .has-sub1 ul li {
   background: none repeat scroll 0 0 #3386df;
    border-bottom: 1px dotted #ffff00;
    color: #ffffff;
    display: block;
    filter: none;
    font-size: 11px;
    line-height: 10px;;
    padding: 10px;
    margin-top: 1px;
  border-radius:7px;
  width:150px;
}
#cssmenu .has-sub ul li a {
   background: none repeat scroll 0 0 #ffffff;
     color: #000000;
    display: block;
    filter: none;
    font-size: 9px;
    line-height: 10px;;
    padding: 10px;
    margin-top: 1px;
  text-transform: unset;
    
}
#cssmenu .has-sub ul li:hover a {
  color: #3386df;
    /*background: none repeat scroll 0 0 #3386df; */
}
#cssmenu .has-sub .has-sub:hover > ul {
    display: block;
}
#cssmenu .has-sub .has-sub ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px dotted #ffff00;
}
#cssmenu .has-sub .has-sub ul li a:hover {
    /*background: none repeat scroll 0 0 #3386df;*/
  color: #3386df;
}
#menu1 > ul a:hover {
    color: #ffffff;
}
#menu1 > ul a:active {
    background-color: #e5e5e5 !important;
    color: #ffffff;
    z-index: 2147483647;
}
