/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	height: 110px;
	overflow: hidden;
 float: right;
	padding: 0px 0 px 0px;
	border-style: none;
	 margin: 0 auto;
  width: 520px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	padding: 0;
	}

#imageMenu ul li {
    float: right;
	padding-bottom: 0px;
	padding-top: 0px;

}

#imageMenu ul li a {
	text-indent: -1000px;
	background: black none repeat scroll 0%;
	border-left: 0 px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 100px;
	height: 97px;
		margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li.bk1 a {
	background: url(images/USA_Image.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(images/Canada_Image.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(images/Brasil_Image.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(images/Europe_Image.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
	background: url(images/Picture_Image.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}


