﻿.single-page-menu 
{
    background-color: rgba(245, 155, 28, 0.9);
}
#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(245, 155, 28);
}
.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:#f59b1c;
}

.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: #ffb349;
}
.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: #ffb349;
}
.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 {
    color: #005869;
}

.section-light a.button1, .section-light a.button1:link, .section-light a.button1:visited {
    background-color: rgb(245, 155, 28);
}
