td#left
{
	background-image:		url(/images/bg_side_surface.gif);
	background-repeat:		no-repeat;
	background-color:		rgb(191,204,229);
}

li.activeli
{
	color:					white;
	background-color:		rgb(32,60,109);
	width:					147px;

	filter:					alpha(opacity=38);
	filter:					progid:DXImageTransform.Microsoft.Alpha(opacity=38);
	-moz-opacity:			.38;
	-khtml-opacity:			.38;
	opacity:				.38;
}

