body,
.multilevel-dropdown-menu {
	font-family: Arial, sans-serif;
}

#menu a {
	/*display:block;*/
}

.parent {
	display: inline-block;
	position: relative;
	float: left;
	background-color: #0024D3;
}

.parent a {
	padding: 10px 24px;
	color: #0024D3;
	text-decoration: none;
}

.parent:hover>ul {
	display: block;
	position: absolute;
	top: 0vh;
	left: 100%;
	z-index:99;
}

.child {
	display: none;
}

.child li {
	background-color: #0024D3;
    line-height: 8vh;
	width: 100%;
    white-space:nowrap;
}

.child li a {
	color: #000000;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}

ul ul ul {
	left: 100%;
	top: 0;
	margin-left: 1px;
}

li:hover {
	background-color: #00A9EB;
}

.parent li:hover {
	background-color: #00A9EB;
}

.expand {
	font-size: 12px;
	float: right;
	margin-right: 5px;
}
