@import url("fkb.css");
/* --- 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 */
/* ----------------- Level 0 Text Normal */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	/* text-decoration: none; */
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	margin: 4px 0 0 8px;
        color: #000000;
}
/* ----------------- Level 0 Text Over */
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	/* text-decoration: underline; */
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	margin: 5px 0 0 8px;
        color: #000000;
}

/* ----------------- Level 0 Background Normal */
.m0l0oout {
        text-decoration : none;
        background-image: url(img/L0N.jpg);
        border: 1px solid #000000;
        /* background-color: #2C5F93; */
}

/* ----------------- Level 0 Background Over */
.m0l0oover {
        text-decoration : none;
        background-image: url(img/L0O.jpg);
        border: 1px solid #000000;
        /* background-color: #2C5F93; */
}

/* ----------------- Level 1 Text Normal */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #000000;
}

/* ----------------- Level 1 Text Over */
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #ffffff;
}

/* ----------------- Level 1 Background Normal */
.m0l1oout {
	text-decoration : none;
	background-color: #7bff4d;
        background-image: url(img/L1N.jpg);
        border: 1px solid #BEBEBE;
	padding: 0;
}

/* ----------------- Level 1 Background Normal */
.m0l1oover {
	text-decoration : none;
	background-color: #000000;
        background-image: url(img/L1O.jpg);
        /* background-repeat: no-repeat; */
        border: 1px solid #BEBEBE;
	padding: 0;
}
