/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

h3 {
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.abunga {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
td {
	font-family: Arial, Helvetica;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
p {
	font-family: Arial, Helvetica;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

/* level 0 inner */
.m0l0iout {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #ffffff;
}
.m0l0iover {
	font-family:Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #ffffff;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: none);
	border: none;
	background-color: #7293b0;
}
.m0l0oover {
	text-decoration : none;
	background-image: none);
	background-color: #A4D3FC;
	border: 1px solid #A4D3FC;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #999999;
}
.m0l1iover {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #999999;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #d2e0ed;
	border: 1px solid #d2e0ed;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #cccccc;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	padding: 0;
}