.home a:link {
	width: 61px;
	height: 17px;
	background: url(images/menu/home.gif) no-repeat left top;
	display: block;
	text-indent: -1000px;
}

.home a:visited {
	width: 61px;
	height: 17px;
	background: url(images/menu/home.gif) no-repeat left top;
	display: block;
	text-indent: -1000px;
}

.home a:hover {
	width: 61px;
	height: 17px;
	background: url(images/menu/home.gif) no-repeat left bottom;	
	display: block;
	text-indent: -1000px;
}

/* divider */

.about a:link {
	width: 60px;
	height: 17px;
	background: url(images/menu/about.gif) no-repeat left top;
	display: block;
	text-indent: -1000px;
}

.about a:visited {
	width: 60px;
	height: 17px;
	background: url(images/menu/about.gif) no-repeat left top;
	display: block;
	text-indent: -1000px;
}

.about a:hover {
	width: 60px;
	height: 17px;
	background: url(images/menu/about.gif) no-repeat left bottom;	
	display: block;
	text-indent: -1000px;
}

/* divider */

.menus a:link {
	width: 62px;
	height: 17px;
	background: url(images/menu/menus.gif) no-repeat left top;
	display: block;
	text-indent: -1000px;
}

.menus a:visited {
	width: 62px;
	height: 17px;
	background: url(images/menu/menus.gif) no-repeat left top;
	display: block;
	text-indent: -1000px;
}

.menus a:hover {
	width: 62px;
	height: 17px;
	background: url(images/menu/menus.gif) no-repeat left bottom;	
	display: block;
	text-indent: -1000px;
}

/* divider */

.products a:link {
	width: 78px;
	height: 17px;
	background: url(images/menu/products.gif) no-repeat left top;
	display: block;
	text-indent: -1000px;
}

.products a:visited {
	width: 78px;
	height: 17px;
	background: url(images/menu/products.gif) no-repeat left top;
	display: block;
	text-indent: -1000px;
}

.products a:hover {
	width: 78px;
	height: 17px;
	background: url(images/menu/products.gif) no-repeat left bottom;	
	display: block;
	text-indent: -1000px;
}

/* divider */

.locations a:link {
	width: 82px;
	height: 17px;
	background: url(images/menu/locations.gif) no-repeat left top;
	display: block;
	text-indent: -1000px;
}

.locations a:visited {
	width: 82px;
	height: 17px;
	background: url(images/menu/locations.gif) no-repeat left top;
	display: block;
	text-indent: -1000px;
}

.locations a:hover {
	width: 82px;
	height: 17px;
	background: url(images/menu/locations.gif) no-repeat left bottom;	
	display: block;
	text-indent: -1000px;
}

/* divider */

ul.mainMenu li {
	float: left;
	list-style-type: none;
}