/* menu */
#mx {
    font-size: 13px;
	font-weight: bold;
    font-family: Arial; 
}
#mx, #mx ul {
	
	margin: 0px;
	padding: 0px;
}
#mx ul {
	font-weight: normal;
}
#mx li {
	border-bottom: none;
}
#mx ul li {
	border-bottom: none;
}
#mx a {
	display: inline-block;
	width:188px;
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
	color:#666666;
	height: 16px;
}

/* menu parent */
#mx li.m {
	position: relative;
	width: 188px;
}

/* submenu indicator */
#mx li.m a {
	background-image: url(../Images/m1.gif);
}
#mx li.m a:hover {
	background-image: url(../Images/m1-act.gif);
}
#mx li.m ul a {
	background-image:url(../Images/m1.gif);
}
#mx li.m ul a:hover
{
    background-image: url(../Images/m1-act.gif);	
}

/* popup menus */
#mx li.m ul {
	display: none;
	position: absolute;
	top: 0;
	left: 201px;
	width: 188px;
}
/* width of popup menu */
#mx li.m ul a {
	width: 188px;
}