/* --- 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 {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	margin-top: 8px;
	color: #666666;
	text-align : center;
	
}
.m0l0iover {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	margin-top: 8px;
	color: #000000;
	text-align : center;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/menu0.jpg);
	background-repeat: repeat-x;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/menu0.jpg);
	background-repeat: repeat-x;

}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma;
	font-size: 11px;
	margin: 6px 0 0 10px;
	color: #666666;
}
.m0l1iover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight : bold;
	margin: 6px 0 0 10px;
	color: #666666;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	padding: 0;
	background-image: url(img/menu1.jpg);
	background-repeat: repeat-x;
}
.m0l1oover {
	text-decoration : none;
	padding: 0;
	background-image: url(img/menu1.jpg);
	background-repeat: repeat-x;
}