/*
 * date:	2002-10-14
 * info:	http://inspire.server101.com/js/m/
 */

body {
	font-family: Arial, Helvetica;
}

a {
	color:#00549c;
	text-decoration: none;
	 font-weight: bold;
}

a:hover {

	color:#0072d4;
}

/* menu */
#mx {
	font-size: 1.3em;
	font-weight: bold;
}
#mx, #mx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mx ul {
	font-weight: normal;
}

#mx ul li {
	border-bottom: none;
	
}

li {

color:#00549c;

}

li:hover {

color:#0072d4;
}



#mx a {
	display: block;
	margin: 0;
	padding: .2em;
	text-decoration: none;
}

/* menu parent */
#mx li.m {
	position: relative;
	width: 7.5em;
}

/* submenu indicator */
#mx li.m a {
	background:#67addc;
}

#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: 0;
	left: 7.5em;
	width: 12.4em;
	border: 2px solid #333;
	background: #FFF;
}
/* width of popup menu */
#mx li.m ul a {
	width: 12em;
}
