#navigation  { }

/* ----------------------- TOP NAV ------------------------- */

#navigation td.topnav  { color: white; }

#navigation td.topnav a   {
	color: white;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}

#navigation td.topnav a:hover    {
	color: black;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}


/* ----------------------- LEFT NAV ------------------------- */

#navigation td.leftnav  { color: #1d1d6b; }

#navigation td.leftnav a   { color: #1d1d6b; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

#navigation td.leftnav a:hover    { color: #76add4; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }


/* ----------------------- BREADCRUMB NAV ------------------------- */

#navigation td.breadnav  { color: #1d1d6b; font-weight: bold; font-size: 9px; font-family: Arial, Helvetica, sans-serif; }

#navigation td.breadnav a   { color: #1d1d6b; font-weight: bold; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

#navigation td.breadnav a:hover    { color: #76add4; font-weight: bold; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }



/* ----------------------- FOOTER NAV ------------------------- */

#navigation td.footernav  { color: white; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

#navigation td.footernav a   { color: white; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

#navigation td.footernav a:hover    { color: #71bee6; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }


