/***** Begin Inner Products Content Header and Nav *****/
img.cHeaderImage{

	height:120px;
	margin-left:1px;
	margin-top:-10px;
}
.cnavbox {
	background: url("/images/contentnav/cnavback.gif") repeat-x;
	width: 578px;
	float: left;
	height: 19px;
	margin-left: 1px;
	margin-top: -3px;
}

.cnavbox2 {
		background: url("/images/contentnav/left.gif") left center no-repeat;
		width: 100%;
		float: left;
		height: 19px;	
}

.cnavwrap {
	width: 100%;
	float: left;
	height: 19px;
}

.cnav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	background: url("/images/contentnav/right.gif") right center no-repeat;
	height: 19px;
}

.cnav li {
	padding: 0px 20px 0px 13px;
	float: left;
	height: 19px;
}

.cnavli {
	background: url("/images/contentnav/linkback.gif") right center no-repeat;
}

.last {
	background: none;
}

.cnav a {
	font-family: Arial;
	font-weight: bold;
	font-size: .6em;
	color: black;
	text-decoration: none;
	float: left;
	padding-top: 3px;
}

.cnav a:hover {
	text-decoration: underline;
}

