#menu {
	width: 999px;
	height:25px;
	position: relative;
	display: table;
	background-color: #f90;
	padding:0;
}
#menu #bordaEsquerda {
	background-color:#ffffff;
	width:5px;
	height:28px;
	float:left;
}
#menu #bordaDireita {
	background-color:#ffffff;
	width:5px;
	height:28px;
	float:right;
}
#menu ul#nav {
	position: relative;
	top: 3px;
	*padding-top: 3px;
	left:0;
	boder: 1px solid red;
	display: table;
}
#menu li {
	margin-left: 1px;
	float: left;
}
body div#menu ul#nav li a,
body div#menu ul#nav li a:link {
	display: block;
	height: 25px;
}
body div#menu ul#nav li a span,
body div#menu ul#nav li a:link span {
	display: none;
	height: 25px;
}

/* ======= IDIOMA ======= */

#menu ul li#idioma {
	margin-left:530px;
}
#menu ul li#idioma a,
#menu ul li#idioma a:link {
	background: transparent url("../shared/pt_idioma_hover.gif") no-repeat right;
	width:50px;
	height:22px;
	display: table;
}
#menu ul li#idioma a:hover {
	background: transparent url("../shared/pt_idioma_on.gif") no-repeat right;
}

/* ======= QUEM SOMOS ======= */

#menu ul li#quem a,
#menu ul li#quem a:link {
	background: transparent url("../shared/menu/home/pt_quem_hover.gif") no-repeat -3px;
	width:117px;
	height:22px;
	display: table;
}
#menu ul li#quem a:hover {
	background: transparent url("../shared/menu/home/pt_quem_on.gif") no-repeat -3px;
}

/* ======= SERVIÇOS ======= */

#menu ul li#servicos a,
#menu ul li#servicos a:link {
	background: transparent url("../shared/menu/home/pt_servicos_hover.gif") no-repeat right;
	width:90px;
	height:22px;
	display: table;
}
#menu ul li#servicos a:hover {
	background: transparent url("../shared/menu/home/pt_servicos_on.gif") no-repeat right;
}

/* ======= PORTFOLIO ======= */

#menu ul li#portfolio a,
#menu ul li#portfolio a:link {
	background: transparent url("../shared/menu/home/pt_portfolio_hover.gif") no-repeat right;
	width:90px;
	height:22px;
	display: table;
}
#menu ul li#portfolio a:hover {
	background: transparent url("../shared/menu/home/pt_portfolio_on.gif") no-repeat right;
}

/* ======= CONTATO ======= */

#menu ul li#contato a,
#menu ul li#contato a:link {
	background: transparent url("../shared/menu/home/pt_contato_hover.gif") no-repeat right;
	width:90px;
	height:22px;
	display: table;
}
#menu ul li#contato a:hover {
	background: transparent url("../shared/menu/home/pt_contato_on.gif") no-repeat right;
}

/* ======= ENGLISH IDIOMA ======= */

#menu ul li#en_idioma {
	margin-left:520px;
}
#menu ul li#en_idioma a,
#menu ul li#en_idioma a:link {
	background: transparent url("../shared/en_idioma_hover.gif") no-repeat right;
	width:60px;
	height:22px;
	display: table;
}
#menu ul li#en_idioma a:hover {
	background: transparent url("../shared/en_idioma_on.gif") no-repeat right;
}

/* ======= ENGLISH QUEM SOMOS ======= */

#menu ul li#en_quem a,
#menu ul li#en_quem a:link {
	background: transparent url("../shared/menu/home/en_quem_on.gif") no-repeat right;
	width:117px;
	height:22px;
	display: table;
}
#menu ul li#en_quem a:hover {
	background: transparent url("../shared/menu/home/en_quem_hover.gif") no-repeat right;
}

/* ======= ENGLISH SERVIÇOS ======= */

#menu ul li#en_servicos a,
#menu ul li#en_servicos a:link {
	background: transparent url("../shared/menu/home/en_servicos_on.gif") no-repeat right;
	width:90px;
	height:22px;
	display: table;
}
#menu ul li#en_servicos a:hover {
	background: transparent url("../shared/menu/home/en_servicos_hover.gif") no-repeat right;
}

/* ======= ENGLISH PORTFOLIO ======= */

#menu ul li#en_portfolio a,
#menu ul li#en_portfolio a:link {
	background: transparent url("../shared/menu/home/en_portfolio_on.gif") no-repeat right;
	width:90px;
	height:22px;
	display: table;
}
#menu ul li#en_portfolio a:hover {
	background: transparent url("../shared/menu/home/en_portfolio_hover.gif") no-repeat right;
}

/* ======= ENGLISH CONTATO ======= */

#menu ul li#en_contato a,
#menu ul li#en_contato a:link {
	background: transparent url("../shared/menu/home/en_contato_on.gif") no-repeat right;
	width:90px;
	height:22px;
	display: table;
}
#menu ul li#en_contato a:hover {
	background: transparent url("../shared/menu/home/en_contato_hover.gif") no-repeat right;
}

