
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {

	height: 50px;
	overflow: hidden;

}



#imageMenu ul {
    text-align:center;
	list-style: none;
	margin: 0px;
	display: block;
	height: 50px;

	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
     text-align:center ;
	text-indent: -1000px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:50px;
	height: 52px;
}

#imageMenu ul li.tarefe a {
	background: url(../images/mentarefe.jpg) repeat scroll 0%;
}

#imageMenu ul li.host a {
	background: url(../images/menhost.jpg) repeat scroll 0%;
}

#imageMenu ul li.example a {
	background: url(../images/menexample.jpg) repeat scroll 0%;
}

#imageMenu ul li.site a {
	background: url(../images/mendesign.jpg) repeat scroll 0%;
}

#imageMenu ul li.domain a {
	background: url(../images/mendomain.jpg) repeat scroll 0%;
}

#imageMenu ul li.contact a {
	background: url(../images/mentamas.jpg) repeat scroll 0%;
}

#imageMenu ul li.about a {
	background: url(../images/menabout.jpg) repeat scroll 0%;

}

.clear {
	clear: both;
}

/*************************************************************/

