/* block top languages */
#header_right #languages_block_top {
	padding:2px 14px 2px 6px;
    float: right;
    margin: 24px 5px 0;
	background:url("../../../img/megnor/saprator.png") no-repeat scroll right 7px transparent;
}
#header_right #languages_block_top p {
	clear: left;
	color:#fff;
}

#languages_block_top .top_downarrow {
	background-image: url("../../../img/megnor/header-right-down.png") ;
	background-repeat:no-repeat;
	background-position:right 8px;
	display: inline-block;
    height: 15px;
    width: 11px;
}
#languages_block_top.active .top_downarrow{
	background-image: url("../../../img/megnor/header-right-up.png") ;
}

#languages_block_top ul#first-languages li {
	
	margin-right: 3px
}
#languages_block_top ul#first-languages li.selected_language{
	
	color:#635241;
}
/*languages with jquery*/
#countries {
	cursor: pointer;
	position: relative;
	top: 1px;
}
#countries p {
	position: relative;
	top: 0;
	padding: 0;
	text-transform:uppercase;
}
#languages_block_top ul#first-languages li img {
    margin-right: 4px;
}
#countries p img {
	padding-left: 5px;
}
#countries .countries_ul{
	display:none;
	z-index: 10000;
	padding:10px;
	list-style-type:none;
	width:170px;
	position:absolute;
	right:0px;
	padding:5px 10px;
	height:auto;
	margin-top:2px;
	width:160px;
	background:#fff;
	border:4px solid #C1BBB6;
	top:44px;
}