﻿.news ul{
	padding: 0;
	margin: 0;
}
.news ul li{
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}
.news li span{
	font-weight: bold;
}
.news li.fresh span{
	color: #930;
}

.news #year_menu{
	font-family: Trebuchet MS, Helvetica, Garuda, Sans-serif;
	font-size: 130%;
	line-height: 110%;
	color: #ccc;
}
.news #year_menu a{
	display: inline-block;
	//display: inline;
	zoom: 1;
	padding: 0 6px;
	margin: 2px 0;
	border-right: 1px solid #ccc;
}

.news #year_menu a:link,
.news #year_menu a:visited{
	font-family: Trebuchet MS, Helvetica, Garuda, Sans-serif;
	font-weight: bold;
	color: #ccc;
}
.news #year_menu a:hover{
	text-decoration: underline;
}
.news #year_menu a:active{
	text-decoration: underline;
}
.news li.news_year{
	text-align: center;
	font-family: Trebuchet MS, Helvetica, Garuda, Sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #ccc;
	padding-top: 1em;
}
.news a[href^="http"]{
background:url(/n_img/outLink.gif) right 2px no-repeat;
padding-right:14px;
}
