/* menu */
#mx {
	text-align: right;	
}
#mx, #mx ul {
	list-style: none;
}
#mx a {
	margin: 0em;
	display: block;
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #FFF;
}
#mx a:hover#hover1 {
	color: #FADC08;
	}
#xx a:hover {
	display: block;
	padding-right: 1.0em;
	padding-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #FADC08;
	background: none;
	width: 15em;
}
html>body #xx a:hover {
	display: block;
	padding-right: 1.0em;
	padding-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #FADC08;
	background: none;
	width: 14em;
}
#xx a {
	display: block;
	padding-right: 1.0em;
	padding-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	background: none;
	width: 15em;	
}
html>body #xx a {
	display: block;
	padding-right: 1.0em;
	padding-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	background: none;
	width: 14em;	
}

/* menu parent */
#mx li.m {
	position: relative;
	padding-right: 1.0em;
	width: 15em;
}
html>body #mx li.m {
	position: relative;
	padding-right: 1.0em;
	width: 14em;
}

/* submenu indicator */
#mx li.m a {
	background: none;
}
#mx li.m a:hover {
	background: none;
	color: white;
}
#mx li.m ul a {
	background: #FADC08;
	padding-left: 0.5em;
	color: #000;
}
html>body #mx li.m ul a {
	background: #FADC08;
	padding-left: 0.0em;	
	color: #000;
}
#mx li.m ul a:hover {
	background: #D25600;
	padding-left: 0.5em;
	color: #white;
}
html>body #mx li.m ul a:hover {
	background: #D25600;
	padding-left: 0.0em;
	color: #white;
}

/* popup menus */
#mx li.m ul {
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 0.0em;
	padding-bottom: 0.0em;
	text-align: left;
	display: none;
	position: absolute;
	top: 0;
	left: 11.0em;
	width: 13em;
	border: .3em solid #FADC08;
	background: #FADC08;
}
html>body #mx li.m ul {
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 0.0em;
	padding-bottom: 0.0em;
	text-align: left;
	display: none;
	position: absolute;
	top: 0;
	left: 14.7em;
	width: 13em;
	border: .3em solid #FADC08;
	background: #FADC08;
}
/* width of popup menu */
#mx li.m ul a {
	width: 13em;
}