#navCircle {
	margin: 0;
	padding: 3px 0px 3px 3px;
	width: 100%;
	background-color: #9ba8ff;
}

#navCircle a:link,#navCircle a:visited {
	float: left;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	color: #0066cc;
}

#navCircle a:link.active,#navCircle a:visited.active,#navCircle a:hover
	{
	color: #000;
	background: #fff url(rounded.gif) no-repeat bottom center;
}

.newsLine{
	height:25px;
}