.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/sdi_navigation.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 620px;
	text-align: center;
	padding-top: 8px;
	line-height: 14px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D8001D;
}
a:active {
	text-decoration: none;
}
.float_rt {
	float: right;
}
