@charset "utf-8";
#menu ul {
	float: left;
	padding:0px 90px 0px 90px;
	width: 430px;
	list-style:none;
}

#menu ul li { 
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/
	display: inline; 
}

#menu ul em {
	margin:0px 20px 0px 20px;
	padding-bottom:8px;	
	float: left;	
}

#menu ul li a.home{
	float: left;
	width: 44px;
	height: 16px;
	background:url(../images/menu/home.gif) no-repeat;
}

#menu ul li a:hover.home{
	float: left;
	width: 44px;
	height: 16px;
	background:url(../images/menu/home_over.gif) no-repeat;
}

#menu ul li a.sobre{
	float: left;
	width: 43px;
	height: 16px;
	background:url(../images/menu/sobre.gif) no-repeat;
}

#menu ul li a:hover.sobre{
	float: left;
	width: 43px;
	height: 16px;
	background:url(../images/menu/sobre_over.gif) no-repeat;
}

#menu ul li a.servicos{
	float: left;
	width: 59px;
	height: 16px;
	background:url(../images/menu/servicos.gif) no-repeat;
}

#menu ul li a:hover.servicos{
	float: left;
	width: 59px;
	height: 16px;
	background:url(../images/menu/servicos_over.gif) no-repeat;
}

#menu ul li a.portfolio{
	float: left;
	width: 60px;
	height: 16px;
	background:url(../images/menu/portfolio.gif) no-repeat;
}

#menu ul li a:hover.portfolio{
	float: left;
	width: 60px;
	height: 16px;
	background:url(../images/menu/portfolio_over.gif) no-repeat;
}

#menu ul li a.portfolio{
	float: left;
	width: 60px;
	height: 16px;
	background:url(../images/menu/portfolio.gif) no-repeat;
}

#menu ul li a:hover.portfolio{
	float: left;
	width: 60px;
	height: 16px;
	background:url(../images/menu/portfolio_over.gif) no-repeat;
}

#menu ul li a.contato{
	float: left;
	width: 56px;
	height: 16px;
	background:url(../images/menu/contato.gif) no-repeat;
}

#menu ul li a:hover.contato{
	float: left;
	width: 56px;
	height: 16px;
	background:url(../images/menu/contato_over.gif) no-repeat;
}
