/* --- 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>
*/

a, A:link, a:visited, a:active
		{color: #0000aa; text-decoration: none; font-family: Tahoma, Verdana;}
	A:hover
		{color: #ff0000; text-decoration: none; font-family: Tahoma, Verdana;}
	p, tr, td, ul, li
		{color: #000000; font-family: Tahoma, Verdana; font-size: 12px;}
	sup
		{color: #000000; font-family: Tahoma, Verdana; font-size: 9px;}
	.header1, h1
		{color: #000000; font-weight: bold; font-family: Tahoma, Verdana; font-size: 19px; margin: 0px;}
	.header2, h2
		{color: #000000; font-weight: bold; font-family: Tahoma, Verdana; font-size: 14px; margin: 0px;}
	.intd
		{color: #000000; font-family: Tahoma, Verdana; font-size: 12px; padding-left: 15px; padding-right: 15px;}

.m0l0o {
	border: 1px solid #666666;
	text-decoration: none;
}

.m0l0i {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	padding: 4px;
	text-decoration: none;
}

.m0l1o {
	border: 1px solid #666666;
	text-decoration: none;
}

.m0l1i {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	padding: 4px;
	text-decoration: none;
}
