/* 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-bottom: none;
}
#mx ul li {
	border-bottom: none;
}
#mx a {
	display: block;
	margin: 0;
	padding: 2px;
	text-decoration: none;
}
#xx a:hover {
	display: block;
	margin: 0;
	padding: 2px;
	text-decoration: none;
	background: #16437C;
	color: white;
	width: 169px;	
}
#xx a {
	display: block;
	margin: 0;
	padding: 2px;
	text-decoration: none;
	width: 169px;	
}

/* menu parent */
#mx li.m {
	position: relative;
	width: 169px;
}

/* submenu indicator */
#mx li.m a {
	background: none url(a.jpg) 100% 50% no-repeat;
}
#mx li.m a:hover {
	background: #16437C url(ah.jpg) 100% 50% no-repeat;
	color: white;
	font-weight: bold;
}
#mx li.m ul a {
	background-image: none;
	background: #16437C;
	color: white;
}
#mx li.m ul a:hover {
	background-image: none;
	background: #FFF;
	color: #16437C;
}

/* popup menus */
#mx li.m ul {
	display: none;
	position: absolute;
	top: 0;
	left: 169px;
	width: 169px;
	border: 1px solid #333;
	background: #FFF;
}
/* width of popup menu */
#mx li.m ul a {
	width: 169px;
}