/* news menu scripts */
div.newsbar {
	margin: 30px 0 /*30px*/0 0 !important;
}
div.categoryList
{
	/*display: none;*/
	padding: 6px;
	margin: 0 0 30px 0;
	border:1px solid #dddddd;
	background-color:#ffffff;
	text-align:center;
	width: 100%;
}
a.categoryList
{
	display: inline-block;
	color: #0000ff;
	text-decoration: underline;/*none;*/
	font-weight: bold;
	margin: 0px 15px;
	font-size: 120%;
	line-height: 25px;
}
a.categoryList:hover
{
	text-decoration: underline;
}
.news_menu_span {
	font-size: 180%;
	color: #990000;
	font-weight: bold;
}
.news_menu_span > span {
	font-size: 100%;
	color: #0000ff;
	font-weight: bold;
}
/* END news menu scripts */