
#center ul {
	list-style:none;
	display: block;
        margin:5px 0 0 0;
}

#center li.am {
        margin:2px 5px 0 0;
	padding:1px 0 0 0;
	list-style:none;
        width:180px;
        height:38px;       
}

#center li.am a {
	display: block;
        margin:0;
        padding:10px 2px 10px 37px;
	text-decoration: none;
	background-image : url(../../image2/america-link1.png);
	background-repeat: no-repeat;
}

#center li.am a:hover {
	background-image : url(../../image2/america-link2.png);
	background-repeat: no-repeat;
}

