#navigation a{
/*	border-bottom: 3px transparent #ffffff;*/
	display: block;
	color: #007af6;
	float: right;
	margin: 0 3px 0 0;
	padding: 0;
	text-decoration: none;
	text-shadow: black 2px 1px;
}
#navigation a:hover,#navigation a.current{
	border: none;
	border-bottom: 3px solid #f38f00;
	color: #ffffff;
	margin: -5px 3px 0 0;	
}
li>a{
	text-decoration: none;
}
a,a:hover,.more,li>a:hover{
	text-decoration: underline;
}
a, a>h5{
	color: #00a1dd;
}
a:hover,.headline:hover{
	color: #008abe;
}
a img {
	border: none;
}
a.more{
	display: block;
	font-style: italic;
	margin: 0 5px 0 0;
	text-align: right;
}
a.rss,a.rss:hover{
	display: block;
	height: 20px;
	padding: 2px;
	text-decoration: none;
	width: 146px;
}
a.rss:hover{
	background: #f38f00;
	color: #ffffff;
}
a.titlelink{
	color: #f38f00;
	text-decoration: none;
}
a.titlelink:hover{
	color: #00a1dd;
	text-decoration: underline;
}
