
#mx, #mx ul { 	list-style: none; margin: 0; 	padding: 0; font-size: 90%; font-weight: bold; }

#mx ul { font-weight: normal; }

#mx li { border-bottom: 1px solid #333; }

#mx ul li { border-bottom: none; }

#mx a { 	display: block; margin: 0; padding: 2%; text-decoration: none; color: #214983; }

/* menu parent */
#mx li.m {url(m.css); position: relative; width: 85%; }

/* submenu indicator */
#mx li.m a { background: url(a.gif) 100% 50% no-repeat; }

#mx li.m a:hover { background: #D6C381 url(ah.png) 100% 50% no-repeat; }

#mx li.m ul a, #mx li.m ul a:hover { background-image: none; }

/* popup menus */
#mx li.m ul {	display: none; position: absolute; left: 154px; margin-top: -25px;	 width: 12.4em; 	border: 1px solid #333; background: #FFF; }

/* width of popup menu */
#mx li.m ul a { width: 12em; }




