/* menu */
#mx, #mx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* menu parent */
#mx td.m {
	position: absolute;
	width: 115px;
}

/* submenu indicator */

/* popup menus */
#mx td ul {
	border: 1px solid #FF9933;
}

a.menu-item {
	font-size: 9px;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: .5em 1em .5em 1em ;
	text-decoration: none;
	line-height: 12px;
	color: #336699;
	background: 100% 50% no-repeat;
}

a.menu-item:hover {
	color: #336699;
	background: #FFFFCC 100% 50% no-repeat;
	text-decoration: none;
}





