/*
 * date:	2002-10-14
 * info:	http://inspire.server101.com/js/m/
 */

/* menu */
#mx {
	font-family: 細明體; 
	font-size: 10 pt;
	font-weight: bold;
}
#mx, #mx ul {
	font-family: 細明體; 
	list-style: none;
	margin: 0;
	padding: 0;
}
#mx ul {
	font-family: 細明體; 
	font-weight: normal;
}
#mx li {
	font-family: 細明體; 
	border-bottom: 1px solid #333;
}
#mx ul li {
	font-family: 細明體; 
	border-bottom: none;
}
#mx a {
	font-family: 細明體; 
	display: block;
	margin: 0;
	padding: .2em;
	text-decoration: none;
}

/* menu parent */
#mx li.m {
	font-family: 細明體; 
	position: relative;
	width: 7.5em;
}

/* submenu indicator */
#mx li.m a {
	font-family: 細明體; 
	background: url(a.png) 100% 50% no-repeat;
}
#mx li.m a:hover {
	font-family: 細明體; 
	background: #FC0 url(ah.png) 100% 50% no-repeat;
}
#mx li.m ul a, #mx li.m ul a:hover {
	font-family: 細明體; 
	background-image: none;
}

/* popup menus */
#mx li.m ul {
	font-family: 細明體; 
	display: none;
	position: absolute;
	top: 0;
	left: 7.5em;
	width: 15em;
	border: 1px solid #333;
	background: #FFF;
}
/* width of popup menu */
#mx li.m ul a {
	font-family: 細明體; 
	width: 15em;
}

A:link	{	
	text-decoration:	none;
	color: Blue;
	}	
A:visited	{	
	text-decoration:	none;
	color: Blue;
	}	
A:active	{	
	text-decoration:	none;
	color: Blue;
	}	
A:hover	{	
	text-decoration:	none;
	color: Blue;
	}

