/*
 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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 8px 0 0 35px;
	color: #000000;
	text-decoration:none;
}
.m0l0iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 8px 0 0 35px;
	color: #cc0000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(../images/bg.jpg); 
background-repeat:no-repeat;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(../images/bg-newjpg.jpg);
	background-repeat:no-repeat;   


}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 8px 0 0 12px;
	color: #000000;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 8px 0 0 12px;
	color: #cc0000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-image: url(../images/sub_bg.jpg); 
	background-repeat: no-repeat;

}
.m0l1oover {
	text-decoration : none;
	background-image: url(../images/sub_bg-red.jpg);
	background-repeat: no-repeat;
	
}