/* menu */
#mx {
}
#mx, #mx ul {
	list-style: none;
	margin: 0;
	padding-left: .3em;
}
#mx ul {
	font-weight: normal;
}
#mx li {
}
#mx ul li {
	border-bottom: none;
}
#mx a {
	display: block;
	margin: 0;
	padding-top: .2em;
	padding-bottom: .2em;
	text-decoration: underline;
}

/* menu parent */
#mx li.m {
	position: relative;
	width: 11.4em;
}

/* submenu indicator */
#mx li.m a {
}
#mx li.m a:hover {
	background: #FFCDD8 url(/images/red_arrow.png) 100% 50% no-repeat;
}

#mx li.m ul a, #mx li.m ul a:hover {
	background-image: none;
}

/* popup menus */
#mx li.m ul {
	display: none;
	position: absolute;
	padding: .5em;
	top: 0;
	left: 11.5em;
	width: 11.4em;
	border: 1px solid #F99;
	background: #FDF1F5;
}
/* width of popup menu */
#mx li.m ul a {
	width: 11em;
}

