
/* menu */
#mx {
	font-size: .9em;
	font-weight: bold;
	color:#ff0b0b;
	
}

#mx, #mx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mx ul {
	font-weight: normal;
}
#mx li {
background: #fef3d2;
	vertical-align:bottom;
	border-bottom: 1px solid #f8d734;
}

#mx ul li {
	border-bottom: none;
}
#mx a {
	display: block;
	margin: 0;
	padding: .1em;
	text-decoration: none;
}

/* menu parent */
#mx li.m {
	position: relative;
	width: 17em;
}
#mx li {
	position: relative;
	width: 17em;
}
#mxa li {
	position: relative;
	width: 17em;
}

/* submenu indicator */
#mx li.m a {
	
}
#mx li.m a:hover {
	background: #ff0b0b;color:#FC0;
}
#mx li a {
	
}
#mx li a:hover {
background: #ff0b0b;
color:#FC0;
}
#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: 17em;
	width: 10em;
	border: 1px solid #f8d734;
	background: #FFFFFF;
}
/* width of popup menu */
#mx li.m ul a {
	width: 9.9em;
	position: relative;
	
}
#xm
{
	width: 9.9em;
}


