@charset "utf-8";
/* CSS Document */


.nav-wrap {
	padding-top: 10px;
	padding-left: 20px;
}
.ho, .com, .inf, .pra, .inv, .car, .lo, .contact {
}
.ho a, .com a, .inf a, .pra a, .inv a, .car a, .lo a, .contact a {
		height: 26px;
}
.ho a {
	width: 36px;
	display: block;
	background: url(../images/navegation/home.gif) no-repeat center center;
}
.ho a:hover {
	background: url(../images/navegation/home-h.gif) no-repeat center center;
}

.com a {
	width: 61px;
	display: block;
	background: url(../images/navegation/company.gif) no-repeat center center;
}
.com a:hover {
	background: url(../images/navegation/company-h.gif) no-repeat center center;
}

.inf a {
	width: 83px;
	display: block;
	background: url(../images/navegation/infrastructure.gif) no-repeat center center;
}
.inf a:hover {
	background: url(../images/navegation/infrastructure-h.gif) no-repeat center center;
}

.pra a {
	width: 49px;
	display: block;
	background: url(../images/navegation/projects.gif) no-repeat center center;
}
.pra a:hover {
	background: url(../images/navegation/projects-h.gif) no-repeat center center;
}

.inv a {
	width: 84px;
	display: block;
	background: url(../images/navegation/sholders.png) no-repeat center center;
    margin-top: -1px;
}
.inv a:hover {
	background: url(../images/navegation/sholders-h.png) no-repeat center center;
}

.car a {
	width: 49px;
	display: block;
	background: url(../images/navegation/careers.gif) no-repeat center center;
}
.car a:hover {
	background: url(../images/navegation/careers-h.gif) no-repeat center center;
}

.lo a {
	width: 60px;
	display: block;
	background: url(../images/navegation/locations.gif) no-repeat center center;
}
.lo a:hover {
	background: url(../images/navegation/locations-h.gif) no-repeat center center;
}


.contact a {
	width: 70px;
	display: block;
	background: url(../images/navegation/contact-us.gif) no-repeat center center;
}
.contact a:hover {
	display: block;
	background: url(../images/navegation/contact-us-h.gif) no-repeat center center;
}

.new-nav ul {
	padding: 0px;
	margin: 0px 0px 0px 10px;}
.new-nav ul li {
	padding: 0px 12px;
	margin: 0px;
	float: left;
	list-style: none;
	background: url(../images/navegation/divd.gif) no-repeat right 2px;
}
#new-menu {}
#new-menu ul {
	padding: 0px;
	margin: 0px;}
#new-menu ul li {
	padding: 0px 14px;
	margin: 0px;
	float: left;
	list-style: none;
	background: url(../i/navegation/divd.gif) no-repeat right 2px;
}