@charset "utf-8";
.header ul{
    margin: 0 auto;
    padding: 0;
}
.header ul.hnav li{
	text-align: left;
	float: left;
	list-style: none;
}
.header .hnav li a{
	text-decoration: none;
	color: #000;
}
.header .hnav li a:hover {
	text-decoration: none;
	color: #32368F;
}
.header  .hnav .spacer01{
	float: left;
	color: #c02e34;
	position: relative;
	height: 20px;
	font-weight: bold;
	font-size: 16px;
	margin-left: 20px;
	margin-right: 5px;
	top: -3px;
}

.-----------------------------------------{}

