#newswidget a{
	outline: none;
}
#newswidget .feedicon {
	border: none;
	float: right;
	margin: 3px 3px 0 0;
}
/* LEFT NAVIGATION */
#newswidget {
	margin-top: 10px;
	width: 175px;
}
#newswidget h1 {
	background: url(newsbg.jpg) #666 bottom left repeat-y;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	margin: 0;
	font-size: 1.3em;
}
#newswidget h1 a {
	color: white;
}
#newswidget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#newswidget ul li {
	display: inline;
}
#newswidget ul li a {
	background-color: #eee;
	line-height: 1em;
	font-weight: normal;
	width: 160px;
	color: #444;
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	text-align: left;
}
#newswidget ul li a:hover {
	background-color: #ddd;
}
