
/**************************************************************

	Image Menu
	v 2.0

**************************************************************/


#imageMenu {
	position: relative;
	width: 228px;
	height: 100px;
	overflow: hidden;
    border: 0px solid red;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#97946B none repeat scroll 0%;
	border-right: 6px solid #97946B;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:40px;
	height: 100px;
    filter: Alpha(style=0,opacity=70); -moz-opacity:0.7; opacity: 0.7;
}

#imageMenu a:hover {
    filter: Alpha(style=0,opacity=100); -moz-opacity:1; opacity: 1;
}

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

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

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

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


.clear {
	clear: both;
}

/*************************************************************/


