/* --- 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 {
	width:172px;
	height:18px;
	font:bold 1em	arial, verdana;
	text-decoration:none;
}
.m0l0iover {
	width:172px;
	height:18px;
	font:bold 1em	arial, verdana;
	text-decoration:none;
	color:#ff0000;
	cursor:pointer;
}

/* level 0 outer */
.m0l0oout {
	width:172px;
	height:18px;
	text-decoration:none;
	padding:7px 0 1px 33px;
	background:transparent url(../images/menu.gif) no-repeat;
	color:#2d2d2d;
	font:bold 1em	arial, verdana;
}
.m0l0oover {
	width:172px;
	height:18px;
	text-decoration:none;
	padding:7px 0 1px 33px;
	color:#ff0000;
	font:bold 1em	arial, verdana;
	background:transparent url(../images/menu_on.gif) no-repeat;
	cursor:pointer;
}

/* level 1 inner */
.m0l1iout {
	font:normal 0.9em	arial, verdana;
	padding:2px 0 0 8px;
	color:#2d2d2d;
}
.m0l1iover {
	font:normal 0.9em	arial, verdana;
	padding:2px 0 0 8px;
	color:#ff0000;
	cursor:pointer;
}

/* level 1 outer */
.m0l1oout {
	text-decoration:none;
	background-color:#FFF9F9;
	border:1px solid #dddddd;
	color:#2d2d2d;
}
.m0l1oover {
	text-decoration:none;
	background-color:#fffefe;
	border:1px solid #dddddd;
	color:#ff0000;
	cursor:pointer;
}