ul.menu_n1 {
	background-color: #80B4B3;
	/*background-color: #80B4B3;*/
	margin:0px;
/* margin-bottom:20px; */
	border-right: 2px dotted white;
	padding-left:0px;
	/*padding-bottom:20px;*/
	list-style-type:none;
	/*width:auto;*/
	display:block;
	height: 60px;
	font-size:120%;
	width: 788px;
	/*font-weight:bold;
*/
	/*background:transparent url(nav_bg_default.png) 0px 0px no-repeat;*/
	font-family:Arial, Helvetica, sans-serif;
/*	border-bottom:1px solid #000000;
	border-top:1px solid #000000;*/
}

ul.menu_n1 li {
	float:left;
	margin: 0;
	padding:0;
	/*width: 380px;*/
	/*background-color: #80B4B3;*/
}

ul.menu_n1 li a {
	/*margin-left: 22px;*/
	background-color: #80B4B3;
	display:block;
	float:left;
	color:#41706f;
	text-decoration:none;
	font-weight:bold;
	height: 54px;
	width: 352px;
	padding-left: 20px;
	padding-top: 6px;
	padding-right: 20px;

/* 	border-right: 3px dotted white; */
	border-left: 2px dotted white;
/* 	padding:6px 32px 4px 32px; */
	/*width: 89px;*/
}

ul.menu_n1 li a:hover {
	color:#FFFFFF;
	background-color: #67ABAA;
	text-decoration: none;

}

ul.menu_n1 .current_n1 a
/*ul.menu li a.current
*/
{
	background-color: #41706f;
	color: white;
	display:inline;
	height: 54px;
	width: 352px;
/*	background:transparent url(nav_bg_current_button.png) 0px 0px no-repeat;*/	
	float:left;
	/*	margin-left: 23px;*/
}

/*BLUE*/
ul.menu_n1.blue{
	background-color:#76B3F1;
	text-decoration: none;
}

ul.menu_n1.blue li a:hover, .menu_n1.blue li.current_n1 {
	background-color:#A3BAE6;
	text-decoration: none;
}	


/* VERTICAL */
/*div.corner_top_left_title_n2 {
	background-image : url("'.$IMG_BORDERS["border_top"].'"); background-repeat : repeat-x;
}*/

div.title_n2 {


	padding: 0;
	margin: 0;
/*border-bottom: 6px solid #41706f;*/
/*	padding-bottom: 1em;*/
}



ul.menu_n2 {

	background-color: white;
	list-style-type:none;
/*	width: 100%;*/
/*	position:relative;*/
/*	display:block;*/
/*	font-size:16px;*/
/*	display: block;*/
	/*font-weight:bold;
*/
/* line-height: 1em; */
	margin: 0;
	padding: 0;
/*	padding-top:.5em;*/
	font-family: Arial, Helvetica, sans-serif;
/* 	border-bottom:3px solid #eb7228; */
	/*border-top:1px solid #000000;*/
}

ul.menu_n2 li {

	background-color: white;
	margin: 0;
	padding: 0;
}

ul.menu_n2 li a {

	width: 161px;
	height: 20px;
	background-color: #eb7228;
	/*margin-left: 22px;*/
	display:block;
/*	float:left;*/
/*	color:#F5FFFF;*/
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 13px;
	margin: 0;

/*	padding-left: .5em;*/
	color: white;
	text-decoration:none;
	font-weight:bold;
	border-left: 2px solid #eb7228;
	font-size: 90%;
}

ul.menu_n2 li a:hover {
	color:#D36724;
	background-color: white;
	border-left: 2px solid #eb7228;
	text-decoration: none;
}

ul.menu_n2 .current_n2 a
/*ul.menu li a.current
*/
{
	width: 161px;
	height: 20px;
	border-left: 2px dotted #eb7228;
	background-color: white;
	color: #D36724;
/*	display:block;*/
/*	float:left;*/
	/*	margin-left: 23px;*/
}

div.title_n2_dch {

}



/*****************/
/*					  */	
/* N3 LEVEL MENU */
/*					  */
/*****************/


ul.menu_n3 {
	width: 171px;
	background-color: white;
	padding: 0;
	margin: 0;
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-size: 70%;
	border-left: 2px solid #eb7228;
	border-bottom: 2px dotted #eb7228;
	list-style-type : none;
	padding-bottom: 15px;
}

ul.menu_n3 li {


	background-color: white;
	padding-bottom: 6px;
	border-left: 0px solid #EAE4E1;
}

li.menu_n3  {
	background-color: white;

	border-left: 0px solid #EAE4E1;
}

/*ul.menu_n3 li:hover {
	border-left: 10px solid #EAE4E1;
}*/


ul.menu_n3 li a {
height: 30px;
	width: 141px;
	border-left: 0px solid #eb7228;
border: 0px solid black;
	background-color: white;
	display:block;
	padding-left: 20px;
	padding-top: 2px;

	color: #82A900;
	text-decoration:none;
	font-weight: normal;

}

ul.menu_n3 li a:hover {
	color: #C4DA00;
	background-color: white;
	padding-left: 12px;
	text-decoration: none;
	border-left: 14px solid #EAE4E1;
}

ul.menu_n3 .current_n3 a
/*ul.menu li a.current
*/
{
	padding-left: 8px;
	border-left: 18px solid #C2B8B3; 
	background-color: white;
	color: #383533;
	font-weight: bold;
height: 30px;
width: 141px;
/*	display:block;*/
/*	float:left;*/
	/*	margin-left: 23px;*/
}


