
.rochus-ui-mobilenav {
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
	top: 80px;
	z-index: 90;
	-webkit-box-shadow: 0px 0px 33px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 33px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 33px -15px rgba(0,0,0,0.75);
}

.rochus-ui-mobilenav ul {
	padding: 0;
	margin: 0;
	background-color: rgba(255,255,255);
}

.rochus-ui-mobilenav ul li {
	display: block;
}

.rochus-ui-mobilenav ul li a {
	display: block;
	font-size: 20px;
	padding: 10px 20px;
	text-decoration: none;
	border-bottom: 1px dashed #DDDDDD;
	text-align: center;
}

.rochus-ui-mobilenav ul li a:hover {
	background-color: #f2f2f2;
}