/* Main Menu Font Specs */
.m0l0iout {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

/* Main Menu Background Specs */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #66bbda;
	background: #41acd2;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #66bbda;
	background: #66bbda;
}





/* Sub-menu Font Specs */
.m0l1iout {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px;
	color: #666666;
}
.m0l1iover {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px;
	color: #666666;
}

/* Sub-menu background specs */
.m0l1oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #f0f0f0;
}
	
.m0l1oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #E4E2E2;
}
