.header_stripe_wrapper {
	background-image: url(../graphs/tausta_stripe.png);
	background-repeat: repeat-x;
	height: 41px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.header_stripe {
	width: 960px;
	border: 0px gray solid;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;

}
.header_stripe_menu {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header_stripe_menu a, .header_stripe_menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F90;
}
.header_stripe_menu a:hover {
		text-decoration: none;
		color: #F90;
}