/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* banner (if there is one) */
#banner {
	position: absolute;
	top: 8px;
	left: 50px;
}
/* level 0 inner */
.m0l0iout {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px;
	color: black;
}
.m0l0iover {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px;
	color: black;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 2px outset blue;
	/* background: #4682B4; */
	background-image: url('Images/cloudborder3.jpg');
}
.m0l0oover {
	text-decoration : none;
	border : 2px inset blue;
	/* background: #5AA7E5; */
	background-image: url('Images/cloudborder3.jpg');
}

/* level 1 inner */
.m0l1iout {
	font-size: 12px;
	font-family: Verdana;
	/* font-weight: bold; */
	text-decoration: none;
	padding: 4px;
	color: gray;
}
.m0l1iover {
	font-size: 12px;
	font-family: Verdana;
	/* font-weight: bold; */
	text-decoration : none;
	padding: 4px;
	color: black;
}
/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid blue;
	background: #BBDDFF;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid blue;
	background: #99CCFF;
}

/* level 2 inner */
.m0l2iout {
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	padding: 4px;
	color: gray;
}
.m0l2iover {
	font-size: 10px;
	font-family: Verdana;
	/* font-weight: bold; */
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #7070FF;
	background: #DDEEFF;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #7070FF;
	background: #CCE2FF;
}