/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m020iout {
	font-family: Verdana, "trebuchet ms",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	text-decoration: none;
	color: white;
	background : #5B70A0;
	font-weight : normal;
}
	
.m020iover {
	font-family: Verdana, "trebuchet ms",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	text-decoration: none;
	color: #ffffff;
	background : #5B70A0;
	font-weight : normal;
}

/* level 0 outer */
.m020oout {
	text-decoration : none;
	background: #5B70A0;
	text-align: center;

}
.m020oover {
	text-decoration : none;
	background: #5B70A0;
	text-align: center;
	text-decoration: underline;
	color: white;
	
}

/* level 1 inner */
.m021iout {
	font-family: Verdana, "trebuchet ms",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 3px;
	color: black;
	font-weight : normal;
	background : #EEEEFF;

}
.m021iover {
	font-family: Verdana, "trebuchet ms",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 3px;
	color: #5A5A96;
	font-weight : normal;
	background: #FFFFFF;

}

/* level 1 outer */
.m021oout {
	text-decoration : none;
	border : 1px solid #666666;
	background: #EEEEFF;
	text-align: left;

}
.m021oover {
	text-decoration : none;
	border : 1px solid #666666;
	background: #FFFFFF;
	text-align: left;
}
