/*
 * date:	2002-10-14
 * info:	http://inspire.server101.com/js/m/
 */

/* menu */
#mx {
	font-size: 8pt;
	width: 150px;
}
#mx, #mx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mx ul {
	font-weight: normal;

}
#mx li {
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
	height: 18px;
	width: 150px;

}
#mx ul li {
	 border-bottom: 1px solid #CCCCCC;
	 width: 100%; 
}
#mx a {
	display: block;
	text-decoration: none;
	color: #666666;
	width: 100%;
	padding: .2em;

}

/* menu parent */
#mx li.m {
	position: relative;
	width: 150px;
}

/* submenu indicator */
#mx li.m a {
	background: url(http://www.tam.gov.mv/templates/images/a.png) no-repeat 100% 50%;
}
#mx li.m a:hover {
	background: #FFCC00 url(http://www.tam.gov.mv/templates/images/ah.png) no-repeat 100% 50%;
}
#mx a:hover {
	background: #FFCC00 no-repeat 100% 50%;
}
#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: 150px;
	width: 15.4em;
	border: 1px solid #CCCCCC;
	background: #FFF;
}
/* width of popup menu */
#mx li.m ul a {
	width: 15em;
}
