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

TABLE.submenu { width: 100%; border: 1px; margin: 0px; padding: 0px }

.m0l0i, TABLE.submenu TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	font-weight: bold;
	text-transform: none;
	color: #CCCCCC;
	
	text-decoration : none;
	padding: 4px;
}
.m0l0o {
	text-decoration : none;
	border : 1px solid #fee22f;
}


.m0l1i {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}
.m0l1o {
	text-decoration : none;
	border : 1px solid #fee22f;
}

/*
.menu:link, .menu:visited { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #0000AA; text-decoration: none}
.menu:hover { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FF6600; text-decoration: none}
*/
