/*
 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 {
	text-decoration: none;
	padding:5px;
	color:#796e3d;
}
.m0l0iover {
	padding:5px;
	color: #00536a;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-top : 1px solid #d4cba8;
	background: #ebe4bf;
	
}
.m0l0oover {
	background: url(../images/m_over.gif) repeat-y;
	border-top : 1px solid #d4cba8;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding:5px;
	color:#000;
}
.m0l1iover {
	padding:5px;
	color: #fff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border-top : 1px solid #d4cba8;
	background: #b5824f;
}
.m0l1oover {
	background: #6a2626;
	border-top : 1px solid #d4cba8;
}

/* level 2 inner */
.m0l2iover {
	text-decoration: none;
	padding:5px;
	color:#796e3d;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border-top : 1px solid #d4cba8;
	background: #ebe4bf;
}
.m0l2oover {
	background: url(../images/m_over.gif) repeat-y;
	border-top : 1px solid #d4cba8;
}