/*
 * date:	2002-10-14
 * info:	http://inspire.server101.com/js/m/
 */

/* menu */
#mx {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#mx, #mx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mx ul {
	font-weight: normal;
}
#mx li {
	border-bottom: none;
	text-align: left;
}
#mx ul li {
	border-bottom: none;
}
#mx a {
	display: block;
	margin: 0;
	padding: .2em;
	text-decoration: none;
	color: white;
}

/* menu parent */
#mx li.m {
	position: relative;
	width: 7em;
	padding: 10px 6px 30px 10px;
	font-weight: bold;
	background-image: url('../images/common/hexagonbg.gif');
	background-repeat: no-repeat;
}

/* submenu indicator */

#mx li.m a {
	/* background: url('../images/common/a.png') 100% 50% no-repeat; */
}

#mx li.m a:hover {
	/* background: #cccccc url('../images/common/ah.png') 100% 50% no-repeat; */
	color: #f6e73d;
}

#mx li.m ul a, #mx li.m ul a:hover {
	background-image: none;
}

/* popup menus */
#mx li.m ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 6em;
	width: 12.4em;
	border: 1px solid #333;
	background: #f4f4f4;
}
/* width of popup menu */
#mx li.m ul a {
	width: 12em;
}