

/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar{ 
float: left;
width: 100%;
position: relative;
background: #d6e4f1;
padding: 4px 0;
min-height: 42px;
z-index: 999999;
}
.mean-container a.meanmenu-reveal {
width: 50px;
height: 22px;
padding: 6px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #385175;
text-decoration: none;
font-size: 18px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family:Trebuchet MS,arial,helvetica  sans-serif;
font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
display: block;
background: #385175;
height: 3px;
margin-top: 6px;
}
.mean-container .mean-nav { 
float: left;
width: 100%;
background: #fff;
margin-top: 33px;
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a, .mean-container .mean-nav  .level_1 li.active{
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #385175;
border-bottom: 1px dotted #385175;

text-decoration: none;
text-transform: uppercase;
}
.mean-container .mean-nav ul li li a, .mean-container .mean-nav  .level_2 li.active {
width: 80%;
padding: 1em 10%;
border-bottom: 1px dotted #385175;

opacity: 0.75; 
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}


.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav  li.active { 
background-color: #d6e4f1;

}
.mean-container .mean-nav ul li a.mean-expand {
width: 26px;
height: 26px;
border: none !important;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push { 
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both; 
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}
