ul#language {
    list-style: none;
    padding: 0;
	top:-4px;
	position:relative;
	/*
    font-family: Arial;
    font-size: 14px;
    line-height: 14px;
	border: 1px solid #777;
	border-radius: 4px;
	
	*/
	 
}
#language span{
	padding: 14px;
}

ul#language:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


ul#language li {
    float: left;
    margin: 0 0 0 0px;
    position: relative;
	width: 170px;
}
    
ul#language:hover{ 
	/*
	border-bottom:0px !important;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	*/
}

ul#language li:first-child {
	margin: 0;
}


ul#language li a, ul#language li a:link {
	/* color: #161312; */
    text-decoration: none;
    display: block;
    padding: 10px 25px 10px; 
/*
 	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	*/
}


ul#language li a:hover {
    
	
}

ul#language li a.selected, ul#language li a:active {
    

}

ul#language li ul {
    display: block;
}

ul#language li ul:before {
    content: " ";
    position: absolute;
    display: block;
	z-index: 500;
    left: 0;
    /*top: 20px;*/
    height: auto;
    
}

ul#language li:hover ul {
	/*
    position: absolute;
    display: block;
    z-index: 1500; 
    left: -5px;
    top: 20px;
	 width: 202px; 
	padding: 5px 0;
    list-style: none;
	
	
	background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    */
}

ul#language li ul{

}

ul#language li ul li {
    float: none;
	/*
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	*/
}


ul#language li ul li:first-child {
/*    
    border-top: 0 none;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	*/
}

ul#language li ul li:last-child {
    /* border-bottom: 0 none; 
	border-top: 0px solid;
	border-bottom: 1px solid #777;
	
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	*/
}


ul#language li ul li a, ul#language li ul li a:link {
    display: block;
    background: transparent none;
    /* padding: 10px 20px 10px 5px; */
    white-space: nowrap;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

ul#language li ul li a:hover {
    text-decoration: none;
	z-index:900;
}

#active-language{
	color: #96247b;
	font-weight: bold;
	padding-left: 0px !important;

}