/* General dropdown styles */       
.dropdown dd, .dropdown dt, .dropdown ul 
{ 
	margin:0px; padding:0px; 
}
.dropdown dd 
{ 
	position:relative;
}
/* DT styles for sliding doors */
.dropdown dt a 
{
	background:#f1f1f6 url(/resources/images/downArrow_2.png) no-repeat scroll right center;
    display:block; 
    padding-right:20px; 
    border:1px solid #a8b0ec;; 
    width:150px;
}
.dropdown dt a span 
{
	cursor:pointer; 
	display:block; 
	padding:5px;
}
/* UL styles */
.dropdown dd ul 
{ 
	background:#f1f1f6 none repeat scroll 0 0; 
	display:none;
    list-style:none; 
    padding:5px 0px; 
    position:absolute; 
    left:0px; top:2px; 
    width:auto; min-width:150px;
}
/*  hide codes next to country names in the list */
.dropdown span.value 
{ 
	display:none;
}

.dropdown dd ul li a 
{ 
	padding:5px; 
	display:block;
}