﻿#top_nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#top_nav li {
	float: right;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 0px;
	background-color: #CC3300;
	margin-right: 10px;
	width: 75px;
	text-align: center;
}
#top_nav a:hover {
	color: #FFFFCC;
	text-decoration: none;
	background-color: #CC3300;
	font-weight: bold;
}
#top_nav {
	height: 20px;
}
.sample_kit_photos {
	color: #CC3300;
	font-size: large;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
