/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/



/* all first levels inner */
.minner1 {
	font: bold 14px 'Comic Sans MS',Tahoma, Verdana, sans-serif;
	text-decoration : none;
	padding:1px;
	color: #374F5D;
}
.moout1
{
	background: #D2A946;
	border-right: #000000 0px solid;
	border-top: #000000 1px solid;
	border-left: #000000 0px solid;
	border-bottom: #000000 1px solid;
	text-decoration: none;
}
.moover1 {
	
	background: #E0BB62;
	border-right: #000000 0px solid;
	border-top: #000000 1px solid;
	border-left: #000000 0px solid;
	border-bottom: #000000 1px solid;
	text-decoration: none;
}


/* all second levels inner */
.minner2 {
	font: bold 14px 'Comic Sans MS',Tahoma, Verdana, sans-serif;
	text-decoration : none;
	padding: 1px;
}

.moout2 {
	background: #D2A946;
	text-decoration : none;
	border : 1px solid #000000;
}

.moover2 {
	text-decoration : none;
	border : 1px solid #000000;
	background: #E0BB62;
}

A.menutext
{
	font: bold 13px 'Comic Sans MS',Verdana, sans-serif;
	text-decoration : none;
	padding:0px;
	color: #000000;
}

A.menutext:hover
{
	font: bold 13px 'Comic Sans MS',Verdana, sans-serif;
	text-decoration : none;
	padding:0px;
	color: #000000;
}

