﻿/* Top Nav specific stuff */
div#bottom_navigation
{
	background-color: #F5CA19;
}

div#bottom_navigation ul li
{
	background-color: #243172;
}

div#bottom_navigation a:hover 
{
	background-color: #243172 !important;
	color: #FFFFFF !important;
}

div#bottom_navigation a
{
	background-color: #F5CA19;
	color: #243172;
}

/* Bottom Nav specific stuff */
div#top_navigation
{
	background-color: #243172;
}

div#top_navigation ul li
{
	background-color: #FFFFFF;	
}

div#top_navigation a
{
	background-color: #243172;
	color: #FFFFFF;
}

div#top_navigation a:hover
{
	background-color: #F5CA19 !important;
	color: #243172 !important;
}

div#border_1
{
	background-color: #F5CA19;
}
