.webempire{
	background: #000;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	height: 25px;
	text-align: left;
	width: 100%;
}
	.webempire ul{
		width: 100%;
	}
		.webempire ul li{
			float: left;
			list-style: none;
			margin-left: 20px;
			padding: 5px;
		}
			.webempire ul li a{
				color: #fff;
				text-decoration: none;
				padding: 5px;
			}
				.webempire ul li a.what{
					position: absolute;
					right: 5px;
					top: 0;
				}
				.webempire ul li a:hover{
					text-decoration: underline;
				}
				.webempire ul li a:hover.kevinridgway{
					  color: #a00;
				}
				.webempire ul li a:hover.program247365{
					  color: #86C986;
				}
				.webempire ul li a:hover.interweblabs{
					  color: #92C848;
				}