@media only screen and (min-width: 940px) {
	#mobile-menu {
		display:none;
	}
}

@media only screen and (max-width: 941px) {
	#desktop-menu {
		display:none;
	}
}

#mobile-menu a {
	color: #fff;
}

#mobile-menu button {
	width: 100%;
	text-align: left;
	padding: 10px;
	border-radius: 3px;
	background-color: #969a90;
}

#menu-options-container {
	display: none;
}

#mobile-menu ul {
	margin-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

#mobile-menu li {
	margin-top: 10px;
}

#mobile-menu ul ul {
	padding-left: 15px;
}

#mobile-menu button {
	background-color: #969a90;
    color: #fff;
    border:none;
}

#mobile-menu li ul {
	display: none;
}