/* CSS Document */

.countryList td {
	background: #fff;
	}
	
.countryList td a {
	background: url('/images/dest_jump.gif') repeat-x top;
	line-height: 24px;
	height: 24px;
	color: #fff;
	border: none;
	}
	
.countryList td a:hover {
	background: url('/images/dest_jump.gif') repeat-x bottom; 
	}
	




