div.panel{
display:block !important;
}
a#menu{
display:none !important;
}
#mainNav ul,
#mainNav li,
#mainNav span,
#mainNav a {
margin: 0;
padding: 0;
position: relative;
}
.mainNav_box {
display: block;
clear: both;
z-index: 300;
width: 100%;
padding: 0;
margin-bottom: 20px;
border-top: 1px solid #eee;
border-bottom: 3px solid #0c3c90;
text-align: center;
background-color: rgba(255,255,255,0.95);
box-shadow: 0px 3px 3px #cbc4a5;
-moz-box-shadow: 0px 3px 3px #cbc4a5;
-webkit-box-shadow: 0px 3px 3px #cbc4a5;
-o-box-shadow: 0px 3px 3px #cbc4a5;
-ms-box-shadow: 0px 3px 3px #cbc4a5;
}
#mainNav:after,
#mainNav ul:after {
content: '';
display: block;
clear: both;
}
#mainNav .pullMain li span span{
font-size: 10px;
line-height: 1em;
color: #ccc;
letter-spacing: 1px;
margin: 0px 0 0;
padding: 0px;
display: block;
}
#mainNav ul {
list-style: none;
float: left;
}
#mainNav ul li {
float: left;
border-top: 2px solid #fff;
}
#mainNav ul li:hover {
border-top: 2px solid #de8a30;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
transition: all 0.8s;
}
#mainNav ul li a {
width: 146px;
color: #de8a30;
font-size: 15px;
line-height: 28px;
padding: 15px 5px 15px;
text-decoration: none;
display: block;
text-align: center;
border-left: 1px dotted #e0e0e0;
}
#mainNav ul li:hover a {
color: #f60;
}
#mainNav ul li.menu_last a {
border-right: 1px dotted #e0e0e0;
}
#mainNav ul li.menu_last .sub-menu a {
border-right: none;
}
#mainNav ul li:hover:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 50%;
bottom: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #0c3c90;
margin-left: -5px;
top:63px;
}
#mainNav ul li ul li:hover:after {
border-left: none;
border-right: none;
border-bottom: none;
}
#mainNav ul li.active:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 50%;
bottom: 0;
}
#mainNav .has-sub {
z-index: 1000;
}
#mainNav .has-sub:hover ul {
display: block;
}
#mainNav .has-sub ul {
display: none;
position: absolute;
top: 100%;
left: 0;
border-right: none;
}
#mainNav .has-sub ul li {
*margin-bottom: -1px;
border-top: none;
}
#mainNav .has-sub ul li a{
background: #0c3c90;
border-bottom: 1px dotted #618cd8;
border-left: none;
filter: none;
font-size: 14px;
display: block;
line-height: 120%;
padding: 10px 4px 10px 10px;
color: #fff;
width: 147px;
text-align: left;
*z-index: 10;
margin-top: 0px;
}
#mainNav .menu_long ul li a{
width: 160px;
}
#mainNav .has-sub ul li:hover {
border-top: none;
}
#mainNav .has-sub ul li:hover a {
color: #fff !important;
background: #de8a30;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#mainNav .has-sub .has-sub:hover > ul {
display: block;
}
#mainNav .has-sub .has-sub ul {
display: none;
position: absolute;
left: 100%;
top: 0;
}
#mainNav .has-sub .sub-menu .sub-menu a:hover {
background: #0c3c90;
}
#mainNav .has-sub .has-sub:before {
font-family: "FontAwesome";
content: "\f078";
color: #475f00;
position: absolute;
margin-top: 8px;
right: 10px;
z-index: 10;
}