@charset "UTF-8";
/* CSS Document */


a.one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	text-align: right;
	line-height: 40px;
	background-color: #09176f;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3a458c;
}
a.one:link {
	text-decoration: none;
	color: #fff;
}
a.one:visited {
	text-decoration: none;
	color: #fff;
}
a.one:hover {
	background-color: #3a458c;
	color: #fff;
}
a.one:active {
	text-decoration: none;
	color: #fff;
}
.navspacer {
	float: left;
	height: 40px;
	width: 60px;
	background-color: #FFF;
	
}

.one_open {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	text-align: right;
	line-height: 40px;
	background-color: #ba1f1f;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #ba1f1f;
}