/* --- menu styles for Brake Centre --- */

/* level 0 inner */
.m0l0iout {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 4px;
	color: #000;
}
.m0l0iover {
	font: bold 13px Verdana, sans-serif;
	text-decoration: none;
	padding-top: 4px;
	color: #ffc;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-left : 1px solid #ffc;
	border-right : 1px solid #ffc;
	background: #ffd922;
}
.m0l0oover {
	text-decoration : none;
	border-left: 1px solid #ffc;
	border-right : 1px solid #ffc;
	background: #039;	
}

/* level 1 inner */
.m0l1iout {
	font: 12px Verdana, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000;
}
.m0l1iover {
	font: bold 12px Verdana, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #ffc;
	background: #ddd;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #ffc;
	background: #ffc;
}

