/*
	Navigation
*/
#navigation {
	font-size: 1.0em;
}
#navigation .no-list {
	list-style: none;
}
#navigation li {
   	float: left;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}
#navigation ul {
	color: #DF0029;  
   	font-size: 0.9em;
   	margin: 0;
   	padding: 0;
}
#navigation a {
   	display: block;
   	margin: 0;
   	padding: 0;
   	padding-bottom: 4px;
   	padding-top: 3px;
}
#navigation a:link, 
#navigation a:visited {
   	color: #393939;
   	display: block;
font-weight: bold;
   	text-align: center;
   	text-decoration: none;
   	width: 75px;
}
#navigation a:hover, 
#navigation a:focus {
   	background: #DF0029;
   	color: #FFF !important;
   	display: block;
   	font-weight: bold;
   	text-align: center;
   	text-decoration: none !important;
}
#navigation a.active {
   	background: #DF0029;
   	color: #FFF !important;
   	display: block;
   	font-weight: bold;
   	text-align: center;
   	text-decoration: none;
}

/*
	Content
*/

/*
	Footer
*/
#ft-center a {
	color: #DF1D3E;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
#ft-center a:hover {
	color: #69656E;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
#ft-center a.active {
	color: #69656E;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

