/* --- 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 */
/* font-size: 13px-10px padding: 4px-2px */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; //10px;
	text-decoration: none;
	padding: 2px;
	color: #555555; //#FFFFFF;
text-align: center;
}
.m0l0iover {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 2px;
	color: #000000; //#FFFFFF;
text-align: center;
}

/* level 0 outer */
.m0l0oout { 
	text-decoration : none;
	border : 1px solid #EEEEEE; //#FFFFFF;
	background: #F5F5F5; // #4682B4,
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #BBBBBB; //#FFFFFF;
	background: #CCCCCC; // #5AA7E5;
}

/* level 1 inner */
.m0l1iout {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #000000;
}
.m0l1iover {
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #F2E9E0; //#996633; // #FFFFFF;
	background: #F5F5F5; // #cce3f8;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #F2E9E0; //#996633; // #cce3f8;
	background: #CCCCCC; // #ffffff;
}

/* level 2 inner */

.m0l2iout {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #000000;
}
.m0l2iover {
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #000000;
}


/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #F2E9E0; //#FFFFFF;
	background: #F5F5F5; // #cce3f8;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #F2E9E0; //#996633; // #cce3f8;
	background: #CCCCCC; // #ffffff;
}

.topblue { /* #996633 #cce3f8 */
	BORDER-RIGHT: #996633 0px solid; BORDER-TOP: #996633 1px solid; BORDER-LEFT: #996633 0px solid; BACKGROUND-COLOR: #996633;
}

.bordergray {
	BORDER-RIGHT: #996633 0px solid; BORDER-BOTTOM: #996633 0px solid; BORDER-LEFT: #996633 0px solid;
}
