﻿.single-page-menu 
{
    background-color: rgba(0, 166, 203, 0.95);
}
#menucontainer div.menu td.menutitle.menu_open, #menucontainer .menu_open > .menuscrolldown td.menutitle,
div#menucontainer ul li:hover, div#menucontainer ul li:hover > ul.dropdown
{
	background-color: rgb(0, 166, 203);
}
.single-page-menu .menu li a {
	color:#fff;
}
.single-page-menu a:link, .single-page-menu a:visited
{
    color: #fff;
}
.single-page-menu .menu li.selected a 
{
	color:#fff;
}
.single-page-menu .selected-background 
{
	border-bottom: 1px solid #fff;
}

.section-dark {
    background-color: #777;
}

h1, h2, h3,
a, a:link, a:visited, a:hover,
.section-light h1, .section-light h2, .section-light h3, .section-light a, .section-light a:visited, .section-light a:hover, .section-light a:link
{
	color:#0a8ec5;
}

.section-dark h1, .section-dark h2, .section-dark h3, .section-dark a, .section-dark a:visited, .section-dark a:hover, .section-dark a:link {
    color: #00a8cd;
}
.section-dark.bluegreen h1, .section-dark.bluegreen h2, .section-dark.bluegreen h3, .section-dark.bluegreen a, .section-dark.bluegreen a:visited, .section-dark.bluegreen a:hover, .section-dark.bluegreen a:link {
    color: #0a8ec5;
}
.section-dark.pink h1, .section-dark.pink h2, .section-dark.pink h3, .section-dark.pink a, .section-dark.pink a:visited, .section-dark.pink a:hover, .section-dark.pink a:link,
.section-dark.yellow h1, .section-dark.yellow h2, .section-dark.yellow h3, .section-dark.yellow a, .section-dark.yellow a:visited, .section-dark.yellow a:hover, .section-dark.yellow a:link,
.section-dark.blue h1, .section-dark.blue h2, .section-dark.blue h3, .section-dark.blue a, .section-dark.blue a:visited, .section-dark.blue a:hover, .section-dark.blue a:link 
{
    color: #005869;
}
