@charset "utf-8";
/* CSS Document */


a.srollover1 {
	color: #000000;
	display: block;
    width: 142px;
    height: 30px;
	float: left;
    background: url(images/topmenubtn_01.jpg) 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover1 {
    background-position: -142px 0;
}


a.srollover2 {
	color: #000000;
    display: block;
    width: 220px;
    height: 50px;
	padding-top: 15px;
	float: left;
    background: url("001.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover2 {
    background-position: -220px 0;
}


a.srollover3 {
	color: #000000;
    display: block;
    width: 220px;
    height: 50px;
	padding-top: 15px;
	float: left;
    background: url("001.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.srollover3 {
    background-position: -220px 0;
}

