.menuTitleCss {
	background: url(/images/list.png) no-repeat center left;
	padding-left: 15px;
	line-height:18px;
	font-weight:bold;
}

#news_box {margin: 0; padding: 0; list-style: none;}
#news_box li {margin: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999; }
#news_box .last {margin-bottom: 0; padding: 0; border-bottom: none; }
#news_box :hover {text-decoration: underline; }

.sidebar_box {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #CCC;

	-moz-box-shadow: 3px 3px 4px #c3c3c3; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 3px 3px 4px #c3c3c3; /* Safari and Chrome */
	box-shadow: 3px 3px 4px #c3c3c3;
	background:url(/images/box-bg.gif) 0 100% repeat-x #fff;
	border:1px solid #c3c6c8;
	padding:10px 10px 5px 10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(js/PIE.htc);
	position:relative;
	line-height:14px;
	text-align:left;
}
.sidebar_box .sidebar_content {
	padding: 2px 0 0 5px;
}

