@charset "utf-8";
.right {
	background-attachment: fixed;
	background-image: url(navbarright.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.left {
	background-image: url(navbarleft.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.der {
	background-image: url(navbarright.png);
	background-repeat: no-repeat;
	background-position: right;
}
