.topright{
	background: #FFF;
}
.topright div > ul > li{
	text-transform: capitalize;
}
.selected_language{
	display: block;
    color: #44619D;
	margin: 11px;
	text-transform: capitalize;
	cursor: pointer;
}
.selected_currencies{
	display: block;
    color: #44619D;
	margin: 11px;
	cursor: pointer;
}
.languages_block_top:hover ul{
	display: block !important;
}
.currencies_block_top:hover ul{
	display: block !important;
}
.languages_block_top:hover .baarowlist{
	display: block !important;
}
.currencies_block_top:hover .baarowlist{
	display: block !important;
}
.baarowlist{
	background-image: url(../../img/headerright/arrow_dropdown.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -134px -405px;
    height: 8px;
    width: 16px;
	margin-left: 5px;
    margin-top: -8px;
}
.headerright_menu{
	display: block;
    color: #44619D;
	padding: 5px 10px 3px 10px;
}
.contact-link{
	float: right;
	display: block;
    color: #44619D;
	padding-top: 6px;
}
.languages_block_top{
	float: right;
	display: block;
    color: #44619D;
}
.currencies_block_top{
	float: right;
	display: block;
    color: #44619D;
}
.header_user_info{
	float: right;
	display: block;
    color: #44619D;
	padding-top: 6px;
}
.top-sf-menu{
	list-style: none;
}
.countries_ul{
	padding: 0px;
	position: absolute;
	border: 1px solid #cccccc;
	background: #FFF;
    margin-left: 10px;
	top: 39px;
}
.countries_ul li{
	list-style: none;
}
.countries_ul li:hover a{
	list-style: none;
	background-color: #44619D;
    border-color: #44619D;
    color: #fff !important;
}
a:hover{
	text-decoration:none !important;
}
.currencies_ul{
	padding: 0px;
	position: absolute;
	border: 1px solid #cccccc;
	background: #FFF;
    margin-left: 10px;
	top: 39px;
}
.currencies_ul li{
	list-style: none;
}
.currencies_ul li:hover a{
	list-style: none;
	background-color: #44619D;
    border-color: #44619D;
    color: #fff !important;
}
.arrow_currencie{
	content: "";
    width: 0;
    height: 0;
	margin-bottom: 2px;
	margin-left: 6px;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #44619D transparent;
}
.arrow_language{
	content: "";
    width: 0;
    height: 0;
	margin-bottom: 2px;
	margin-left: 6px;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #44619D transparent;
}