/* CSS Document For GoBank Navigation*/

#checkNav {
	width: 213px;
	background-color: transparent;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(../images/navimgs/debit_cards/nbkg-debit.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 112px;
}

#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, .cfour a{
	display: block;
	width: 213px;
	background-repeat: no-repeat;
}

#checkNav .cone a{
	height: 26px;
	background-image: url(../images/navimgs/debit_cards/overview.jpg);
	}
#checkNav .cone a:hover{
	height: 26px;
    background-position: right;
	}

#checkNav .ctwo a{
	height: 30px;
	background-image: url(../images/navimgs/debit_cards/application.jpg);
}
#checkNav .ctwo a:hover{
	height: 30px;
}

#checkNav .cthree a{
	height: 30px;
	background-image: url(../images/navimgs/debit_cards/rewards.jpg);
}

#checkNav .cthree a:hover{
	height: 30px;
}

#checkNav .cfour a{
	height: 26px;
	background-image: url(../images/navimgs/debit_cards/faq.jpg);
}
#checkNav .cfour a:hover{
	height: 26px;
}
