{
	font-family: Cooper;
}

body {
	background-color: #333;
}

.languagepicker {
	background-color: #FFF;
	font-family: arial;
	display: inline-block;
	padding: 0;
	height: 26px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 7px 20px 0 0;
	vertical-align: top;
	float: right;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 11px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker a:hover{
	color: #662828;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 10px;
	line-height: 20px;
	border-top: 1px solid #800;
	border-bottom: 1px solid #800;
}

.languagepicker li:hover{
	background-color: #fcf9e7;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}

.languagepicker li img {
	margin-right: 0px;
}

.roundborders {
	border-radius: 1px;
}

.large:hover {
	/* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
	height: auto;
}