/* --- 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 {
	text-decoration: none;
	margin: 0px;
}

.m0l1o {
	text-decoration: none;
	margin: 0px;
}

.m0l2o {
	text-decoration: none;
	margin: 0px;
}

.m0l0i {
	padding-left: 20px;
	text-decoration: none;
	font-weight:bold;
	line-height:30px;
	background-image:url("../images/menubg1.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size:13px;
	text-transform:uppercase;
}

.m0l0i:hover {
	background-image:url("../images/menubg2.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	behavior:url("../stylesheets/hover.htc");
	font-size:13px;
	text-transform:uppercase;
}

.m0l1i {
	padding-left: 20px;
	text-decoration: none;
	font-weight:bold;
	line-height:30px;
	background-image:url("../images/menubg1.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size:13px;
	text-transform:uppercase;
}

.m0l1i:hover {
	background-image:url("../images/menubg2.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	behavior:url("../stylesheets/hover.htc");
	font-size:13px;
	text-transform:uppercase;
}

.m0l2i {
	padding-left: 20px;
	text-decoration: none;
	font-weight:bold;
	line-height:30px;
	background-image:url("../images/menubg1.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size:13px;
	text-transform:uppercase;
}

.m0l2i:hover {
	background-image:url("../images/menubg2.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	behavior:url("../stylesheets/hover.htc");
	font-size:13px;
	text-transform:uppercase;
}


