﻿.news_box_main 
{
	border: 0px;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background-color: #FCFCFC;
	margin: 5;
	padding: 0;
	width: 100%;
}

.news_box_row
{
	text-align:left;
	border-bottom-color:#8CB3D9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:5px;
}

.box_sep 
{
	height:3px;
	padding-bottom:10;
}

.news_title 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight:bold;
	color:#1C97D0;
}

#menu_box {
	background: #EAEAEA;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu_box li {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#yearsummar_title{
	color: #999999;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bolder;
}

#menu_box a {
	background: #DBDBDB url("/css/template/abcdemo/news/seperator.gif") bottom right no-repeat;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

#menu_box a:hover {
	background: #8CB3D9 url("news/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}