#DropDownHolder{
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 263px;
	text-align: left;



}


#SearchCountryDiv{
	border: 1px solid #CCCCCC;
	width: 178px;
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
	background-image: url(../images/template/search-backgrond-off.jpg);
	height: 16px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-repeat: no-repeat;
	text-align: left;
}
#SearchCountryDDDiv{
	background-color: #FFFFFF;
	width: 175px;
	font-size: 11px;
	color: #000000;
	display: none;
	position: absolute;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



#SearchCountryDDDiv A:link {text-decoration: none; color: #333333;}
#SearchCountryDDDiv A:visited {text-decoration: none; color: #333333;}
#SearchCountryDDDiv A:active {text-decoration: none; color: #333333;}
#SearchCountryDDDiv A:hover {text-decoration: none;color: #CC0A25;} 

