@charset "utf-8";


ul.newsList
{
	margin: 0;
	padding: 0 10px 20px 10px;
}



ul.newsList li
{
	margin: 0;
	padding: 5px 0 5px 26px;
	border-bottom: 1px solid #ccc;
	text-indent: -10px;
	list-style-type: none;
	background:url(../images/arrow.gif) no-repeat 0 10px;

}
ul.newsList li.sub
{
	margin: 0 0 0 10px;
	padding: 5px 0 5px 26px;
	border-bottom: 1px solid #ccc;
	text-indent: -10px;
	list-style-type: none;
	background:url(../images/arrow.gif) no-repeat 0 10px;

}

