/* block top languages */
#header_right #languages_block_top {
	float:right;
	margin:7px 6px 0 0;
	padding:2px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	border:1px solid #EDEDED;
}
#header_right #languages_block_top p {
	clear: left;
	padding: 0 7px;
}

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

#languages_block_top ul#first-languages li {
	
	margin-right: 3px
}
#languages_block_top ul#first-languages li.selected_language {
	
	color:#777;
}
/*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:190px;
	background:#fff;
	border:1px solid #ededed;
}