ul {
	list-style-type:disc;
}

.dot {
	background-image: url(../images/fluke_line_dot.png);
	background-repeat: repeat-x;
}

#top_button {
	position: fixed;
	left: 850px;
	top: 90%;
	width: 60px;
}

#top_button a  {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	line-height: 40px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background: #a6a6a6;
	border-radius: 3px;
}

#top_button a:hover  {
	background: #32c7b7;
}