.hamburgerMenuIcon{
	display: none;	
}

#mobilMenu{
	display: none;
	float: right;	
	width: 100%;
	height: 39px;
	background: #e12036;
}

#mobilMenu .homeItem{
	display: none;
}

#menu{
	float: right;	
	width: 100%;
	text-align: right;
}

#menu ul, #mobilMenu ul{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	list-style-type: none;
}

#menu li, #mobilMenu li{
	position: relative;
	margin: 0;
	padding: 0px;
	display: inline-block;
	list-style: none;
	list-style-type: none;
}

#menu a, #mobilMenu a{	
	font-family: "Roboto";
	display: block;
	text-transform: uppercase;
	text-decoration: none;		
	font-size: 18px;
	line-height: 39px;
	padding: 0;
	color: #383838;
	font-weight: bold;
	padding: 0 7px 0 7px;
	margin: 0 4px;
}

#mobilMenu a{
	font-size: 10px;
	line-height: 39px;
	padding: 0 5px 0 5px;
}




#menu a:hover, #menu a.selected{	
	text-decoration: none;
	background: #fc4243;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


