/* CSS Document */

/* HEADER NAVIGATION */
#sub_nav {
	width: 450px;
	height: 16px;
	background-image: url(../img/subtabs.gif);
	background-repeat: no-repeat;
	position:relative;
	margin: 0px;
	padding: 0px;
	left: 334px;
	top: 0px;
	text-align: left;
}

#sub_nav ul {
	width: 450px;
	height: 16px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#sub_nav li {

top: 0px;

}

#sub_nav li,  #sub_nav a {
display: block;
margin: 0px; padding: 0px; list-style: none;
position: absolute;
   height: 16px;
      top: 0px;
}


/* switch link */
#sub_nav #switch {
   left: 0px;
   width: 89px;
}

#sub_nav #switch a {
   width: 89px;
}

#sub_nav #switch a:hover {
	background: transparent  url(../img/subtabs.gif) 0px -16px no-repeat;
}

#sub_nav #switch_on  {
	background: transparent  url(../img/subtabs.gif) 0px -16px;
	left: 0px;
   height: 16px;
   width: 89px;
}


/* rates link */
#sub_nav #rates {
   left: 90px;
   width: 53px;
   	background-repeat: no-repeat;

}

#sub_nav #rates a {
   width: 53px;
		background-repeat: no-repeat;

}

#sub_nav #rates a:hover {
	background:  transparent  url(../img/subtabs.gif) -90px -16px no-repeat;
}

#sub_nav #rates_on {
	background: transparent  url(../img/subtabs.gif) -90px 16px;
left: 90px;
height: 16px;
	width: 53px;
	
}

/* homeloans link */
#sub_nav #homeloans {
   left: 141px;
   width: 83px;
}

#sub_nav #homeloans a {
   width: 83px;
}

#sub_nav #homeloans a:hover {
	background: transparent  url(../img/subtabs.gif) -141px -16px no-repeat;
}

#sub_nav #homeloans_on {
	background: transparent  url(../img/subtabs.gif) -141px 16px;
	  left: 141px;
   width: 83px;
   height: 16px;
}

/* about link */
#sub_nav #visa {
   left: 226px;
   width: 101px;
}

#sub_nav #visa a {
   width: 101px;
}

#sub_nav #visa a:hover { background: transparent  url(../img/subtabs.gif) -226px -16px no-repeat; }

#sub_nav #visa_on {
	background: transparent  url(../img/subtabs.gif) -226px 16px;
	 left: 226px;
   width: 101px;
   height: 16px;
}


/* applications link */
#sub_nav #applications {
   left: 328px;
   width: 114px;
}

#sub_nav #applications a {
   width: 328px;
}

#sub_nav #applications a:hover {
	background: transparent  url(../img/subtabs.gif) -328px -16px no-repeat;
}

#sub_nav #applications_on {
	background: transparent  url(../img/subtabs.gif) -328px 16px;
	  left: 328px;
   width: 114px;
   height: 16px;
}



