/******************************************************************************
 * C_NavigationMenu.css (test/footer_nav)
 *****************************************************************************/

p#footer_nav {
}

p#footer_nav a {
	color:#444444;
	text-decoration:none;
}

p#footer_nav a:hover {
	text-decoration:underline;
}

p#footer_nav a.current_item {
	text-decoration:underline;	
}