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

#divNav a {
	display: block;
	float: left;
	width: 150px;
	height: 40px;
	background-position: top;
	background-repeat: no-repeat;
}
#divNav a:hover {
	background-position: center;
}
#divNav a.aCurPge {
	background-position: bottom;
}
