/* the look for the top navigation bar

	topNavigation - the bar that extends the entire length, and contains menu items
	topNavigationItems - the DIVs that contain the menu items
	topNav - the style for the A tags in the top navigation.
	topNav:hover - the hover style for the A tags
*/

.topNavigation {
	background-color:#d5fdc3;
}
.topNavigationItems {
	color:#ff0000;
	border-style:solid;
	border-width:0 0 3px 0;
	border-color:#ff0000;
}
.topNav {
	color:#000000;
}
.topNav:hover {
	color:#1E60A2;
}

.horizontalLine {
	ackground-color:#081f85;
}

#menu {
	order-right:solid #081f85 3px;
}
/* the look of the menus

	subMenus - set the look of the submenus
	subMenus a - set the look of the A tags in the submenus
	subMenus a:hover - set the rollover look of the A tags in the submenus
*/

.subMenus {
	background-color:#A6C2DC; 
	color:#ffffff;
	border-style:solid;
	border-width:0 3px 3px 3px;
	border-color:#A6C2DC #081F85 #081F85 #081F85;
}

.subMenus a {
	color:#000000;
}

.subMenus a:hover {
	color:#ffffff;
	background-color:#000000;
}