@charset "UTF-8";

/* CSS Document */
/*********************************

top nav 

**********************************/

/* all box backgrounds */

#topNav .blue1 {
	background: #8b6654;
}

#topNav .blue {
	background: #8b6654;
}

#topNav .yellow {
	background: #ee9802;
}

#topNav .red {
	background: #4fa800;
}

#topNav .green {
	background: #146c3a;
}

#topNav .orange {
	background-color: #ee9802;
}

#topNav .dkblue {
	background-color: #146c3a;
}

#topNav .ltblue {
	background: #cc0954;
}


/* all box hovers */

#topNav .blue1 a:hover {
	background: #8b6654;
}


#topNav .blue a:hover {
	background: #8b6654;
}


#topNav .yellow a:hover {
	background: #ee9802;
}


#topNav .red a:hover {
	background: #4fa800;
}


#topNav .green a:hover {
	background: #146c3a;
}


#topNav .orange a:hover {
	background: #ee9802;
}


#topNav .dkblue a:hover {
	background: #cc0954;
}

#topNav .ltblue a:hover {
	background: #cc0954;
}

/*********************************

end top nav 

