/*
 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: Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 15px;
	font-weight: bold;
	align: center;
	text-decoration: none;
	margin: 6px 0 0 10px;
	color: #ffffff;
}
.m0l0iover {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin: 6px 0 0 10px;
	color: #f8f894;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(gomb_01.gif);
	border: 0px solid #000000;
	background-color: #42791b;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(gomb_02.gif);
	background-color: #8ac06a;
	border: 0px solid #000000;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 12px;
	margin: 6px 0 0 12px;
	color: #ffffff;
}
.m0l1iover {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0 0 12px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
        background-image: url(gomb_03.gif);
	background-color: #7c906e;
	border: 1px solid #ffffff;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
        background-image: url(gomb_04.gif); 
	background-color: #aec59e;
	background-repeat: no-repeat;
	border: 0px solid #ffffff;
	padding: 0;
}