/*   
MemuLevel1 sets the information about the table in mnulevel1.asp.
We set the font-information for the td's of the table
We set the margins for the table
*/
.MenuLevel1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	font-style: normal;
	font-weight: normal;
	color:#1C6070;
	text-decoration:none;
	background-color: #ffffff;
	text-align: right;
	vertical-align: middle;
	padding: 0px 0px 0px 12px;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
}

.MenuLevel1 a { 
	font-size:14px;
	color:#1C6070; 
	background-color: #ffffff;
	text-decoration:none;
}

.MenuLevel1 a:hover { 
	font-size:14px;
	color:#FF7900; 
	text-decoration:none;
	background-color: #ffffff;
}
/*
MenuLevel1in changes the td of the page that we have now visit
or shows the path of the page that we are now
*/
.MenuLevel1#in { 
	font-size: 14px;
	color:#FF7900; 
	text-decoration:none;
	background-color: #ffffff;
}

.MenuLevel1#in a { 
	font-size: 14px;
	color:#FF7900; 
	text-decoration:none;
	background-color: #ffffff;
}
.MenuLevel1#in a:hover { 
	font-size: 14px;
	color:#FF7900; 
	text-decoration:none;
	background-color: #ffffff;
}

/*   
MemuLevel2 sets the information about the table in mnulevel1.asp.
We set the font-information for the td's of the table
We set the margins for the table
*/
.MenuLevel2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	font-style: normal;
	font-weight: normal;
	color:#1C6070;
	text-decoration:none;
	background-image: url(../images/template/arrow_oro.gif);
	/*background-repeat: repeat-y;*/
	/*background-image: url(../images/template/arrow_grey.gif);*/
	background-repeat: no-repeat;
	background-color: #A2D0DF;
	height: 10px;
	width: 220px;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 0px 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/*border: 1px solid #FF7900;*/
}

.MenuLevel2 a { 
	font-size:13px;
	color:#1C6070; 
	text-decoration:none;
	background-color: #A2D0DF;
}

.MenuLevel2 a:hover { 
	font-size:13px;
	color:#FF7900; 
	text-decoration:none;
	background-color: #A2D0DF;
}
/*
MenuLevel1in changes the td of the page that we have now visit
or shows the path of the page that we are now
*/
.MenuLevel2#in2 { 
	font-size: 13px;
	color:#FF7900; 
	text-decoration:none;
	background-color: #A2D0DF;
}

.MenuLevel2#in2 a { 
	font-size: 13px;
	color:#FF7900; 
	text-decoration:none;
	background-color: #A2D0DF;
}
.MenuLevel2#in2 a:hover { 
	font-size: 13px;
	color:#FF7900; 
	text-decoration:none;
	background-color: #A2D0DF;
}
/*   
MemuLevel3 sets the information about the table in mnulevel1.asp.
We set the font-information for the td's of the table
We set the margins for the table
*/
.MenuLevel3#tableML3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	color:#018ab1;
	text-decoration:none;
	background-color: #f7f7f7;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    border-top:1px solid #B2B2B2;
}

.MenuLevel3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	color:#018ab1;
	text-decoration:none;
	/*background-image: url(../images/template/F4F2F2back.gif);
	background-repeat: no-repeat;
	background-image: url(../images/template/arrow_orowhite.gif);
	background-color: #ffffff;
	height: 20px;*/
	width:180px;
	text-align: center;
	vertical-align: middle;
	padding: 1px 0px 0px 1px;
}

.MenuLevel3 a { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#018ab1; 
	text-decoration:none;
	/*background-color: #ffffff;*/
}

.MenuLevel3 a:hover { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#080854; 
	text-decoration:underline;
	background-color: #F2F2F2;
}
/*
MenuLevel1in changes the td of the page that we have now visit
or shows the path of the page that we are now
*/
.MenuLevel3#in { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color:#080854; 
	text-decoration:none;
	/*background-color: #ffffff;*/
}

.MenuLevel3#in a { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color:#080854; 
	text-decoration:none;
	/*background-color: #ffffff;*/
}
.MenuLevel3#in a:hover { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color:#080854; 
	text-decoration:underline;
	background-color: #F2F2F2;
}





.MenuLevel4#tableML4 {
	border-top: 1px solid#BFBFBF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:4px;
	font-style: normal;
	font-weight: normal;
	color:#018ab1;
	text-decoration:none;
	width:600px;
	/*background-color: #ffffff;*/
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	BORDER-TOP:2px solid #f2f2f2;
}

.MenuLevel4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	font-style: normal;
	font-weight: normal;
	color:#018ab1;
	text-decoration:none;
	/*background-image: url(../images/template/F4F2F2back.gif);
	background-repeat: no-repeat;
	background-image: url(../images/template/arrow_orowhite.gif);
	background-color: #ffffff;
	width:280px;*/
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding: 1px 0px 0px 1px;
}

.MenuLevel4 a { 
	font-size:12px;
	color:#018ab1; 
	text-decoration:none;
	/*background-color: #ffffff;*/
}

.MenuLevel4 a:hover { 
	font-size:12px;
	color:#080854; 
	text-decoration:none;
	/*background-color: #ffffff;*/
}
/*
MenuLevel1in changes the td of the page that we have now visit
or shows the path of the page that we are now
*/
.MenuLevel4#in { 
	font-size: 12px;
	color:#080854; 
	text-decoration:none;
	/*background-color: #ffffff;*/
}

.MenuLevel4#in a { 
	font-size: 12px;
	color:#080854; 
	text-decoration:none;
	/*background-color: #ffffff;*/
}
.MenuLevel4#in a:hover { 
	font-size: 12px;
	color:#080854; 
	text-decoration:none;
	/*background-color: #ffffff;*/
}