@charset "utf-8";
/* CSS Document */

#nav ul {
	list-style-type: none;
	margin:0;
	padding:0;
	text-indent: -9999em;
}
#nav li {
	position: absolute;
	height: 102px;
	top: 0;
}
#nav li a {
	display: block;
	height: 100%;
	text-decoration:none;
	top: 0;
	width: 100%;
}
#nav {
	background: transparent url(images/menuHover.gif) no-repeat top left;
	height: 102px;
	width: 504px;
	position: relative;
	display: inline;
	float: left;
	margin-left: 71px;
}
#home {
	width:114px;
	left:0;
}
#empresa {
	width:135px;
	left:114px;
}
#clientes {
	width:131px;
	left:249px;
}
#contato {
	width:124px;
	left:380px;
}
#home a:hover {
	background:url(images/menuHover.gif) no-repeat 0 -102px;
}
#empresa a:hover {
	background:url(images/menuHover.gif) no-repeat -114px -102px;
}
#clientes a:hover {
	background:url(images/menuHover.gif) no-repeat -249px -102px;
}
#contato a:hover {
	background:url(images/menuHover.gif) no-repeat -380px -102px;
}
#homeID #home {
	background:url(images/menuHover.gif) no-repeat 0 -102px;
}
#empresaID #nos {
	background:url(images/menuHover.gif) no-repeat -114px -102px;
}
#clientesID #clientes {
	background:url(images/menuHover.gif) no-repeat -249px -102px;
}
#contatoID #contato {
	background:url(images/menuHover.gif) no-repeat -308px -102px;
}