/* menu */
#mx {
	text-align: right;	
}

html>body #mx {
	text-align: left;
	padding-left: 2.0em;	
}

#mx, #mx ul {
	list-style: none;
	margin-left: 0;
}
#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;
}

html>body #mx a {
	margin-left: 0em;
	display: block;
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #FFF;
	width: 9.0em;
}

#mx a:hover#hover1 {
	color: #EEA904;
	}
#xx a:hover {
	color: #EEA904;
	margin: 0em;
	display: block;
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
}
html>body #xx a:hover {
	margin-left: 0em;
	display: block;
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #EEA904;
	width: 9.0em;
}
#xx a {
	margin: 0em;
	display: block;
	padding-right: 1.0em;
	padding-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #FFF;	
}
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: 9.0em;
	margin-left: 0em;		
}

/* menu parent */
#mx li.m {
	position: relative;
	padding-right: 1.0em;
	width: 9.0em;
}
html>body #mx li.m {
	position: relative;
	padding-right: 1.0em;
	width: 9.0em;
}

/* submenu indicator */
#mx li.m a {
	background: none;
}
#mx li.m a:hover {
	background: none;
	color: #96005A;
}
#mx li.m ul a {
	background: none;
	padding-left: 0.5em;
	color: #96005A;
}
html>body #mx li.m ul a {
	background: none;
	padding-left: 0.0em;	
	color: #96005A;
}
#mx li.m ul a:hover {
	background: none;
	padding-left: 0.5em;
	color: #000;
}
html>body #mx li.m ul a:hover {
	background: none;
	padding-left: 0.0em;
	color: #000;
}

/* 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: 9.2em;
	width: 11.0em;
	border: .1em solid #96005A;
	background: none;
}
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: 7.8em;
	width: 10.5em;
	border: .1em solid #96005A;
	background: none;
}
/* width of popup menu */
#mx li.m ul a {
	width: 11.0em;
}