/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	font-family:Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight:bold; 
	margin-left:0px; 
	margin-right:0; 
	margin-top:20px; 
	margin-bottom:0;
	text-align:center; 
}
.m0l0iover {
font-family:Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight:bold; 
	margin-left:0px; 
	margin-right:0; 
	margin-top:20px; 
	margin-bottom:0;
	text-align:center; 

	}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*background-image: url(img/lev0_bg1.gif);*/
	background-image:url(/includes/menu/images/button_texture_white.gif);
	width:auto;
	border: 0px solid #ffffff;
}
.m0l0oover {
	text-decoration : none;
	background-image:url(/includes/menu/images/button_texture_white_red.gif);
	border: 2px solid #FFFFFF;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	margin-left:21px; margin-right:0; margin-top:10px; margin-bottom:0;
}
.m0l1iover {
	font-family:  Arial, sans-serif, Tahoma, Arial, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin-left:21px; margin-right:0; margin-top:10px; margin-bottom:0;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 0;
	margin-top:5;
	background-image:url(/includes/menu/images/button_texture_white_red.gif);

}
.m0l1oover {
	text-decoration : none;
	color: #FFFFFF;
	border: 2px solid #ffffff;
	padding: 0;
		margin-top:5;
	background-image:url(/includes/menu/images/button_texture_white_red.gif);

}