/* --- 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: Tahoma, Verdana;
	font-size: 0.8em;
	text-decoration: none;
	margin: 2px 0 0 5px;
	color: #0000ff;
	vertical-align: middle;
}
.m0l0iover {
	font-family: Tahoma, Verdana;
	font-size: 0.8em;
	margin: 2px 0 0 5px;
	color: #0DC18B;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 2px none #6699cc;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(images/menu_over.gif);
	background-repeat: no-repeat;
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma, Verdana;
	font-size: 0.8em;
	margin: 2px 0 0 25px;
	color: #0000ff;
	text-align: left;
}
.m0l1iover {
	font-family: Tahoma, Verdana;
	font-size: 0.8em;
	margin: 2px 0 0 25px;
	color: #0DC18B;
	text-align: left;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border: 1px solid #6699cc;
	padding: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.m0l1oover {
	text-decoration : none;
	border: 1px solid #6699cc;
	padding: 0;
	background-image: url(images/lUPC2%20logo_25.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
