.mobile_header{
	font-size: 100%;
	font-weight: bold;
	color: #333;
	line-height: 0;
	height: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	background-color: ;
	filter: Alpha(opacity=0);
	position: absolute;
	z-index: 99999999;
}
.mobile_header.fixed{position: fixed;top: 0;left: 0;}
.mobile_header .entericon{
	position: absolute;
	display: block;
	width: 65px;
	height: 65px;
	padding: 0px;
	top: 5px;
	left: 5px;
	z-index: 9999;
}
.mobile_header .entericon img{
	width: 65px;
	height: 65px;
	padding: 0px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 9999;
}
nav:not(.mm-menu){display: none;}
.mm-listview li IM img {
   width: 30px;
   height: auto;
   margin: 5px 0px 5px 15px;
   float: left;
}
.mm-listview li IM{
    color:#FFF
}
.mm-listview > li,.mm-listview > li > span{
	color: #FFF;
}
.mm-listview > li:hover,.mm-listview > li > span:hover{
	color: #999;
}
.mm-menu .mm-navbar > a,.mm-menu .mm-counter {
	color: #FFF;
	font-weight: bold;
}
.mm-menu {
	background-color: #006699;
	color: #FFF;
    }
#menu a{
	color: #FFF;
   }	
#menu a:hover{
	color: #CCC;
	letter-spacing: 1px;
	font-weight: bold;
   }   