#menu-button{
	display:block;
	width:100%;
	height:auto;
	background-color:#547ed8;
	z-index: 10;
}
#menu-list li{
	padding-top:15px;
	display:block;
	min-height:2em;
	text-align:center;
	border-bottom:solid 1px #547ed8;
}
#menu-list li a{
	text-decoration: none;
	color:#01458e;
	font-weight: bold;
	font-size:1.2em;
}
#menu-list li div{
	display: block;
	float:right;
}
#menu-list li:hover>a{
	color:#547ed8;
}

#menu-button{
	text-align:center;
	background-color:#547ed8;
	height:50px;
}
#menu-button img{
	height:50px;
}
#menu-button #share,
#menu-button #search,
#menu-button .login,
#menu-button #langmenu{
	float:right;
	margin-top:17px;
	margin-right:10px;
	font-weight: bold;
}

#menu-button div.login,
#menu-button a.login{
	margin:0;
}
#menu-button div.login{
	line-height:50px;
	padding-right:10px;
}
#menu-button a.login{
	color:#000;
	text-decoration: none;
}
#menu-button a.login:hover{
	color:#01458e;
}
#menu-button a.login div{
	display: none;
}
#menu-button img.menubutton{
	float:left;
	margin-left:5px;
}
#menu-button .logo2{
	height:40px;
	margin-top:5px;
}
#langsholder{
	position: absolute;
	z-index: 3;
	background:#547ed8;
}
#socholder{
	position: absolute;
	z-index: 3;
	background:#547ed8;
}
#search div.inputdivwrapper,
.login div.logindivwrapper{
	height:0px;
	width:0px;
}
#search div.inputdiv,
.login div.logindiv{
	background:#547ed8;
}
#search div.inputdiv{
	top:50px;
	z-index: 2;
}
.login div.logindiv{
	top:50px;
	left:-170px;
}
a.forgotpass{
	color:#FFF;
}
a.register{
	font-weight: bold;
}
#menu-list li>ul{
	margin-top:15px;
	border-top:solid 1px #547ed8;
}
#menu-list li>ul li:last-child{
		border-bottom:0!important;

}
#menu-list li.side{
	background-color:#f0f0f0;
}
#menu-list li>ul li a{
	font-weight:normal!important;
}
#menu-list li .active a{
	color:#000
}