/*
 * date:	2002-10-14
 * info:	http://inspire.server101.com/js/m/
 */

/* 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: 1px solid #839086;
	color: #839086;
	padding: .2em;
}
#mx ul li {
	border-right: 1px solid #333;
	border-left: none;
	border-bottom: none;
	border-top: none;
}
#mx a {
	display: block;
	margin: 0;
	padding: .1em;
	text-decoration: none;
}

/* menu parent */
#mx li.m {
	position: relative;
	
}

/* submenu indicator */
#mx li.m a {
	background: url(a.png) 100% 50% no-repeat;
}
#mx li.m a:hover {
	background: #FC0 url(ah.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;
	bottom: 1em;
	left: 9.5em;
	width: 30.4em;
	border: 1px solid #333;
	background: #FFF;
}
/* width of popup menu */
#mx li.m ul a {
	width: 12em;
}
