﻿#satellite {
	background-color: black;
	border-bottom-style: ridge;
	border-bottom-color: #FF0000;
	border-bottom-width: 2px;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

#satellite img 	{
	border: 0;
	padding: 9px 0 5px 0;
}

#satellite ul {
	list-style-type: none;
	padding: 0;
	margin-right: 0;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

#satellite li {
	float: left;
}

#satellite a {
	text-decoration: none;
	display: block;
	padding: 6px;
	background-color: black;
	color: white;
}

#satellite a:hover {
	text-decoration: none;
	background-color: maroon;
}
