<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

* {
	padding: 0;
	margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    font-weight: 800;
    *color: #1d1c1c;
}

a {
	text-decoration: underline;
	color: #222;
}

a:hover {
	text-decoration: none;
}


br.clearfix {
	clear: both;
}


#menu {
text-align:left;
	line-height: 40px;
	font-family: Oswald, sans-serif;
	padding: 0 0px 0 0px;
	width: 100%;
	height: 40px;
	font-size: 1.4em;
	background: #0587C1;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	border-top:1px #FFFFFF solid;
}

#menu {
	
	
	color: #FFF;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	padding: 0 20px 0 20px;
	height: 40px;
	display: inline-block;
}

#menu ul li.first {
	padding-left: 0;
}

#menu ul li.active {
	background: #239ED5;
}

#menu .arrow {
	display: inline-block;
	margin: 0 0 0 0.5em;
	position: relative;
	width: 0;
	height: 0;
	top: -3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #fff;
}


.dropotron {
	min-width: 200px;
	padding: 5px 15px 5px 5px;
	background: #239ED5 url(images/bg4.jpg) top left no-repeat;
	list-style: none;
	line-height: 2em;
	font-weight:bold;
}

.dropotron li {
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	color: #fff;
	position: relative;
	border-top: dotted 1px #fff;
	padding: 0 20px 0 20px;
	font-weight:bold;
}

.dropotron li:hover {
	background: #056C9A;
}

.dropotron li:hover .arrow {
	border-left-color: #fff;
}

.dropotron li.first {
	border-top: 0;
}

.dropotron li.last {
	border-bottom: 0;
}

.dropotron li a {
	color: #fff;
	text-decoration: none;
}

.dropotron .arrow {
	display: inline-block;
	margin: 0 0 0 0.5em;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #fff;
}
</pre></body></html>