

#menuItem1 {		
	background-image: url(../images/nav/home.gif);
	width: 60px;
	height: 34px;
	float:left;
	}
	
#menuItem1:hover {		
	background-image: url(../images/nav/homeMO.gif);
	width: 60px;
	height: 34px;
	float:left;
	}

a.menuItem1:link  {		
	background-image: url(../images/nav/home.gif);
	width: 60px;
	height: 34px;
	float:left;}
a.menuItem1:visited {		
	background-image: url(../images/nav/home.gif);
	width: 60px;
	height: 34px;
	float:left;
	}

