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

.navbutton_white {
	float: left;
	height: 31px;
	width: 116px;
	background-image: url(images/white_navlinks.png);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E7E7E7;
}
.navbutton_white:hover {
	float: left;
	height: 31px;
	width: 116px;
	background-image: url(images/white_navlinks_over.png);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E7E7E7;
}
.white_nav_wrapper {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
}
.navclear {
	clear: both;
}
.whitenav_linkspacer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #525252;
	padding-top: 7px;
}
.whitenavlink a:link {
	color: #666666;
	text-decoration: none;
}
.whitenavlink a:visited {
	color: #666666;
	text-decoration: none;
}
.whitenavlink a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.whitenavlink a:active {
	color: #666666;
	text-decoration: none;
}
