/* --- 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 */
.m0l0iout {
	text-decoration: none;
	padding: 2px;
	color: #000000;
	position: absolute;
	left: auto;
	top: auto;
	cursor: hand;


}
.m0l0iover {
	padding: 2px;
	color: #000000;
	position: absolute;
	left: auto;
	top: auto;
	cursor: hand;
	text-decoration: none;


}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #333399;
	background: #FFCC00;
	position: absolute;
	left: auto;
	top: auto;
	cursor: hand;


}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #333399;
	background: #FFCC00;
	cursor: hand;
	color: #000000;


}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 2px;
	color: #000000;
}
.m0l1iover {
	text-decoration : none;
	padding: 2px;
	color: #000000;

}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #333399;
	background: #FFFF00;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #333399;
	background: #FFCC00;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #333399;
	background: #FFCC00;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #333399;
	background: #FFCC00;
}
body {
	font-size: 16px;
	text-decoration: none;
}
