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

.clearfix {
    clear: both;
}

nav {
	text-align: center;
	text-transform: uppercase;
	background-color: #2271AA;

		
}
@media screen and (max-width: 768px) {
nav{

	text-align: center; background-color:#333; }
}

@media screen and (max-width: 480px) {
nav{	
	text-align: center;background-color:#333;}
}

nav ul {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	list-style-type: none;
	height:3.5em;
		overflow:hidden;
}
@media screen and (max-width: 768px) {
nav ul{

	margin-top:60px; }
}
@media screen and (max-width: 640px) {
nav ul{	
	margin-top:60px; }
}
@media screen and (max-width: 480px) {
nav ul{	
	margin-top:60px; }
}
nav ul li {
	display: inline-block;
	padding: .8em 3%;

}
nav ul li.link_hot{	background-image: url(../images/hot2.gif);
	background-repeat: no-repeat;
	background-position: right 5px;}
nav ul li.link_hot2{	background-image: url(../images/flag_hot.png);
	background-repeat: no-repeat;
	background-position: right 5px;}
@media screen and (max-width: 768px) {
nav ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	padding: .5em 3%;
}
}

@media screen and (max-width: 480px) {
nav ul li{	
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;padding: .5em 3%;}
}
nav ul li a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
  /*  padding: .8em 1.2em;*/
    box-sizing: border-box;
	font-size:1.3em;

}

nav ul li a:hover {
    color: white;
}

.current_page {
	background-color: #3592E2;
}

.current_page a {
	color: #FFF;
}

#menu_button_wrapper{
    display: none;
}

.hidden {
    display: none;
}

/* Responsive for smaller screens */

@media (max-width: 768px) {

    #menu_button_wrapper{
		position:absolute; top:0px; right:0px;
	display: block;
	padding: 1em;
	color: #9d9d9d;
	/* border-bottom: 1px solid #101010;
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1);
        box-shadow: 0 1px 0 rgba(255,255,255,.1);*/
	margin-bottom: 0.5em;	z-index:99;
    }
    
    #menu_button {
	box-sizing: border-box;
	float: right;
	padding: .5em 1em;
	border: 0px solid #333;
	border-radius: 5px;
	color: #333;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    }
    
    #menu_button:hover {
        cursor: pointer;
        background-color: #fff;
    }
    
    #hamburger {
        float: right;
        padding-top: .15em;
    }
    
    #menu_button span{
	display: block;
	background-color: #333;
	width: 2.2em;
	height: 0.25em;
	border-radius: 1px;
	margin-bottom: 0.4em;
	font-weight: bold;
    }
 
    nav ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
		overflow:visible;
		height:auto;
    }

    nav ul li {
        display: block; 
    }
    
    nav ul li a {
        width: 100%;
    }

}

</pre></body></html>