.shadow {
	background-image: url(images/shad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 6px;

}
.shadrt {
	background-image: url(images/shadrt.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 6px;

}
.shadtop {
	background-image: url(images/shadtop.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 11px;
}
.shadbtm {
	background-image: url(images/shadbtm.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 11px;

}
.menuback {
	background-image: url(images/menuback.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
