/* seasonal */


/* default link colors */
a, a:link, a:visited, a:hover, a:active {
	color: #c22833;
}

/* bg for horizontal nav ... make it darker than actual color so it "looks" like the right color with highlight/shadow over it */
#nav_top {
	background-color: #bee019;
}

/* default link color for the horizontal nav */
#nav_top ul li, #nav_top ul li a {
	color: white;
}

/* default link color when you roll over the horizontal nav and the color for the top and bottom border */
#nav_top ul li a:hover {
	color: #333333;
	border-color: #bdd73e;
}

/* color for the horizontal lines between items in the drop-down nav */
#nav_top ul.sub li {
	border-bottom-color: #bdd73e;
}

/* bg color for the items in the drop-down nav when you roll over them */
#nav_top ul.sub li a:hover {
	background-color: #bdd73e;
}

/* default link color for the drop-down nav */
#nav_top ul.sub li a {
	color: #333333;
}

/* default link color when you roll over the drop-down nav */
#nav_top ul.sub li a:hover {
	color: #333333;
}

/* set the background color for IE6 because the transparent PNG doesn't work -- won't make an automatic "lighter" version */
* html #nav_top ul li a:hover {
	background-color: #e0ef98;
}