.menu_top_left
{
	background-image: url(../images/design/corner_top_left_b.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	
}
.menu_top
{
	background-image: url(../images/design/horizontal_line_top_b.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.menu_top_center
{
	background-image: url(../images/design/decorate_horizontal_top_b.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.menu_top_right
{
	background-image: url(../images/design/corner_top_right_b.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: 
}
.menu_bottom_left
{
	background-image: url(../images/design/corner_bottom_left_b.gif);
	background-position: top right;
	background-repeat: no-repeat;
	
}
.menu_bottom
{
	background-image: url(../images/design/horizontal_line_bottom_b.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.menu_bottom_center
{
	background-image: url(../images/design/decorate_horizontal_bottom_b.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.menu_bottom_right
{
	background-image: url(../images/design/corner_bottom_right_b.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: 
}
.menu_left
{
	background-image: url(../images/design/vertical_line_left_b.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.menu_left_center
{
	background-image: url(../images/design/decorate_vertical_left_b.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.menu_right
{
	background-image: url(../images/design/vertical_line_right_b.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.menu_right_center
{
	background-image: url(../images/design/decorate_vertical_right_b.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.menu_center
{
	background-color: #FFFFFF;
}