#navigation {
	clear: both;	
	height: 89px;
	width: 500px;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: -50px;
	position: relative;
	z-index: 10;
}

	* html #navigation li {
		position: relative;
		z-index: 100;
		cursor: pointer;
		margin-top: -1px;
		margin-left: -45px;
	}
	
	

#navigation li {

	list-style: none;
	margin: 0;
	padding: 0;
	height:89px;
	float:left;

}

/** html li {
behavior: expression(
this.onmouseover = new Function("this.className += ' hover'"),
this.onmouseout = new Function("this.className = this.className.replace(' hover','')"),
this.style.behavior = null
);
}*/

#navigation img {
	border: 0;
}


#navigation li a {

	height: 89px;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	


}


#navigation li a span {

	display: none;


}


#navigation li#home a {

	background: url(../grfx/nav/navigation.jpg) 0px 0px no-repeat;
	width: 91px;
	height: 89px;

}



#navigation li#home a:hover {

	background: url(../grfx/nav/navigation.jpg) 0px -89px no-repeat;
	width: 91px;
	height: 89px;
}

	* html #navigation li#home a {
		background:url(../grfx/nav/navigation.jpg) 0px 0 no-repeat;
		width: 125px;
		height: 89px;
	}
	
	* html #navigation li#home a:hover {
		background:url(../grfx/nav/navigation.jpg) 0px -89px no-repeat;
		width: 125px;
		height: 89px;
	}



#navigation li#home a.active {

	background: url(../grfx/nav/navigation.jpg) 0px -89px no-repeat;
	
}

#navigation li#about a {

	background: url(../grfx/nav/navigation.jpg) -91px 0px no-repeat;
	width: 85px;
	height: 89px;

}



#navigation li#about a:hover {

	background: url(../grfx/nav/navigation.jpg) -91px -89px no-repeat;
	width: 85px;
	height: 89px;
}

	* html #navigation li#about a {
		background:url(../grfx/nav/navigation.jpg) -85px 0 no-repeat;
		width: 137px;
		height: 89px;
	}
	
	* html #navigation li#about a:hover {
		background:url(../grfx/nav/navigation.jpg) -85px -89px no-repeat;
		width: 137px;
		height: 89px;
	}



#navigation li#about a.active {

	background: url(../grfx/nav/navigation.jpg) -91px -89px no-repeat;

}


#navigation li#products a {

	background: url(../grfx/nav/navigation.jpg) -176px 0px no-repeat;
	width: 116px;
	height: 89px;

}



#navigation li#products a:hover {

	background: url(../grfx/nav/navigation.jpg) -176px -89px no-repeat;
	width: 116px;
	height: 89px;
}

* html #navigation li#products a {

	background: url(../grfx/nav/navigation.jpg) -180px 0px no-repeat;
	width: 144px;
	height: 89px;

}



* html #navigation li#products a:hover {

	background: url(../grfx/nav/navigation.jpg) -180px -89px no-repeat;
	width: 144px;
	height: 89px;
}



#navigation li#products a.active {

	background: url(../grfx/nav/navigation.jpg) -176px -89px no-repeat;

}




#navigation li#account a {

	background: url(../grfx/nav/navigation.jpg) -292px 0px no-repeat;
	width: 103px;
	height: 89px;

}



#navigation li#account a:hover {

	background: url(../grfx/nav/navigation.jpg) -292px -89px no-repeat;
	width: 103px;
	height: 89px;
}


* html #navigation li#account a {

	background: url(../grfx/nav/navigation.jpg) -280px 0px no-repeat;
	width: 157px;
	height: 89px;

}



* html #navigation li#account a:hover {

	background: url(../grfx/nav/navigation.jpg) -280px -89px no-repeat;
	width: 157px;
	height: 89px;
}



#navigation li#account a.active {

	background: url(../grfx/nav/navigation.jpg) -292px -89px no-repeat;

}

#navigation li#contact {

	background: url(../grfx/nav/navigation.jpg) -395px 0px no-repeat;
	width: 105px;
	height: 89px;
}



#navigation li#contact a:hover {

	background: url(../grfx/nav/navigation.jpg) -395px -89px no-repeat;
	width: 105px;
	height: 89px;
}

 * html #navigation li#contact {

	background: url(../grfx/nav/navigation.jpg) -395px 0px no-repeat;
	width: 105px;
	height: 89px;
}



* html #navigation li#contact a:hover {

	background: url(../grfx/nav/navigation.jpg) -395px -89px no-repeat;
	width: 105px;
	height: 89px;
}





#navigation li#contact a.active {

	background: url(../grfx/nav/navigation.jpg) -395px -89px no-repeat;

}

