.menu_shadow_left, .menu_shadow_right {
	margin:0 auto;
	width:990px;
}
.menu_shadow_left {
	background:url(../images/shadow_gradient_top_left.png) no-repeat top left;
}
.menu_shadow_right {
	background:url(../images/shadow_gradient_top_right.png) no-repeat top right;
}
.shadow_left, .shadow_right {
	margin:0 auto;
	width:990px;
}
.shadow_left {
	background:url(../images/shadow_gradient_left.png) repeat-y left;
}
.shadow_right {
	background:url(../images/shadow_gradient_right.png) repeat-y right;
}
.shadow_bottom {
	margin:0 auto;
	width:990px;
}
.shadow_bottom div {
	display:inline-block;
}
.shadow_bottom_left {
	width:15px;
	height:15px;
	background:url(../images/shadow_gradient_bottom_left.png) no-repeat;
}
.shadow_bottom_middle {
	width:960px;
	height:15px;
	background:url(../images/shadow_gradient_bottom.png) repeat-x;
}
.shadow_bottom_right {
	width:15px;
	height:15px;
	background:url(../images/shadow_gradient_bottom_right.png) no-repeat;
}
