#services ul {
	margin: 0;
	padding: 0;
	list-style:none;
	
	display: inline;
}

#services a {
	display: block;
	width: 550px;
}

#services li {
	float: left;
	width: 550px;
}

#services li ul {
	display: none;
	width: 550px;
	
}

#services li.line:hover {
	border-bottom: #000 solid 1px;
	color: #CCC;
	display: block;
}

#services li:hover ul {
	display: block;
	position: relative;
	width: 550px;
}

div.content2 {
	clear: left;
}

h3 {margin: 0px;
padding: 0px;
}