/*-- Main Menu ------------------------*/
.mmBack {
}
.mmTable {
	padding:0;
	width:100%;
}
.mmItem {
    color:#FFFFFF;
	font-size:8pt;
	font-weight: bold;
	background-color:#666666;
}
.mmItemOver {
    color:#FFFFFF;
	font-size:8pt;
	font-weight: bold;
	cursor:pointer;
	background-color:#666666;
}
.mmItemActive {
    color:#FFFFFF;
	font-size:8pt;
	font-weight: bold;
	background-color:#666666;
}
.mmTitle {
	width:100%;
	padding:1px 30px;
}
