/*************************************************
  LEFT NAV
*************************************************/
TD#Left TD.LeftNavTop {
	width: 197px;
	height: 29px;
	background: url(../images/nav_left.gif) no-repeat;
}
UL#LeftNav {
	width: 197px;
	margin: 0; padding: 0;	
}
UL#LeftNav LI {
	list-style: none;
	margin: 0; padding: 0;
	float: left;
}
UL#LeftNav LI A { display: block; }
UL#LeftNav LI A SPAN { display: none; }

/* GETTING THE THINGS YOU WANT */
UL#LeftNav LI.one {
	width: 197px; height: 45px;
	background: url(../images/nav_left.gif) no-repeat -197px -29px;
}
UL#LeftNav LI.one A {
	width: 197px; height: 45px;
	background: url(../images/nav_left.gif) no-repeat 0px -29px;
}
UL#LeftNav LI.one_active {
	width: 197px; height: 45px;
	background: url(../images/nav_left.gif) no-repeat -394px -29px;
}
UL#LeftNav LI.one_active A {
	width: 197px; height: 45px;
	background: url(../images/nav_left.gif) no-repeat -394px -29px;
}
/* JOBS WORK + MONEY */
UL#LeftNav LI.two {
	width: 197px; height: 42px;
	background: url(../images/nav_left.gif) no-repeat -197px -74px;
}
UL#LeftNav LI.two A {
	width: 197px; height: 42px;
	background: url(../images/nav_left.gif) no-repeat 0px -74px;
}
UL#LeftNav LI.two_active {
	width: 197px; height: 42px;
	background: url(../images/nav_left.gif) no-repeat -394px -74px;
}
UL#LeftNav LI.two_active A {
	width: 197px; height: 42px;
	background: url(../images/nav_left.gif) no-repeat -394px -74px;
}
/* BORROWING + LENDING */
UL#LeftNav LI.four {
	width: 197px; height: 40px;
	background: url(../images/nav_left.gif) no-repeat -197px -116px;
}
UL#LeftNav LI.four A {
	width: 197px; height: 40px;
	background: url(../images/nav_left.gif) no-repeat 0px -116px;
}
UL#LeftNav LI.four_active {
	width: 197px; height: 40px;
	background: url(../images/nav_left.gif) no-repeat -394px -116px;
}
UL#LeftNav LI.four_active A {
	width: 197px; height: 40px;
	background: url(../images/nav_left.gif) no-repeat -394px -116px;
}
/* YOU + FINANCIAL SERVICES */
UL#LeftNav LI.five {
	width: 197px; height: 45px;
	background: url(../images/nav_left.gif) no-repeat -197px -156px;
}
UL#LeftNav LI.five A {
	width: 197px; height: 45px;
	background: url(../images/nav_left.gif) no-repeat 0px -156px;
}
UL#LeftNav LI.five_active {
	width: 197px; height: 45px;
	background: url(../images/nav_left.gif) no-repeat -394px -156px;
}
UL#LeftNav LI.five_active A {
	width: 197px; height: 45px;
	background: url(../images/nav_left.gif) no-repeat -394px -156px;
}
/* GETTING THE RIGHT DEAL */
UL#LeftNav LI.six {
	width: 197px; height: 42px;
	background: url(../images/nav_left.gif) no-repeat -197px -201px;
}
UL#LeftNav LI.six A {
	width: 197px; height: 42px;
	background: url(../images/nav_left.gif) no-repeat 0px -201px;
}
UL#LeftNav LI.six_active {
	width: 197px; height: 42px;
	background: url(../images/nav_left.gif) no-repeat -394px -201px;
}
UL#LeftNav LI.six_active A {
	width: 197px; height: 42px;
	background: url(../images/nav_left.gif) no-repeat -394px -201px;
}
/* RUNNING YOUR OWN BUSINESS */
UL#LeftNav LI.three {
	width: 197px; height: 44px;
	background: url(../images/nav_left.gif) no-repeat -197px -243px;
}
UL#LeftNav LI.three A {
	width: 197px; height: 44px;
	background: url(../images/nav_left.gif) no-repeat 0px -243px;
}
UL#LeftNav LI.three_active {
	width: 197px; height: 44px;
	background: url(../images/nav_left.gif) no-repeat -394px -243px;
}
UL#LeftNav LI.three_active A {
	width: 197px; height: 44px;
	background: url(../images/nav_left.gif) no-repeat -394px -243px;
}
/* ASK AN EXPERT */
UL#LeftNav LI.seven {
	width: 197px; height: 39px;
	background: url(../images/nav_left.gif) no-repeat -197px -287px;
}
UL#LeftNav LI.seven A {
	width: 197px; height: 39px;
	background: url(../images/nav_left.gif) no-repeat 0px -287px;
}
UL#LeftNav LI.seven_active {
	width: 197px; height: 39px;
	background: url(../images/nav_left.gif) no-repeat -394px -287px;
}
UL#LeftNav LI.seven_active A {
	width: 197px; height: 39px;
	background: url(../images/nav_left.gif) no-repeat -394px -287px;
}
/* Firefox/Mozilla seem to really want this last..  */
UL#LeftNav LI A:hover { background: none; }
