.news{
background: url(../images/content/new_news.png) no-repeat 0 0;
}
.no_news{
background: url(../images/content/new_no_news.png) no-repeat 0 0;
}


.news_main_page,
.news_main_page:hover
{
	display: block;
	/*border: 1px solid red; */
	
	height: 35px; 
	width: 167px;
	margin: 0 0 0 25px;
	position: relative;
	top: -40px;
    text-decoration:none;
	color: #616161;
	font-size:1.3em;
	font-weight:bold;	
	padding: 7px 0 0 15px;
	font-family:Arial,Helvetica,Geneva;
}


a.news_left_green

{
	display: block;
	height: 35px; 
	margin-left: 25px;
	padding-right: 36px;
	text-decoration: none;
	background: url(../images/content/news_right_green.png) no-repeat 100% 0;
	position: relative;
	top: -30px;
}


a.news_left_red
{
	display: block;
	height: 35px; 
	margin-left: 25px;
	padding-right: 36px;
	text-decoration: none;
	background: url(../images/content/news_right_red.png) no-repeat 100% 0;
	position: relative;
	top: -45px;
}



a.news_left_red span,
a.news_left_green span
{
	color: #616161;
	font-size:1.3em;
	font-weight:bold;	
	padding: 7px 0 0 15px;
	font-family:Arial,Helvetica,Geneva;
	display: block;
	background: url(../images/content/news_left.png) no-repeat 0 0;
	text-decoration:none;
	height: 35px;
}
