/*
 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 {
	text-decoration: none;
	margin: 4px 0 0 8px;
}
.m0l0iover {
	text-decoration: underline;
	margin: 5px 0 0 8px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background:url(../images/hmc2008/navigator-dot.gif) no-repeat 5 5;
	padding-left:10px;
}
.m0l0oover {
	text-decoration : none;
	border: 1px solid #e0e0e0;
	background:url(../images/hmc2008/navigator-dot.gif) no-repeat 5 5;
	padding-left:10px; 
}

/* level 1 inner */
.m0l1iout {
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #aaaaaa;
	border: 1px solid #777777;
	filter:alpha(opacity=85);
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #b30101;
	background-repeat: no-repeat;
	border: 1px solid #777777;
	filter:alpha(opacity=85);
	padding: 0;
}