@charset "UTF-8";
/* CSS Document */



#menu {

 	background-color:#ebebeb;
	width:100%;
}
.menu-holder{
margin-top:2px;	
}


#menu a {
/*font-family: 'Dosis', sans-serif; font-weight: 600; 	*/
color:#FFF;
text-decoration:none;
margin-right:1px;
padding-right:10px;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
background-color:#737333;
font-size:12px;
text-transform:uppercase;
border-right:1px solid #999958;
text-shadow: 1px 1px #515127;
}

#menu a:hover, #menu a.sel {
/*color:#fff;
background-color:#999;*/
}
#lang{
font-family: 'Dosis', sans-serif; font-weight: 600; 	
color:#000;	
font-size:12px;
float:right; 
margin-top:52px; margin-right: 10px
}
/*
* html #menu { 
	position: absolute;
}
*/
 .menu-holder ul {
     margin:0;
     padding: 0;
     list-style-type: none;
 }
 .menu-holder ul li {
     position: relative;
     float: left;
     /*padding: 0px 10px 0 10px;
     margin: 0px 0px 100px 0px;
     border-left: 1px dotted white;
     line-height: 0px;*/
 }
 .menu-holder ul li:hover > a {
     /*background-color: #025179;*/
 }
 .menu-holder ul li .sel {
     display: block;
 }
 .menu-holder ul li a {
     /*font-family: arial, sans-serif;
     font-size: 12px;
     font-weight: bold;*/
     display: block;
     /*color: white;
     text-decoration: none;
     padding: 15px 10px 15px 10px;
     -webkit-border-radius: 5px 5px 0px 0px;
     border-radius: 5px 5px 0px 0px;*/
 }
 .menu-holder ul li ul {
     float: none;
     display: none;
     position: absolute;
     top: 20px;
     left: 0px;
     padding: 12px;
     white-space: nowrap;
 }
 /*
 .menu-holder ul li ul:hover {
     display: block;
 }*/
 .menu-holder ul li ul li {
     position: static;
     float: none;
     display: inline;
 }
 .menu-holder ul li ul li a {
     display: inline;
 }
 .menu-holder ul li ul li:first-of-type {
 }
 .menu-holder ul li ul li:last-of-type {
 }
 .menu-holder ul li:first-of-type {
     border-left: none;
 }
 #submenu a {
	background-color: #1f2941; 
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #fff;
	text-transform:lowercase;
 }
 #submenu a:hover {
	background-color: #1f2941; 
 }
.selected {
	background-color: #1f2941; 
 }

