@charset "utf-8";
/* 
Style sheet to describe the top/horizontal (level 1) navigation components. 
Project: Village of Petitcodiac
Date: June 2009
Version 1.0
*/

/*Style for level 1 navigation components that are selected*/
.level1SelectedNavLink {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: #ffe597;
	text-align:center;
}

/*Style for level 1 navigation components that are NOT selected*/
.level1UnselectedNavLink {
	font-size: 100%;
	text-decoration: none;
	color: #ffe597;
	text-align:center;
}

/*Style to use for level 1 navigation components when a mouse hovers over that component*/
#level1table a:hover {
	background-color: #ffe597;
	color: #6e0000;
}


