/*
 * date:	2002-10-14
 * info:	http://inspire.server101.com/js/m/
 */

/* menu */

#mx {
	
	}

#mx, #mx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mx ul {
	
}

#mx li {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;  
}

#mx ul li {
	
}

#mx a {
	margin: 0;
	text-decoration: none;
}

/* menu parent */
#mx li.m {
	position:relative;
	width:20px;
	z-index: 100;
}

/* 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 */

.popmenu {
	position:relative;
	z-index: 1;
	padding:10 10 10 2;
	margin-top:0px;
	background-color: #ebf2ff;
	margin-left:44px;
	margin-top:-2px;
	width:194;
}

.popmenu  a {
	color:#808080;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	background: #ebf2ff;
	background-image: none;
	line-height:1.9em; 
}

#mx li.m ul {
	display: none;
	position: absolute;
	left: 75px;
	width: 12.4em;
	padding:10 10 10 10;
	background-color: #ebf2ff;
	background-image: none;
}

/* width of popup menu */
#mx li.m ul a {
	color:#808080;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	background: #ebf2ff;
	background-image: none;
	line-height:1.9em;
}