/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/*.container {
	background-color:#000;
	height:200px;
	width:850px;
	position:absolute;
}

/* level 0 inner */

.m0l0iout {
	text-align:left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFF;

}
.m0l0iover {
	text-align:left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: underline;
	margin: 4px 0 0 8px;
	color: #000000;

}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(../img/lev0_bg1.gif);
	border: 1px solid #999;
	
}
.m0l0oover {
	text-decoration : none;
	background-image: url(../img/lev0_bg2.gif);
	border: 1px solid #999;
	
}

/* level 1 inner */
.m0l1iout {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	margin:6px 0 0 15px;
	color: #FFF;
	font-weight:bold;

}
.m0l1iover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	margin:6px 0 0 15px;
	color: #000;
	font-weight:bold;

}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #92b24d;
	border: 1px solid #4c6a14;
	
}
.m0l1oover {
	text-decoration : none;
	background-color: #739a29;
	background-image: url(../img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #4c6a14;

}