/* --- static menu styles ---
note(s):
	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>

	2. Changing fonts, background color and highlight color:
	Open menu2.css
	Font: edit .minner to suit required font, font color and decoration
	Background color: edit .moout
	Highlight color: edit .moover
	Border colors are also controlled using .mout and .moover
	It is possible to use an images instead of solid colors by replacing:
	background: #XXXXXX; with background: url(yourimage.gif) repeat;
*/

/* all levels inner */
.minner {
	font: 18px Jester, Verdana, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}
/* all levels outer */
.moout {
	font: 16px Jester, Verdana, sans-serif;
/*	border : 1px solid #99CC00;	*/
/*	background: #3333FF; with background: url(dark_wood_horiz_planks.gif) repeat;	*/
	background: url(dark_wood_horiz_planks.gif) repeat;
}
.moover {
	font: 16px Jester, Verdana, sans-serif;
	color: #FFFF00;
/*	border : 1px solid #666666;	*/
/*	background: url(light wooden planks background (horizontal).gif) repeat; */
	background: #650303; 
}