/* --- 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: Verdana, Arial, Helvetica;
	font-size: x-small;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 8px;
}
.m0l0iover {
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	text-decoration: none;
	color: #730100;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 8px;

}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 333333;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(../images/ats_01_02.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 333333;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	margin: 8px 0 0 17px;
	color: #333333;
}
.m0l1iover {
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	margin: 8px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	padding: 0;
	border: 1px solid #bbbbbb;
	background-color: dddddd;
}
.m0l1oover {
	text-decoration : none;
	background-color: #730100;
	background-image: url(../images/lev1_arrow.jpg);
	background-repeat: no-repeat;
	padding: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #730100;
	border-bottom-color: #730100;
	border-left-color: #730100;
}
