		
	.ddholderDiv {
	position: relative;
	right: 20px;
	top: 13px;
	z-index: 100005;
	}
	
	#visible, #visible1 {
	cursor: pointer;
	display: block;
	width: 118px;
	color: #797979;
	background-color: #fafafa;
	height: 13px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/country-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 113px center;
	z-index: 10005;
	}
#visible img {
	float: right;
	margin-right: 15px;
	padding-top: 1px;
}

	
	#ddlist, #ddlist1 {
	position: absolute;
	top:25px;
	left: 0;
	padding: 5px;
	list-style: none;
	width: 116px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FAFAFA;
	overflow: visible;
	float: left;
	}
	
	#ddlist li, #ddlist1 li {
	cursor: pointer;
	display: list-item;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	}
#ddlist img {
	float: right;
}

.listHover {
	background-color: #E6E6E6;
	}

