div.container {
	position: relative;
	overflow: hidden;
	width: 180px;
}

div.opacity {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 500px;
	background-color: #CCCCCC;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}

div.content {
	position: relative;
	padding: 10px 10px 0px 10px;
}

table.menu_right {
}

table.menu_right td {
	padding-bottom: 10px;
}
