/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0i {
	font-family: Verdana;
	font-size: 10pt;
	text-decoration : none;
	padding: 3px; margin-left:5; margin-right:5
	border : 1px solid #666666; font-family:Verdana; font-size:10pt; margin-left:10; margin-right:10
}
.m0l0o {
	margin:3 10; padding:-2; text-decoration : none blink;
	color:#0000FF; background-color:#B6CEED; font-family:v; font-size:10pt; font-family:Verdana; font-size:10pt; letter-spacing:1pt
}
.m0l1i {
	font-family: Verdana;
	font-size: 10pt;
	text-decoration : none;
	padding: 3px; margin-left:10; margin-right:10
}
.m0l1o {
	border-style:outset; border-width:1; margin:3 10; padding:-2; text-decoration : none;
	font-family:Verdana; font-size:10pt; letter-spacing:1pt
}
.m0l2i {
	font-family: Verdana;
	font-size: 10pt;
	text-decoration : none;
	padding: 3px; margin-left:10; margin-right:10
}
.m0l2o {
	border-style:outset; border-width:1; margin:3 10; padding:-2; text-decoration : none;
	font-family:Verdana; font-size:10pt; letter-spacing:1pt
}table        { border-style: groove; border-width: 1;  }
