.layout-menu {
	width: 100%;
	background-color: #eeeeee;
	text-align: left;
}

ul.menu {
	position: relative;
	display: inline-block;
	list-style: none;
	font-size: 10pt;
	line-height: 25px;
	height: 30px;
	width: 100%;
	box-sizing: border-box;
	color: #000000;
	background: #eeeeee;
	border: #aaaaaa 1px solid;
	margin: 0;
	padding: 0;
	z-index: 100;
	text-align: left;
	box-sizing: border-box;
}

ul.menu li {
	position: relative;
	display: inline-block;
	font-size: 10pt;
	line-height: 17px;
	white-space: nowrap;
	float: left;
	color: #000000;
	background: #eeeeee;
	border: none;
	margin: 0;
	padding: 0;
}

ul.menu a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 11pt;
	line-height: 21px;
	color: #000000;
	background: #eeeeee;
	margin: 0;
	padding: 0px 5px;
}

ul.menu a:visited {
	color: #000000;
	background: #eeeeee;
}

ul.menu ul {
	position: relative;
	display: none;
	list-style: none;
	height: 23px;
	color: #000000;
	background: #eeeeee;
	border-top: #aaaaaa 1px solid;
	margin: 0;
	padding: 0;
}

ul.menu>li {
	border-right: #aaaaaa 1px solid;
}

ul.menu>li li {
	clear: left;
	border: #aaaaaa 1px solid;
	border-top: none;
}

ul.menu>li li a {
	background: #eeeeee;
	padding: 0px 10px;
	width: 200px;
}

ul.menu li:hover>a {
	color: #000000;
	background: #cccccc;
}

ul.menu li:hover>ul {
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
}

ul.menu li a:hover {
	color: #000000;
	background: #99ff33;
}

ul.menu li li:hover ul {
	top: 0px;
	left: 100%;
}

ul.page {
	position: relative;
	display: inline-block;
	list-style: none;
	font-size: 10pt;
	line-height: 25px;
	height: 25px;
	width: 100%;
	box-sizing: border-box;
	color: #000000;
	background: #eeeeee;
	border: #aaaaaa 1px solid;
	margin: 0;
	padding: 0;
	z-index: 100;
	text-align: left;
}

ul.page li {
	position: relative;
	display: inline-block;
	font-size: 10pt;
	line-height: 24px;
	white-space: nowrap;
	float: left;
	color: #000000;
	background: #eeeeee;
	border: 0;
	margin: 0;
	padding: 0;
	width: 14.2%;
}

ul.page a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 10pt;
	line-height: 24px;
	color: #000000;
	background: #eeeeee;
	border: 0;
	border: 0;
	margin: 0;
	padding: 0px 10px;
}

ul.page>li {
	border-right: #aaaaaa 1px solid;
}

ul.page a:visited {
	color: #000000;
	background: #eeeeee;
}


ul.page li:hover {
	color: #ffffff;
	background: #333366;
	display: inline-block;
}

ul.page li:hover>a {
	color: #ffffff;
	background: #333366;
	display: inline-block;
}
