/* block top languages */
#header_right #languages_block_top {
	float:right;
	margin:7px 0 0 10px;
	padding:4px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#FFFFFF;
	border:1px solid #e9e9e9;	
	z-index:9;
	position:relative;
}
#header_right #languages_block_top p {
	clear: left;
	padding: 0 7px;
}

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

#languages_block_top ul#first-languages li {margin:4px 0;}
#languages_block_top ul#first-languages li.selected_language {	color:#309BE3;}
/*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:-7px;
	padding:5px 10px;
	height:auto;
	margin-top:4px;
	width:190px;
	background:#FFFFFF;
	border:1px solid #e9e9e9;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}