/*body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: 'Source Sans Pro', sans-serif;}
a {text-decoration: none;}*/
nav, ul, li, a  {margin: 0; padding: 0;}

.language_container {
    max-width: 226px;
	float: right;
	margin-right: 5px;
	/*margin-right: -129px;*/
	margin-top: -8px;
	font-family: 'Source Sans Pro', sans-serif;
	
}

.nav {
    list-style: none;
     *zoom: 1;
     background: #f4f4f4;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 54px;
}
.nav a {
    padding:3px 10px;
    color:#c3c3c3;
	font-size: 12px;
	margin-right: 5px;
}

.nav a:hover {
	color: #939393;
}

.nav .focus {
	color: #939393;
}

.nav li {
    position: relative;
}
.nav > li {
    float: left;
    /*border-top: 1px solid #104336;*/
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #f4f4f4;
    position: relative;
    z-index:100;
	padding-bottom: 8px;
    padding-top: 8px;
	text-align: center;
    /*border-top: 1px solid #175e4c;*/
}
.nav li li li a {
    background:#249578;
    z-index:200;
    /*border-top: 1px solid #1d7a62;*/
}


/*@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}*/

@media screen and (max-width: 300px) { 
.language_container {
    margin-bottom: 5px;
}
}