/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
 	height:38px;
	padding-top:15px;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#1f1f1f;
	background-image:url(../images/buttons-bg.jpg);
	background-repeat:repeat-x;
}
.m0l0iover {
	height:38px;
	padding-top:15px;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	background-image:url(../images/buttons-hover.jpg);
	background-repeat:repeat-x;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	font-weight:bold;
	height:40px;
	background-repeat:no-repeat;
}
.m0l0oover {
	text-decoration : none;
	font-weight:bold;
	height:40px;
	background-repeat:no-repeat;
}

/* level 1 inner */
.m0l1iout {
	height:42px;
	padding-top:8px;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#1f1f1f;
	background-image:url(../images/buttons-bg-small.jpg);
	background-repeat:repeat-x;
}
.m0l1iover {
	height:42px;
	padding-top:8px;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	background-image:url(../images/buttons-hover-small.jpg);
	background-repeat:repeat-x;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	font-weight:bold;
	padding: 0;
	height:40px;
}
.m0l1oover {
	text-decoration : none;
	font-weight:bold;
	background-repeat: no-repeat;
	padding: 0;
	height:40px;
}
