#navigation  { }

/* ----------------------- TOP NAVIGATION ------------------------- */

#navigation td.topnav  { color: white; }

#navigation td.topnav a   { color: white; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

#navigation td.topnav a:hover    { color: black; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }


/* ----------------------- TOP BANNER NAVIGATION ------------------------- */

#navigation td.topbannav  { color: white; }

#navigation td.topbannav a   { color: white; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

#navigation td.topbannav a:hover    { color: #E6BCBB; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }


/* ----------------------- SEO LINKS ------------------------- */

#navigation td.seolinks  { color: #9F0400; }

#navigation td.seolinks a   { color: #9F0400; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

#navigation td.seolinks a:hover    { color: #323283; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }




/* ----------------------- SUB NAVIGATION ------------------------- */

#navigation td.subnav  { color: #323283; }

#navigation td.subnav a   {
	color: #323283;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #323283;
}

#navigation td.subnav a:hover    {
	color: white;
	background-color: #323283;
}

.active  {
	color: #FFF;
	background-color: #323283;
}

/* ----------------------- FOOTER NAVIGATION ------------------------- */

#navigation td.footernav  { color: #C5E8F8; }

#navigation td.footernav a   { color: #C5E8F8; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

#navigation td.footernav a:hover    { color: white; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }

