/* -- Header -- */
#topBar {
	background: #002245;
}

/* -- Top menu -- */
#navBar table {
	width: 100%;
	border-collapse: collapse; /* Firebug says this inherits, Firefox says not. (Or, whatever, yanno?) */
}
#navBar td {
	border: 0px solid red;
	text-align: center;
}
#navBar a {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px 0px;
	text-decoration: none;
	color: #ffffff;
	background: #002245;
}
#navBar a.active {
	color: #ffffff;
	background: #006AB6;
}
#navBar a:hover {
	color: #48A5C6;
	background: #ffffff;
}

a:link {
	color: #0000FF;

}
a:active {
	color: #48A5C6;
	
}
a:hover {
	color: #0000FF;
	
}
a:visited {
	color: #0000FF;
	
}

