/*
 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 {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 3px 0 0 7px;
	text-align:center;
	color: #000000;
	font-weight:bold;
	position:static;
	vertical-align:middle;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration:inherit;
	text-align:center;
	margin: 4px 0 0 7px;
	color: #FF6600;
	font-weight:bold;
	position:static;
	vertical-align:middle;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background:none;
	border: 0px solid #336699;
}
.m0l0oover {
	text-decoration : inherit;
	border: 0px solid #336699;
	background:none;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 3px 0 0 14px;
	color: #000000;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 14px;
	color: #FF6600;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border: 0px solid #336699;
	padding: 0;
	background:url(../images/tepi_03.gif);
}
.m0l1oover {
	text-decoration : none;
	background:url(../images/tepi_03.gif);
	border: 0px solid #336699;
	padding: 0;
}