.menuItem
{
	padding-left:2px;
	height:129px;
	float:left;
}

.menuItem a, .menuItem span 
{
	clear:left;
	float:left;
	cursor:pointer;	
	text-indent:-100000px;
}
#menuHome{
	width:58px;
}

#menuHome a, #menuHome span{
	background:url('../images/menuHome.png') no-repeat;
	width:58px;
	height:129px;
}

#menuHome a:hover, #menuHome span{
	background-position:0px -129px;
}

#menuAboutus{
	width:81px;
}

#menuAboutus a, #menuAboutus span{
	background:url('../images/menuAboutUs.png') no-repeat;
	width:81px;
	height:129px;
}

#menuAboutus a:hover, #menuAboutus span{
	background-position:0px -129px;
}

#menuServices{
	width:81px;
}

#menuServices a, #menuServices span{
	background:url('../images/menuServices.png') no-repeat;	
	cursor:pointer;	
	width:81px;
	height:129px;
}

#menuServices a:hover, #menuServices span{
	background-position:0px -129px;
}

#menuClients{
	width:101px;
}

#menuClients a, #menuClients span{
	background:url('../images/menuOurClients.png') no-repeat;
	cursor:pointer;	
	width:101px;
	height:129px;
}

#menuClients a:hover, #menuClients span{
	background-position:0px -129px;
}

#menuContactus{
	width:145px;
}

#menuContactus a, #menuContactus span
{
	background:url('../images/menuContactEnquiry.png') no-repeat;
	cursor:pointer;	
	width:145px;
	height:129px;
}

#menuContactus a:hover, #menuContactus span{
	background-position:0px -129px;
}