/* CSS Document */

/* ----- Nav zone 2 ----- */

div#tabnav {
	text-align: left;
	height: 54px;
	border-top: 1px solid #fff;	
}

.tabs_lv1 {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	text-align: left;
	padding: 0;
	background: url(../img/bg_topnav_green.jpg) repeat-x left bottom; 
}

.tabs_lv2, .tabs_lv2_sel {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#53AC50;
	background: #d3eaa0; 
	text-align: left;
	padding : 4px 0;
	display: none;
}

.tabs_lv2_blank, {
	background: #fff; 
}

.tab_lv1, .tab_lv1_sel, .tab_lv1_over, .tab_lv1_home {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color:#2a8cb0;
	padding: 0;
	display: block; 
	padding: 7px 12px 7px 9px;
	text-decoration: none;
}

.tab_lv2, .tab_lv2_sel, .tab_lv2_over { padding: 0 0px 0 0; }

.tab_lv1_sel { background: #d3eaa0; color:#2a8cb0; }
.tab_lv1_over { background: #d3eaa0; color:#2a8cb0; text-decoration:none; }

a.tab_lv1, a.tab_lv1:link, a.tab_lv1:active, a.tab_lv1:visited { text-decoration: none; }
a.tab_lv1:hover { color:#2a8cb0; }

.tab_lv2 a:link, .tab_lv2 a:active, .tab_lv2 a:visited { color: #53AC50; text-decoration:none; }
.tab_lv2  a:hover { color:#26631f; }

.tab_lv2_sel {color:#26631f; }
.tab_lv2_sel  a:link, .tab_lv2_sel  a:active, .tab_lv2_sel  a:visited { color:#26631f; text-decoration:none; }
.tab_lv2_sel  a:hover { color:#26631f; }

.tab_lv2_spacer { padding: 0 0 0 67px; }
.tab_lv1_spacer { padding: 0 0 0 61px; }


/*footer*/
.copyright {
	color: #53AC50; text-decoration: none; font-size: 12px;
}

a.copyright, a.copyright:link, a.copyright:active, a.faq:copyright {color: #53AC50; text-decoration: none; font-size: 12px;}
a.copyright:hover { color: #26631f; }

.bg_copyright {
	background-color: #d3eaa0;
}
	
.tab_lv2_dots { background: #d3eaa0 url(../img/nav/tab_lv2_dots_green.gif) no-repeat center center; padding: 0 0px 0 10px; }
.tab_lv2_dots strong { display: none; }