/* --- 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 */
.m0l0iout {
  font-family: Arial, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
  font-style: normal;
	text-decoration: none;
	margin: 6px 0 0 6px;
	color: #000000;
}
.m0l0iover {
  font-family: Arial, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
  font-style: normal;
	color: #000000;
	text-decoration: none;
	margin: 6px 0 0 6px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(../images/m0l0oout.gif);
	border-left: 1px solid #C03015; 
	border-right: 1px solid #C03015;
	/*background-color: #2C5F93;*/
}
.m0l0oover {
	text-decoration : none;
	background-image: url(../images/m0l0oover.gif);
	/*background-color: #2C5F93;*/
	border-left: 1px solid #C03015;  
	border-right: 1px solid #C03015;
}

/* level 1 inner */
.m0l1iout {
  font-family: Arial, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  text-align: left;
	margin: 4px 0 0 17px;
	color: #000000;
}
.m0l1iover {
  font-family: Arial, Georgia, Verdana, Arial, Helvetica, sans-serif;
  text-align: left;  
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #C76219;
	border: 1px solid #C03015;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #D07430;
	background-image: url(../images/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #C03015;
	padding: 0;
}