#blobs {
	width: 330px;
	height: 200px;
	background: url(../images/menu.gif);
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 60;
}
#blobs li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#blobs a {display: block;}

#blob1 {left: 16px; top: 16px; width: 52px; height: 45px;}
#blob2 {left: 171px; top: 0px; width: 52px; height: 49px;}
#blob3 {left: 170px; top: 56px; width: 39px; height: 70px;}
#blob4 {left: 272px; top: 49px; width: 58px; height: 57px;}
#blob1 a {height: 45px;}
#blob2 a {height: 49px;}
#blob3 a {height: 70px;}
#blob4 a {height: 57px;}

#blob1 a:hover {background: url(../images/menu.gif) -16px -216px no-repeat;}
#blob2 a:hover {background: url(../images/menu.gif) -171px -200px no-repeat;}
#blob3 a:hover {background: url(../images/menu.gif) -170px -256px no-repeat;}
#blob4 a:hover {background: url(../images/menu.gif) -272px -249px no-repeat;}

