#terve-fi-header {
	border: 4px solid #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fafafa url('http://images.coronaria.fi/darwinmedia/terve.fi/bg-gradient.png') repeat-x top left;
	text-align: center;
}	

#terve-fi-header a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	float: right;
	padding: 0px 35px 0px 10px;
	line-height: 2.5em;
	margin: 0;
	background: transparent url('http://images.coronaria.fi/darwinmedia/terve.fi/arrow-icon.png') no-repeat 90% 50%;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ececec;
}

#terve-fi-header a.last {
	border-right: none;
}

#terve-fi-header a.first {
	border-left: none;
	background: none;
	padding: 0;
}

#terve-fi-header a.logo {
	border: none;
	background: none;
	margin: 6px 0px 6px 10px;
	padding:0;
	float: left;
}

#terve-fi-header a.logo img {
	border: none;
}	

#terve-fi-header a:hover {
	color: #7f358d;
	text-decoration: none;
}