/* root */
a.nav_root {
	font-family: 'Trebuchet ms', georgia, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #cc9933;
	text-decoration: none;
}
a.nav_root:hover {
	color: #cc9933;
	text-decoration: underline;
}

a.nav_rootsel {
	font-family: 'Trebuchet ms', georgia, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #cc9933;
	text-decoration: none;
}
a.nav_rootsel:hover {
	color: #dddddd;
	text-decoration: underline;
}

/* l2 */
a.nav_l2 {
	font-family: 'Trebuchet ms', georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.nav_l2:visited {
	color: #000000;
	text-decoration: none;
}
a.nav_l2:hover {
	color: #cc9933;
	text-decoration: none;
}

a.nav_l2sel {
	font-family: 'Trebuchet ms', georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
a.nav_l2sel:visited {
	color: #000000;
	text-decoration: none;
}
a.nav_l2sel:hover {
	color: #000000;
	text-decoration: underline;
	}



/* r3 */
a.nav_l3 {
	font-family: 'Trebuchet ms', georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.nav_l3:visited {
	color: #000000;
	text-decoration: none;
	}
	
a.nav_l3:hover {
	color: #cc9933;
	text-decoration: underline;
}

a.nav_l3sel {
	font-family: 'Trebuchet ms', georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
	
a.nav_l3sel:visited {
	color: #000000;
	text-decoration: none;
}

a.nav_l3sel:hover {
	color: #000000;
	text-decoration: none;
}



/* r4 */
a.nav_l4 {
	font-family: 'Trebuchet ms', georgia, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.nav_l4:visited {
	color: #000000;
	text-decoration: none;
}
a.nav_l4:hover {
	color: #cc9933;
	text-decoration: underline;
}
a.nav_l4sel {
	font-family: 'Trebuchet ms', georgia, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
a.nav_l4sel:visited {
	color: #000000;
	text-decoration: none;
}
a.nav_l4sel:hover {
	color: #000000;
	text-decoration: none;
}