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


.m0l0o   { color: #6f3c1b; text-decoration: none; background-color: #d6b67b; text-align: center; margin: 0; width: 15px; border: solid 1px #ffffff }

.m0l1o   { color: #6f3c1b; text-decoration: none; background-color: #d6b67b; margin: 0; border: solid 1px #ffffff }

.m0l0i  { color: #6f3c1b; font-size: 12px; font-family: tahoma, verdana, arial; text-decoration: none; background-color: #d6b67b; padding: 2px }

.m0l1i   { color: #6f3c1b; font-size: 12px; font-family: tahoma, verdana, arial; text-decoration: none; background-color: #d6b67b; padding: 2px; border-color: #6f3c1b }

