.navTopRow, .sideTopRow {
	background-color: #ffcc00;
	color: #000000;
	text-align: center;
	font-weight: bold;
	background-image: url(/images/png/top_fc0.png);
}
/* Header Content Tool Bar Background */
.menuBarBackground {
	/* background-image: url(/images/menuBar_3366cc.gif); */
	background-image: url(/images/png/menuBar_fc0.png);
	background-repeat: repeat-x;
}
/* Transmenu */
.transMenu .item.hover {
	background-color: #ffff99;
	color:black;
}
#home, #products, #services, #academy, #events, #community, #educators {
	color: #000000;
	text-decoration: none;
}
#home:hover, #products:hover, #services:hover, #academy:hover, #events:hover, #community:hover, #educators:hover {
	color: #666666;
	text-decoration: underline;
}