
/*

blr_light_blue = '#B2C4D8'
blr_dark_blue = '#004C85'

*/

#menu {
	display: block;
	font-weight: bold;
	text-align:center;
	padding-top: 1em;
	padding-bottom: 0em;
    font-family: Futura, Sans-Serif;
		font-weight: bold;
    font-size: 90%;
}


#menu ul { list-style-type: none; }

#menu li { display: inline; }

#menu a {
	display: inline;
	text-decoration: none;
	padding: 0.25em 1.0em 0.25em 1.0em; 
}

#menu a:link, #menu a:active, #menu a:visited {
	color: #004C85;
}

#menu a:hover {
	background: #004C85;
	color: #ffffff;
}
