/* CSS Document */

/* HEADER NAVIGATION */
#sub_nav {
	width: 500px;
	height: 16px;
	background-image: url(../img/subtabs_new.gif);
	background-repeat: no-repeat;
	position:relative;
	margin: 0px;
	padding: 0px;
	left: 284px;
	top: 0px;
	text-align: left;
}

#sub_nav ul {
	width: 500px;
	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;
}


/* rates link */
#sub_nav #rates {
   left: 0px;
   width: 55px;
}

#sub_nav #rates a {
   width: 55px;
}

#sub_nav #rates a:hover {
	background: transparent  url(../img/subtabs_new.gif) 0px -16px no-repeat;
}

#sub_nav #rates_on  {
	background: transparent  url(../img/subtabs_new.gif) 0px -16px;
	left: 0px;
   height: 16px;
   width: 55px;
}


/* switch link */
#sub_nav #switch {
   left: 56px;
   width: 76px;
   	background-repeat: no-repeat;

}

#sub_nav #switch a {
   width: 76px;
		background-repeat: no-repeat;

}

#sub_nav #switch a:hover {
	background:  transparent  url(../img/subtabs_new.gif) -56px -16px no-repeat;
}

#sub_nav #switch_on {
	background: transparent  url(../img/subtabs_new.gif) -56px 16px;
left: 56px;
height: 16px;
	width: 76px;
	
}

/* news link */
#sub_nav #news {
   left: 133px;
   width: 89px;
}

#sub_nav #news a {
   width: 89px;
}

#sub_nav #news a:hover {
	background: transparent  url(../img/subtabs_new.gif) -133px -16px no-repeat;
}

#sub_nav #news_on {
	background: transparent  url(../img/subtabs_new.gif) -133px 16px;
	  left: 133px;
   width: 89px;
   height: 16px;
}

/* investments link */
#sub_nav #investments {
   left: 223px;
   width: 80px;
}

#sub_nav #investments a {
   width: 80px;
}

#sub_nav #investments a:hover { background: transparent  url(../img/subtabs_new.gif) -223px -16px no-repeat; }

#sub_nav #investments_on {
	background: transparent  url(../img/subtabs_new.gif) -223px 16px;
	 left: 223px;
   width: 80px;
   height: 16px;
}

/* employment link */
#sub_nav #employment {
   left: 304px;
   width: 77px;
}

#sub_nav #employment a {
   width: 77px;
}

#sub_nav #employment a:hover { background: transparent  url(../img/subtabs_new.gif) -304px -16px no-repeat; }

#sub_nav #employment_on {
	background: transparent  url(../img/subtabs_new.gif) -304px 16px;
	 left: 304px;
   width: 77px;
   height: 16px;
}


/* applications link */
#sub_nav #applications {
   left: 382px;
   width: 118px;
}

#sub_nav #applications a {
   width: 118px;
}

#sub_nav #applications a:hover {
	background: transparent  url(../img/subtabs_new.gif) -382px -16px no-repeat;
}

#sub_nav #applications_on {
	background: transparent  url(../img/subtabs_new.gif) -382px 16px;
	  left: 382px;
   width: 118px;
   height: 16px;
}



