/*hover magic */
 

.menu {
	margin: 0px 3px;
	height: 38px;
	min-height: 38px;
	list-style-type: none;
	font-size: 15px;
  font-weight: 5400;
	background: #62a945;
  padding:  0;
  line-height: 38px;
  position: relative;
  text-align: left;
}
 
 
.menu li span {
	position: relative;
	display: block;
	padding-lefT: 0em;
	float: left;
	cursor: pointer;
	_cursor: hand;
  color: #fff;
}
.menu li {
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	list-style-type: none;
  display: inline-block;
    line-height: 38px;
    text-align: center;
    height: 38px;
}
.menu li a, a.more {
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	height: auto;
	min-height: 28px;
	_height: 28px;
	  line-height: 38px;
    height: 38px;
	text-decoration: none;
	padding: 0px 25px;
  position: relative;
  text-transform: uppercase;

}  
a.more {
  padding-left: 25px;
}     
.menu li a:hover{
  background-color: #ebb010;
}
.menu li a.active {
  background-color: #31241d;	
}
.menu {
	margin: 0;
	list-style-type: none;
  display: block;
 
  padding:   0;
}
 
.menu li ul {
     max-height: 0;  
    transition:  height 0.55s ease-out;
    overflow: hidden;
		position: absolute;
		z-index: 1000;
   /* padding-left: 10px;
    padding-bottom: 5px;*/
		margin-left: 0;
		padding-left: 0;
		background: #62a945;
		text-align: left;
}
.menu li:hover ul{
	max-height: inherit;
	height: auto;
		text-align: left;

}
.menu li ul li {
	float: none;
		width: 100%;
			text-align: left!important;
}
.menu li ul li a{
	width: 100%;
		text-align: left!important;
}

.menuleft{
  width: 350px;
  background-color: #31241d;
  float: left;
	list-style-type: none;
	text-elign: left;
	margin: 0;
	padding: 15px;
	clear: left;
  flex: 0.3; 
	font-size: 18px;
	position: relative;
}
.menuleft li{
	text-align: left;
}
.menuleft li   a, .menuleft li a span{
	color:  #62a945;
	text-decoration: none;
}
.menuleft ul { display: none; list-style-type: none}
.menuleft a.active+ul { display: block; }
.menuleft ul.active  { display: block; }
.menuleft li { font-weight: bold; padding: 3px 0}
.menuleft li li { font-weight: normal }
.menuleft li.fa a{
	    font-family:  'Calibri', 'Roboto', sans-serif;; 
    margin-left: 5px;
}     
.menuleft li.fa{ display: block; }          
.menuleft li.fa:before { color: #62a945  }
/*
.menuleft > li:last-child {
	position: absolute;
	bottom: 0px;
	line-height: 35px;
	background: #62a945;
	color: #fff;
	display: block;
	width: 100%;
	margin-left: -15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

.menuleft > li:last-child a, .menuleft > li:last-child a span {
	color :  #31241d;
	position: relative;
}
.menuleft > li:last-child a:before{
	content: '';
	width: 22px;
	height: 22px;
	background: url('../images/intranet.png') no-repeat left top;
	display: block;
	position: absolute;
	top: -3px;
	left: -28px;
}
*/
.nocontent > a, .nocontent > a span{
	cursor: text!important;
}
.menuleft li {  
  
	padding-top: 6px;
	margin-top: 6px;
	border-top: 1px solid #939389;
  display: block;	 
}
 
.menuleft a.active, .menuleft a.active span   {
	 color:  #ebb010	} 
.menuleft a.justopen span {
	 color:  #62a945}
.menuleft li li a  {
    color: #62a945;
    text-decoration: none;
} 
.menuleft li li  a.active  {
  color:  #ebb010} 
#mobilemenu {
	position: absolute;
	top: -5px;
	right: -100%;
  background: black;
	z-index: 999;
	max-width: 90%;
	min-width: 50%;
	background: #fff;
	margin: 0;
	padding: 20px;
	list-style-type: none;
	float: left;
	display: none;
}
#mobilemenu li, #mobilemenu li a { text-align: left; }
#mobilemenu ul { list-style-type: none; margin: 0 }
#mobilemenu .fa { clear: left; display: block;  font-family:  'Calibri', 'Roboto', sans-serif;; }
#mobilemenu .fa-angle-right:before {
    content: " "!important;
}
/*
.menuleft > li:last-child ul li a:before {
	content: '';
	background: none;
}
.menuleft > li:last-child a.active{
        color: #31241d!important;
}
 
 .menuleft > li:last-child a {
	 margin-left: 45px;
 }
 .menuleft > li:last-child {
    text-align: left;
 }
 .menuleft > li:last-child ul li a {
	   margin-left: 0px;
 }
  .menuleft > li:last-child ul li   {
	   margin-top: 0px;
		  margin-bottom: 0px;
			padding: 0;
 }
 */