/*
 * date:	2002-10-14
/* menu */
#mx {
	font-size: .9em;
	font-weight: bold;
}
#mx, #mx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mx ul {
	font-weight: normal;
}
#mx li {
	border-bottom: 0px solid #333;
}
#mx ul li {
	border-bottom: none;
}
#mx a {
	display: block;
	margin: 0;
	padding: .2em;
	text-decoration: none;
}

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

/* submenu indicator */
#mx li.m a {
	background: none 100% 50% no-repeat;
}
#mx li.m a:hover {
	background: #FC0 100% 50% no-repeat;
}
#mx li.m ul a, #mx li.m ul a:hover {
	background-image: none;
}

/* popup menus */
#mx li.m ul {
    margin-left:3em;
  	display: none;
	position: absolute;
	top: 0;
	left: 7.5em;
	width: 13.7em;
	border: 1px solid #333;
	background: #FFF;
}
/* width of popup menu */
#mx li.m ul a {
	width: 12em;
}