/* Can add down arrow here to signify child elements */
nav .mys-arrow-collapse {
	background: none;
}
nav .mys-arrow-expand {
	background: none;
}

/* Child menu options */
nav ul {
	display: none;
	margin: 0 0 0 10px;
}
nav ul li:first-child {
	border-top: 1px solid #ccc;
}