#navigation  { }

/* ----------------------- Top Navigation ------------------------- */

#navigation td.nav { 
	margin: 0px; 
	padding: 0px; 
	border: 0px 
	}
#navigation td.nav a { 
	color: black; 
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold; 
	text-decoration: none; 
	margin: 0px; 
	padding: 0px 
	}
#navigation td.nav a:hover { 
	color: white; 
	text-decoration: none
	}


/* ----------------------- Footer Navigation ------------------------- */

#navigation td.footer_nav     { margin: 0px; padding: 0px; border: 0px }

#navigation td.footer_nav a             { color: white; font-size: 9px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; margin: 0px; padding: 0px }

#navigation td.footer_nav a:hover          { color: #faa013; text-decoration: none }


/* ----------------------- sub nav ------------------------- */

	
.subnav a {
color: black;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-weight:bold;
text-decoration: none;
background-color: #C6CDE1;
display: block;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
margin-top:1px;
margin-bottom:1px;
width: 170px;
border: 1px solid #747BA5;
background-repeat: no-repeat;
} 	
.subnav a:active {
background-color: #C6CDE1;
color: black;
text-decoration: none;
background-repeat: no-repeat;
} 
.subnav a:visited {
background-color: #C6CDE1;
color: black;
text-decoration: none;
background-repeat: no-repeat;
} 
.subnav a:hover {
background-color: #F9B340;
color: #C80204;
text-decoration: none;
background-repeat: no-repeat;
} 

