/* block top currencies */
#header_right #currencies_block_top {
	background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #DADADA;
    float: left;
    left: 24px;
    margin: 0;
    padding: 0 5px 3px;
    position: relative;
    top: 145px;
    z-index: 9;
}


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


#currencies_block_top.active .top_downarrow{
	background-image: url("../../../img/megnor/header-right-up.png") ;
}

#currencies_block_top ul#first-currencies li {
	margin-right: 3px
}
#currencies_block_top ul#first-currencies li.selected {
	opacity: 1 !important;
}
/*languages with jquery*/
#setCurrency {
	cursor: pointer;
	position: relative;
	top: 1px;
}
#setCurrency p {
	position: relative;
	top: 0;
	margin:0;
	padding: 0;
}
#setCurrency p img {
	padding-left: 5px;
}
#setCurrency .currencies_ul{
	display:none; 
	list-style-type:none;
	z-index: 5000;
	position:absolute;
	padding:5px 10px;
	height:auto;
	left:-7px;
	text-align: left;
    width:180px;
	margin-top:2px;
	background:#F4F4F4;
	border:1px solid #ededed;
}