/* CSS Document */

#left {
	background: url(side_lunch.jpg) no-repeat top left;
}

#left #Contents .lunchmenu {
	width: 490px;
	height: 380px;
	margin-top: 5px;
	/*border: solid 1px #00FF00;*/
	background: url(lunchlist.jpg) no-repeat ;
	text-indent: -9999px;
}

#left #Contents ul,
#left #Contents ul li {
	float: left;
	list-style: none;
}

#left #Contents ul li img {
	vertical-align: bottom;
}


#left #Contents ul li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}



