/* --- 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: Times New Roman ;
	font-size: 15px;
	text-decoration: none;
	/*text-transform:uppercase;*/
	text-align:center;
	font-weight:bold;
	padding: 6px 6px 8px 6px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 15px Times New Roman ;
	text-decoration: underline;
	/*text-transform:uppercase;*/
	text-align:center;
	font-weight:bold;
	background-image:url('../../images/menu_background.jpg');
	padding: 6px 6px 8px 6px;
	color: #FFFFFF;
	filter: alpha(opacity=85);
	
}

/* level 0 outer */

.m0l0oout {
	text-decoration : none;
	border-top:1px solid white;
	border-bottom:1px solid white;
	background-image: url('../../images/menu_separator.jpg');
	background-repeat: no-repeat;
	background-position: top right
}
.m0l0oover {
	text-decoration : none;
	border-top:1px solid white;
	border-bottom:1px solid white;
	border : 1px solid #FFFFFF;
	filter: alpha(opacity=85);
	/*background: #5AA7E5;*/
}

/* level 1 inner */
.m0l1iout {
	font: bold 15px Times New Roman;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	font: bold 15px Times New Roman;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;	
	
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background-image:url('../../images/menu_background.jpg');
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #8B1F03;
}

/* level 2 inner */
.m0l2iover {
	font: 15px Times New Roman;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #67AACF;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #0D9EDF;
}