/* --- 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>
*/
.m1l0i,.m2l0i,.m30i {
	font-family: verdana,arial;
	font-size: 10px;
	text-decoration : none;
	padding:0px;
	margin:0px;
	cursor:pointer;
	z-index:10;
	margin-left: 2px;
	width:173px;
}


.m1l0o,.m2l0o,.m3l0o {
	text-decoration : none;
	z-index:10;
}

.m1l1i,.m2l1i,.m3l1i {
	font-family: verdana,arial;
	font-size: 10px;
	text-decoration : none;
	padding: 1px;
	padding-left:4px;
	padding-top: 2px;
	cursor:pointer;
	z-index:10;

}

.m1l1o,.m2l1o,.m3l1o {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	z-index:10;
}

