/*
 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: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin: 6px 0 0 12px;
	color: #4c4c4c;
}
.m0l0iover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin: 6px 0 0 12px;
	color: #89bbfe;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url('../images/menu_bg.gif');
}
.m0l0oover {
	text-decoration : none;
	background-image: url('../images/menu_bg_over.gif');
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 5px 0 0 12px;
	color: #ffffff;
}
.m0l1iover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 5px 0 0 12px;
	color: #89bbfe;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #515457;
	padding: 0;
	border-top:1px solid #666666;
}
.m0l1oover {
	text-decoration : none;
	background-color: #515457;
	padding: 0;
	border-top:1px solid #666666;
}