/*
 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: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 2px 0 0 5px;
	color: #000000;
	line-height:8px;
	
	
	
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 2px 0 0 5px;
	color: #000000;
	line-height:8px;
	
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #ffffff;
}
.m0l0oover {
	text-decoration : none;
	
	background-color: #e9e9e9;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
}

/* level 1 inner */
.m0l1iout {
text-decoration: none;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 5px;
	color: #006699;
	line-height:8px;
	
}
.m0l1iover {
text-decoration: none;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 5px;
	color: #006699;
	line-height:8px;
	
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;

	
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
	padding: 0;
}