#digia-language-switcher{
    float:right;
    position:relative;
    overflow:hidden;
    max-height:20px;
    padding-right:5px;
    transition: all 0.8s ease-in-out;
width:157px;
}
#digia-language-switcher:hover{
    max-height:1000px;
}
#digia-language-switcher:after{
	content: "^";
transform: rotate(180deg) scale(1.6, .8);
display: inline-block;
position: absolute;
right: 30px;
top: 2px;
font-size: 12px;
}

.digia-language-switcher-flag{
    width:16px
}
.digia-language-switcher-language{
    display:block;
    word-wrap:nowrap;
    padding:5px 10px 5px 20px;
    margin-right:-5px;
    background:#FFF;
    text-align:left;
		max-width:150px;
	position:relative;
}
.digia-language-switcher-language.current{
    display:block;
    word-wrap:nowrap;
    padding:0px 5px 0 5px;
    background:none;
	width:100%;
}	
.digia-language-switcher-language.current .digia-language-switcher-name{
	position:absolute;
	left:28px;
}
#digia-language-switcher:hover .digia-language-switcher-language:not(.current){
    border:1px solid #DDD;
}
#digia-language-switcher:hover .digia-language-switcher-language.current{
    border-bottom:2px solid green;
}
.digia-language-switcher-language:not(.current):hover{
    background:#FFF;
    cursor:pointer;
}
