#navigation {
	background-image: url(../images/topBreaker.gif);
	background-repeat: repeat-x;
	height: 34px;
	background-position: bottom;
}
#navigation dt {
	float: left;
	text-align: center;
	margin-top: 10px;
}
#navigation dt a {
	color: #516579;
	text-decoration: none;
	font-size: 10px;
}
#navigation dt a:hover {
	color: #000;
	text-decoration: none;
}
#navigation dt#home {
	background-image: url(../images/navLine.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 124px;
}
#navigation dt#portfolio {
	background-image: url(../images/navLine.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 123px;
}
#navigation dt#services {
	background-image: url(../images/navLine.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 123px;
}
#navigation dt#client {
	background-image: url(../images/navLine.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 123px;
}
#navigation dt#about {
	background-image: url(../images/navLine.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 123px;
}
#navigation dt#contact {
	width: 124px;
	text-align: center;
}
