.Layer1 {
	position:absolute;
	left:32px;
	top:25px;
	width:2175px;
	height:328px;
	z-index:1;
	float: left;
}

.Layer2 {
	position:absolute;
	left:345px;
	top:60px;
	width:192px;
	height:207px;
	z-index:2;
}

.class1 a.srollover {
	display: block;
	width: 178px;
	height: 25px;
	text-decoration: none;
	background-image: url(../images/newgreen.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFFFFF;
}
 
.class1 a:hover.srollover {
    background-position: -180px 0;
}

.class1 a:hover {text-decoration: none; color: white;
}
	

