/* --- 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>
*/
/*m0 pertains to the main v-c-g (margin menubar)
*/

.m0l0o, .m0l1o{
	background: #000000;
	color: #808080;
	font-size: 9px;
	font-family: Verdana;
	text-decoration: none;
}


.m0l0i, .m0l1i{
	border: 1px solid #0080C0;
	background: #ffffff;
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
	padding: 3px;
}


