@charset "utf-8";
.MenuBar_Left_Repeat {
	background-image: url(../Images/Menubar_Left_repeat.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.MenuBar_Right_Repeat {
	background-image: url(../Images/Menubar_right_repeat.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.Menubar_top_repeat {
	background-image: url(../Images/Menubar_top_repeat.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.Menubar_bottom_repeat {
	background-image: url(../Images/Menubar_bottom_Repeat.gif);
	background-repeat: repeat-x;
	background-position: top;
}
