/* menu */
#mx {
	/*font-size: .9em;
	font-weight: bold;*/
}
#mx, #mx ul {
	list-style: none;
	margin-left: 1em;
	margin-top: 0em;
	margin-bottom: .6em;
	padding: 0;
	white-space: nowrap;
	float: left;
}
#mx ul {
	font-weight: normal;
	float: left;
}
#mx li {
	border-bottom: none;
	/*font-weight: bold;*/
	float: left;
}
#mx ul li {
	border-bottom: none;
	float: left;
	font-family: Verdana, Sans-Serif, Arial;
	font-weight: bold;
	font-size: .8em;
}
#mx a {
	display: inline;
	margin: 0em;
	padding-top: .7em;
	padding-bottom: .1em;
	padding-left: .7em;
	padding-right: 4em;
	text-decoration: none;
	float: left;
	margin-left: 0;
	color: #000000;
}

/* menu parent */
#mx li.m {
	position: relative;
}

#mx li.m a:hover {
	color: #000000;
}
#mx li.m ul a {
	border-bottom: .15em solid #FFFFFF;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	filter: Alpha(opacity=100);
	background: url('images/menu_bkgd2.jpg');/*#EFEFEF;*/
	color: #FFF;
	font-size: .85em;
	padding: .6em;
}
#mx li.m ul a.menu-top {
	border-top: 0em;
}
#mx li.m ul a:hover#color1-2 {
	filter: Alpha(opacity=100);
	background: url('images/menu_bkgd2.jpg');
	color: #D6D8A9;
}

/* popup menus */
#mx li.m ul {
	display: none;
	position: absolute;
	margin-left: 0;
	margin-top: 0;
	top: 2em;
	left: 0em;
	width: 16.3em;
	/*border: 1px solid #000;*/
	/*background: #FFF;*/
}
/* width of popup menu */
#mx li.m ul a {
	width: 16.3em;
}