#navigation li a:hover .hover
{
	display: none;
}

#navigation #home a:hover
{
	background-image: url('../images/shell/home_h.png');
}

#navigation #about a:hover
{
	background-image: url('../images/shell/about_h.png');
}

#navigation #services a:hover
{
	background-image: url('../images/shell/services_h.png');
}

#navigation #contact a:hover
{
	background-image: url('../images/shell/contact_h.png');
}
