/* MENU MGA @RIGHT-COLUMN */
/* DIV */
div.moduletable-mga table {
	padding:5px 0 0 0;
}
div.moduletable-mga td {
	height:20px;
	text-align:right;
}
/* PARENT */
a.mainlevel-mga:link, a.mainlevel-mga:visited {
	font-variant:small-caps;
	font-weight:bold;
	font-size:13px;
	color:#177605;
	text-indent:6px;
}
a.mainlevel-mga:hover {
	font-variant:small-caps;
	font-weight:bold;
	color:red;
	font-size:13px;
}
#active_menu-mga {
	font-variant:small-caps;
	font-weight:bold;
	color:red;
	font-size:13px;
	background:#dedede;
}
/* SUB-LEVEL */
a.sublevel-mga:link, a.sublevel-mga:visited {
	font-weight:bold;
	font-size:13px;
	color:#10238c;
	/*padding:0 0 0 20px;*/
	text-indent:20px;
}
a.sublevel-mga:hover {
	color:red;
	background:ededed;
}
