/* ———- @ Navigation ———–*/
.nav-main 
{
	clear:both;
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	height: 28px;
}

.nav-main li 
{
	background:transparent none repeat scroll 0% ;
	float:left;
	margin-right:3px;
	padding:0pt;
	
}
.nav-main a:hover, .nav-main li.active a 
{
background-position:0pt -28px !important;
}
.nav-main .nav-home a 
{
	width:102px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: 0%;
}
.nav-main a 
{
	cursor:pointer;
	float:left;
	font-size:0pt;
	height:28px;
	text-indent:-9999px;
	background-position:0pt -0pt !important;
}
.nav-main .nav-about a 
{
background:transparent url(../images/about.gif) no-repeat scroll 0%;
width:102px;
}
.nav-main .nav-services a 
{
background:transparent url(../images/services.gif) no-repeat scroll 0%;
width:102px;
}
.nav-main .nav-products a 
{
background:transparent url(../images/products.gif) no-repeat scroll 0%;
width:102px;
}
.nav-main .nav-careers a 
{
background:transparent url(../images/careers.gif) no-repeat scroll 0%;
width:102px;
}
.nav-main .nav-contact a 
{
background:transparent url(../images/contact.gif) no-repeat scroll 0%;
width:102px;
}
