/* CSS Document For GoBank Navigation*/

#checkNav {
	width: 213px;
	background-color: transparent;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(../images/navimgs/student_loans/nbkg-student_loans.jpg); 
	background-repeat: no-repeat;
	float: left;
	height: 82px;
}

#checkNav ul {
	list-style-type: none;
	padding: 0px;
}

#checkNav li{
	float: left;
	clear: left;
	list-style-type: none;
	text-indent: -9000px;
	padding:0px;
}

#checkNav a:hover {
  background-position: right;
}

#checkNav a.here:active {
  background-position: right;
}

#checkNav .cone a, .ctwo a, .cthree a{
	display: block;
	width: 213px;
	background-repeat: no-repeat;
}

#checkNav .cone a{
	height: 28px;
	background-image: url(../images/navimgs/student_loans/process.jpg);
	}
#checkNav .cone a:hover{
	height: 28px;
    background-position: right;
	}

#checkNav .ctwo a{
	height: 35px;
	background-image: url(../images/navimgs/student_loans/types.jpg);
}
#checkNav .ctwo a:hover{
	height: 35px;
}

#checkNav .cthree a{
	height: 19px;
	background-image: url(../images/navimgs/student_loans/calculator.jpg);
}

#checkNav .cthree a:hover{
	height: 19px;
}