﻿.nav
{
	width: 800px;
	height: 29px;
	background: url(Images/MenuNav.png) no-repeat;
	position: absolute;
	margin: 0;
}
.nav li
{
	display: inline;
}
.nav li a:link, .nav li a:visited
{
	position: absolute;
	top: 0;
	height: 29px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
/* Nav Company */
.nav .company a:link, .nav .company a:visited
{
	left: 0px;
	width: 148px;
}
.nav .company a:hover, .nav .company a:focus
{
	background: url(Images/MenuNav.png) no-repeat 0px -29px;
}
.nav .company a:active
{
	background: url(Images/MenuNav.png) no-repeat 0px -58px;
}
.current-company .company a:link, .current-company .company a:visited
{
	background: url(Images/MenuNav.png) no-repeat 0px -87px;
	cursor: default;
}
.nav-company, .nav-company-click
{
	position: absolute;
	top: 0;
	left: 0px;
	width: 148px;
	height: 29px;
	background: url(Images/MenuNav.png) no-repeat 0px -29px;
}
.nav-company-click
{
	background: url(Images/MenuNav.png) no-repeat 0px -58px;
}
/* End nav Company */

/* Nav Services */
.nav .services a:link, .nav .services a:visited
{
	left: 149px;
	width: 149px;
}
.nav .services a:hover, .nav .services a:focus
{
	background: url(Images/MenuNav.png) no-repeat -149px -29px;
}
.nav .services a:active
{
	background: url(Images/MenuNav.png) no-repeat -149px -58px;
}
.current-services .services a:link, .current-services .services a:visited
{
	background: url(Images/MenuNav.png) no-repeat -149px -87px;
	cursor: default;
}
.nav-services, .nav-services-click
{
	position: absolute;
	top: 0;
	left: 149px;
	width: 149px;
	height: 29px;
	background: url(Images/MenuNav.png) no-repeat -149px -29px;
}
.nav-services-click
{
	background: url(Images/MenuNav.png) no-repeat -149px -58px;
}
/* End nav Services */

/* Nav Institutional */
.nav .institutional a:link, .nav .institutional a:visited
{
	left: 299px;
	width: 171px;
}
.nav .institutional a:hover, .nav .institutional a:focus
{
	background: url(Images/MenuNav.png) no-repeat -299px -29px;
}
.nav .institutional a:active
{
	background: url(Images/MenuNav.png) no-repeat -299px -58px;
}
.current-institutional .institutional a:link, .current-institutional .institutional a:visited
{
	background: url(Images/MenuNav.png) no-repeat -299px -87px;
	cursor: default;
}
.nav-institutional, .nav-institutional-click
{
	position: absolute;
	top: 0;
	left: 299px;
	width: 171px;
	height: 29px;
	background: url(Images/MenuNav.png) no-repeat -299px -29px;
}
.nav-institutional-click
{
	background: url(Images/MenuNav.png) no-repeat -299px -58px;
}
/* End nav Institutional */

/* Nav Contact */
.nav .contact a:link, .nav .contact a:visited
{
	left: 471px;
	width: 184px;
}
.nav .contact a:hover, .nav .contact a:focus
{
	background: url(Images/MenuNav.png) no-repeat -471px -29px;
}
.nav .contact a:active
{
	background: url(Images/MenuNav.png) no-repeat -471px -58px;
}
.current-contact .contact a:link, .current-contact .contact a:visited
{
	background: url(Images/MenuNav.png) no-repeat -471px -87px;
	cursor: default;
}
.nav-contact, .nav-contact-click
{
	position: absolute;
	top: 0;
	left: 471px;
	width: 184px;
	height: 29px;
	background: url(Images/MenuNav.png) no-repeat -471px -29px;
}
.nav-contact-click
{
	background: url(Images/MenuNav.png) no-repeat -471px -58px;
}
/* End nav Contact */

/* Nav Support */
.nav .support a:link, .nav .support a:visited
{
	left: 656px;
	width: 144px;
}
.nav .support a:hover, .nav .support a:focus
{
	background: url(Images/MenuNav.png) no-repeat -656px -29px;
}
.nav .support a:active
{
	background: url(Images/MenuNav.png) no-repeat -656px -58px;
}
.current-support .support a:link, .current-support .support a:visited
{
	background: url(Images/MenuNav.png) no-repeat -656px -87px;
	cursor: default;
}
.nav-support, .nav-support-click
{
	position: absolute;
	top: 0;
	left: 656px;
	width: 144px;
	height: 29px;
	background: url(Images/MenuNav.png) no-repeat -656px -29px;
}
.nav-support-click
{
	background: url(Images/MenuNav.png) no-repeat -656px -58px;
}
/* End nav Support*/