#sysconn {
	height: 40px;
	background-color: #fff;
	font-family: Trebuchet MS, sans-serif;
	line-height: 40px;
	font-size: 12px;
	font-weight:bold;
	border-top: 2px solid #000000;
	margin-top: 10px;
	text-align: center;
	
}

#sysconn li {
	padding-right: 20px;
	display: inline;
	list-style-type: none;

}

#sysconn a:link {
	color:#000000;
	text-decoration:none;
	
}

#sysconn a:active {
	color:#000000;
	
}

#sysconn a:visited {
	color:#000000;
	
}

#sysconn a:hover {
	color:#666;
	
}

#sysconn img {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	
}