/* --- 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 {
	text-align: center;
	font-family: Verdana, Arial, sans-serif, Tahoma, Geneva, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 0 0 4px;
	color: #000000;
}
.m0l0iover {
	text-align: center;
	font-family: Verdana, Arial, sans-serif, Tahoma, Geneva, Arial, Helvetica;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	margin: 4px 0 0 4px;
	color: #006699;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/* background-image: url(/pn/themes/PsychoMedia2/img/lev0_bg1.gif); */
	border: 0px solid #f3f3f3;
	background-color: #f3f3f3;
}
.m0l0oover {
	text-decoration : none;
	/* background-image: url(/pn/themes/PsychoMedia2/img/lev0_bg2.gif); */
	background-color: #f9f9f9;
	border: 0px solid #f9f9f9;
}

/* level 1 inner */
.m0l1iout {
	text-decoration : none;
	text-align: left;
	font-family: Verdana, Arial, sans-serif, Tahoma, Geneva, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin: 1px 0 0 10px;
	color: #006699;
}
.m0l1iover {
	text-decoration : none;
	text-align: left;
	font-family: Verdana, Arial, sans-serif, Tahoma, Geneva, Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
	margin: 1px 0 0 10px;
	color: #006699;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #f9f9f9;
	border: 2px solid #f9f9f9;
	padding: 0;
}
.m0l1oover {
	text-decoration:none;
	background-color: #ffffff;
	background-repeat: no-repeat;
	border: 2px solid #ffffff;
	padding: 0;
}
