<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Pricing and Performance - Individual Investors - RiverSource</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   <meta name="keywords" /><meta name="description" />

	<style type="text/css">
            @import "/js/dojo/resources/dojo.css";
            @import "/js/dijit/themes/soria/soria.css";        		 	      
</style>


    <!-- Global head content -->
    <style type="text/css" media="screen, projection, print">@import url(/styles/IndividualInvestor/home_and_reg.css );</style>
    <style type="text/css" media="screen, projection, print">@import url(/styles/IndividualInvestor/riversource.css );</style>
    <style type="text/css" media="screen, projection, print">@import url(/styles/IndividualInvestor/navigation.css );</style>
    <style type="text/css" media="screen, projection, print">@import url(/styles/IndividualInvestor/portlets.css );</style>
    <style type="text/css" media="screen, projection, print">@import url(/styles/tweaks.css );</style>
    <link rel="stylesheet" type="text/css" href="/styles/printer2.css" media="print" />
    <link href="/styles/printerTweaks.css" media="print" rel="stylesheet" type="text/css" />

    <link rel="shortcut icon" href="/images/riversource.ico">
    <script language="JavaScript" src="/js/utils.js" type="text/javascript"></script>
    <script language="JavaScript" src="/js/nav1.js" type="text/javascript"></script>
    <script language="JavaScript" src="/js/nav2.js" type="text/javascript"></script>
	<script type="text/javascript" src="/js/dojo/dojo.js" djConfig="parseOnLoad: true, isDebug: false"></script>


<body class='soria'>
<div id="wrapper">
    <div id="backtors">
      <ul><li><a href="http://www.riversource.com/">Back to RiverSource.com</a></li></ul>
    </div>
    <div id="masthead">
      <div id="logo"><a href="http://www.riversource.com/"><span>RiverSource.com</span></a></div>
     <div id="global"> 
      <form action="http://riversource.mondosearch.com/search/fpResults.aspx" method="post" name="search" id="search"> 
        <ul> 
          <li><a href="http://www.riversource.com/global/rvsc/login/default.asp?preselect=annu">Login</a></li> 
          <li><a href="http://www.riversource.com/individuals-mutual-funds/contact-us.asp">Contact Us</a></li> 
          <li class="last"> 
            <input type="text" name="QUERY" /> 
            <input name="Submit" type="submit" class="search" value="Search" /> 
          </li>         
        </ul> 
      </form> 
    </div> 
    </div>
    <div id="mainnav">
      <ul id="nav">
        <li id="topnav-indiv-home"><a href="http://www.riversource.com/individuals-mutual-funds/">Mutual Funds Home</a></li>
        <li id="topnav-indiv-funds" class="current"><a class="currentlink" href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/">Products and Performance</a>
        </li>
        <li id="topnav-indiv-resources">
          <a href="http://www.riversource.com/individuals-mutual-funds/educational-resources/">Investor Resources</a>
        </li>
        <li id="topnav-indiv-about"><a href="http://www.riversource.com/individuals-mutual-funds/about-riversource/">About RiverSource</a></li>
      </ul>
    </div>
    <div class="subnav-indiv-funds secondary">
      <ul id="navB">
        <li id="subnav-indiv-funds-products"><a href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/mutual-fund-products/">Products</a></li>
        <li id="subnav-indiv-funds-performance" class="currentnolink"><a class="currentnotlink" href="#">Pricing and Performance</a></li>
        <li id="subnav-indiv-funds-documents"><a href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/fund-documents/">Fund Documents</a></li>
        <li id="subnav-indiv-funds-forms"><a href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/fund-forms/">Forms</a></li>
        <li id="subnav-indiv-funds-forms"><a href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/investing-dna/">Discover Investing DNA</a></li>
      </ul>
    </div>
     <div id="tertiary" style="HEIGHT: 15px"></div>

<div>
</div>

        <div id="bodycontent">
          <div class="bodycopy">
            <h1>Pricing and Performance</h1>
            <p><strong>
              The performance information shown represents past performance and is
              not a guarantee of future results. The investment return and principal
              value of your investment will fluctuate so that your shares, when redeemed,
              may be worth more or less than their original cost. Current performance
              may be lower or higher than the performance information shown. 
            </strong></p>
<p>
<ul style="list-style-image: url(http://www.riversource.com/global/images/rvsc/carat.gif)">
<li><a href="http://www.riversource.com/individuals-mutual-funds/about-riversource/news-and-events/march-2010-update.asp">Information about recently merged funds</a></li>
<li><a href="http://www.riversource.com/individuals-mutual-funds/about-riversource/news-and-events/september-28_fund_name_change.asp">Information about recently renamed funds</a></li>
</ul>
</p>
            <div>
		  <br style="clear:both;" />      
	          <div id="leftnavcontainer" style="float:left; width:200px;">
			
	<script>
	  
    dojo.require("dojo.data.ItemFileReadStore");
    dojo.require("dijit.Tree");
    dojo.require("dojo.parser");
	        
 		dijit._TreeNode.prototype.setLabelNode = function() {
        		this.labelNode.innerHTML = this.label;
    }

		dojo.addOnLoad(function (){
				    var fundNavTree = dijit.byId('fundNavTree');
			      fundNavTree.onClick = loadPage;
			      setTree();     // open to the section of the current page
		} );		

		function setTree() {
	    var fundNavTree = dijit.byId('fundNavTree');
	    var children = fundNavTree.rootNode.getChildren();             
	    
      for (var i = 0; i < children.length; i++) {
	      var node = children[i];
	      var c = node.labelNode.className;
	   
	      if(c.match(/r?categoryOn?/g)) {
	        fundNavTree._expandNode(node);
	        return;
        }              
      }      
    }

		function loadPage(item,node){
			if('fund_id' in item) {
				if(item.fund_id == -1) {
					window.location = '/fund/list/by-name/';
				}
				else if (item.fund_id == -2) {
					window.location = '/fund/list/by-category/';
				}
				else {
					window.location = '/fund/view/fund-'+item.fund_id;
				}

			}
		}
		
		function getNavLabel(item) {
			if(!item) {
				return '';
			}
			if ('children' in item) {
				return item.name[0].toUpperCase();
			}
			else {
				return item.name;
			}
		}

		navData= {"label": "name",
 "identifier": "id",
 "items": [
	
	{ "name": "All Funds",
	  "id": "0",
	  "category_id": "0",
	  "children": [
			{"name": "By Name",
			 "fund_id": "-1",
			 "id": "1"
			},
			{"name": "By Category",
			 "fund_id": "-2",
			 "id": "2"
			}
	  ]
	},
	
	
	{"name": "Domestic Equity",
	 "id": "3",
	 "category_id": "22",
	 "children": [
		
			{"name": "Columbia 120/20 Contrarian Equity Fund",
			 "fund_id": "111",
			 "id": "4"
			},
		
			{"name": "Columbia Acorn Fund",
			 "fund_id": "217",
			 "id": "5"
			},
		
			{"name": "Columbia Acorn Select",
			 "fund_id": "220",
			 "id": "6"
			},
		
			{"name": "Columbia Acorn USA",
			 "fund_id": "221",
			 "id": "7"
			},
		
			{"name": "Columbia Contrarian Core Fund",
			 "fund_id": "233",
			 "id": "8"
			},
		
			{"name": "Columbia Diversified Equity Income Fund",
			 "fund_id": "123",
			 "id": "9"
			},
		
			{"name": "Columbia Dividend Income Fund",
			 "fund_id": "237",
			 "id": "10"
			},
		
			{"name": "Columbia Dividend Opportunity Fund",
			 "fund_id": "124",
			 "id": "11"
			},
		
			{"name": "Columbia Equity Value Fund",
			 "fund_id": "126",
			 "id": "12"
			},
		
			{"name": "Columbia Frontier Fund",
			 "fund_id": "4",
			 "id": "13"
			},
		
			{"name": "Columbia Large Cap Core Fund",
			 "fund_id": "257",
			 "id": "14"
			},
		
			{"name": "Columbia Large Cap Enhanced Core Fund",
			 "fund_id": "258",
			 "id": "15"
			},
		
			{"name": "Columbia Large Cap Growth Fund",
			 "fund_id": "259",
			 "id": "16"
			},
		
			{"name": "Columbia Large Cap Index Fund",
			 "fund_id": "261",
			 "id": "17"
			},
		
			{"name": "Columbia Large Cap Value Fund",
			 "fund_id": "262",
			 "id": "18"
			},
		
			{"name": "Columbia Large Core Quantitative Fund",
			 "fund_id": "116",
			 "id": "19"
			},
		
			{"name": "Columbia Large Growth Quantitative Fund",
			 "fund_id": "118",
			 "id": "20"
			},
		
			{"name": "Columbia Large Value Quantitative Fund",
			 "fund_id": "119",
			 "id": "21"
			},
		
			{"name": "Columbia Marsico 21st Century Fund",
			 "fund_id": "269",
			 "id": "22"
			},
		
			{"name": "Columbia Marsico Flexible Capital Fund",
			 "fund_id": "415",
			 "id": "23"
			},
		
			{"name": "Columbia Marsico Focused Equities Fund",
			 "fund_id": "271",
			 "id": "24"
			},
		
			{"name": "Columbia Marsico Growth Fund",
			 "fund_id": "274",
			 "id": "25"
			},
		
			{"name": "Columbia Mid Cap Growth Fund",
			 "fund_id": "283",
			 "id": "26"
			},
		
			{"name": "Columbia Mid Cap Growth Opportunity Fund",
			 "fund_id": "141",
			 "id": "27"
			},
		
			{"name": "Columbia Mid Cap Index Fund",
			 "fund_id": "285",
			 "id": "28"
			},
		
			{"name": "Columbia Mid Cap Value Fund",
			 "fund_id": "286",
			 "id": "29"
			},
		
			{"name": "Columbia Mid Cap Value Opportunity Fund",
			 "fund_id": "142",
			 "id": "30"
			},
		
			{"name": "Columbia Multi-Advisor Small Cap Value Fund",
			 "fund_id": "153",
			 "id": "31"
			},
		
			{"name": "Columbia Recovery and Infrastructure Fund",
			 "fund_id": "165",
			 "id": "32"
			},
		
			{"name": "Columbia Select Large Cap Growth Fund",
			 "fund_id": "305",
			 "id": "33"
			},
		
			{"name": "Columbia Select Large-Cap Value Fund",
			 "fund_id": "10",
			 "id": "34"
			},
		
			{"name": "Columbia Select Small Cap Fund",
			 "fund_id": "308",
			 "id": "35"
			},
		
			{"name": "Columbia Select Smaller-Cap Value Fund",
			 "fund_id": "6",
			 "id": "36"
			},
		
			{"name": "Columbia Small Cap Core Fund",
			 "fund_id": "312",
			 "id": "37"
			},
		
			{"name": "Columbia Small Cap Growth Fund I",
			 "fund_id": "313",
			 "id": "38"
			},
		
			{"name": "Columbia Small Cap Growth Fund II",
			 "fund_id": "314",
			 "id": "39"
			},
		
			{"name": "Columbia Small Cap Index Fund",
			 "fund_id": "315",
			 "id": "40"
			},
		
			{"name": "Columbia Small Cap Value Fund I",
			 "fund_id": "316",
			 "id": "41"
			},
		
			{"name": "Columbia Small Cap Value Fund II",
			 "fund_id": "317",
			 "id": "42"
			},
		
			{"name": "Columbia Strategic Investor Fund",
			 "fund_id": "322",
			 "id": "43"
			},
		
			{"name": "Columbia Value & Restructuring Fund",
			 "fund_id": "328",
			 "id": "44"
			},
		
			{"name": "Columbia Variable Portfolio - Select Large-Cap Value Fund",
			 "fund_id": "417",
			 "id": "45"
			},
		
			{"name": "Columbia Variable Portfolio - Select Smaller-Cap Value Fund",
			 "fund_id": "418",
			 "id": "46"
			}
		
	  ]
	},
	
	{"name": "International Equity",
	 "id": "47",
	 "category_id": "25",
	 "children": [
		
			{"name": "Columbia Acorn Emerging Markets Fund",
			 "fund_id": "427",
			 "id": "48"
			},
		
			{"name": "Columbia Acorn European Fund",
			 "fund_id": "426",
			 "id": "49"
			},
		
			{"name": "Columbia Acorn International",
			 "fund_id": "218",
			 "id": "50"
			},
		
			{"name": "Columbia Acorn International Select",
			 "fund_id": "219",
			 "id": "51"
			},
		
			{"name": "Columbia Asia Pacific ex-Japan Fund",
			 "fund_id": "414",
			 "id": "52"
			},
		
			{"name": "Columbia Emerging Markets Fund",
			 "fund_id": "238",
			 "id": "53"
			},
		
			{"name": "Columbia Emerging Markets Opportunity Fund",
			 "fund_id": "209",
			 "id": "54"
			},
		
			{"name": "Columbia European Equity Fund",
			 "fund_id": "210",
			 "id": "55"
			},
		
			{"name": "Columbia Global Equity Fund",
			 "fund_id": "211",
			 "id": "56"
			},
		
			{"name": "Columbia Global Extended Alpha Fund",
			 "fund_id": "213",
			 "id": "57"
			},
		
			{"name": "Columbia Greater China Fund",
			 "fund_id": "244",
			 "id": "58"
			},
		
			{"name": "Columbia International Value Fund",
			 "fund_id": "256",
			 "id": "59"
			},
		
			{"name": "Columbia Marsico Global Fund",
			 "fund_id": "273",
			 "id": "60"
			},
		
			{"name": "Columbia Marsico International Opportunities Fund",
			 "fund_id": "276",
			 "id": "61"
			},
		
			{"name": "Columbia Multi-Advisor International Equity Fund",
			 "fund_id": "288",
			 "id": "62"
			},
		
			{"name": "Columbia Multi-Advisor International Value Fund",
			 "fund_id": "148",
			 "id": "63"
			},
		
			{"name": "Columbia Overseas Value Fund",
			 "fund_id": "419",
			 "id": "64"
			},
		
			{"name": "Columbia Pacific/Asia Fund",
			 "fund_id": "294",
			 "id": "65"
			}
		
	  ]
	},
	
	{"name": "Specialty",
	 "id": "66",
	 "category_id": "1",
	 "children": [
		
			{"name": "Columbia Convertible Securities Fund",
			 "fund_id": "234",
			 "id": "67"
			},
		
			{"name": "Columbia Energy and Natural Resources Fund",
			 "fund_id": "239",
			 "id": "68"
			},
		
			{"name": "Columbia Real Estate Equity Fund",
			 "fund_id": "295",
			 "id": "69"
			},
		
			{"name": "Columbia Seligman Communications and Information Fund",
			 "fund_id": "1",
			 "id": "70"
			},
		
			{"name": "Columbia Seligman Global Technology Fund",
			 "fund_id": "3",
			 "id": "71"
			},
		
			{"name": "Columbia Technology Fund",
			 "fund_id": "324",
			 "id": "72"
			}
		
	  ]
	},
	
	{"name": "Absolute Return",
	 "id": "73",
	 "category_id": "32",
	 "children": [
		
			{"name": "Columbia Absolute Return Currency and Income Fund",
			 "fund_id": "112",
			 "id": "74"
			},
		
			{"name": "Columbia Absolute Return Emerging Markets Macro Fund",
			 "fund_id": "422",
			 "id": "75"
			},
		
			{"name": "Columbia Absolute Return Enhanced Multi Strategy Fund",
			 "fund_id": "421",
			 "id": "76"
			},
		
			{"name": "Columbia Absolute Return Multi Strategy Fund",
			 "fund_id": "420",
			 "id": "77"
			}
		
	  ]
	},
	
	{"name": "Asset Allocation",
	 "id": "78",
	 "category_id": "23",
	 "children": [
		
			{"name": "Columbia Balanced Fund",
			 "fund_id": "225",
			 "id": "79"
			},
		
			{"name": "Columbia Flexible Capital Income Fund",
			 "fund_id": "424",
			 "id": "80"
			},
		
			{"name": "Columbia Income Builder Fund",
			 "fund_id": "132",
			 "id": "81"
			},
		
			{"name": "Columbia LifeGoal Balanced Growth Portfolio",
			 "fund_id": "265",
			 "id": "82"
			},
		
			{"name": "Columbia LifeGoal Growth Portfolio",
			 "fund_id": "266",
			 "id": "83"
			},
		
			{"name": "Columbia LifeGoal Income & Growth Portfolio",
			 "fund_id": "267",
			 "id": "84"
			},
		
			{"name": "Columbia LifeGoal Income Portfolio",
			 "fund_id": "268",
			 "id": "85"
			},
		
			{"name": "Columbia Masters International Equity Portfolio",
			 "fund_id": "281",
			 "id": "86"
			},
		
			{"name": "Columbia Portfolio Builder Aggressive Fund",
			 "fund_id": "157",
			 "id": "87"
			},
		
			{"name": "Columbia Portfolio Builder Conservative",
			 "fund_id": "158",
			 "id": "88"
			},
		
			{"name": "Columbia Portfolio Builder Moderate Aggressive Fund",
			 "fund_id": "159",
			 "id": "89"
			},
		
			{"name": "Columbia Portfolio Builder Moderate Conservative Fund",
			 "fund_id": "160",
			 "id": "90"
			},
		
			{"name": "Columbia Portfolio Builder Moderate Fund",
			 "fund_id": "161",
			 "id": "91"
			},
		
			{"name": "Columbia Strategic Allocation Fund",
			 "fund_id": "179",
			 "id": "92"
			},
		
			{"name": "Columbia Thermostat Fund",
			 "fund_id": "325",
			 "id": "93"
			}
		
	  ]
	},
	
	{"name": "Target Date",
	 "id": "94",
	 "category_id": "28",
	 "children": [
		
			{"name": "Columbia Retirement Plus 2010 Fund",
			 "fund_id": "166",
			 "id": "95"
			},
		
			{"name": "Columbia Retirement Plus 2015 Fund",
			 "fund_id": "167",
			 "id": "96"
			},
		
			{"name": "Columbia Retirement Plus 2020 Fund",
			 "fund_id": "168",
			 "id": "97"
			},
		
			{"name": "Columbia Retirement Plus 2025 Fund",
			 "fund_id": "169",
			 "id": "98"
			},
		
			{"name": "Columbia Retirement Plus 2030 Fund",
			 "fund_id": "170",
			 "id": "99"
			},
		
			{"name": "Columbia Retirement Plus 2035 Fund",
			 "fund_id": "171",
			 "id": "100"
			},
		
			{"name": "Columbia Retirement Plus 2040 Fund",
			 "fund_id": "172",
			 "id": "101"
			},
		
			{"name": "Columbia Retirement Plus 2045 Fund",
			 "fund_id": "173",
			 "id": "102"
			}
		
	  ]
	},
	
	{"name": "Taxable Fixed Income",
	 "id": "103",
	 "category_id": "26",
	 "children": [
		
			{"name": "Columbia Bond Fund",
			 "fund_id": "227",
			 "id": "104"
			},
		
			{"name": "Columbia Corporate Income Fund",
			 "fund_id": "249",
			 "id": "105"
			},
		
			{"name": "Columbia Diversified Bond Fund",
			 "fund_id": "122",
			 "id": "106"
			},
		
			{"name": "Columbia Emerging Markets Bond Fund",
			 "fund_id": "125",
			 "id": "107"
			},
		
			{"name": "Columbia Floating Rate Fund",
			 "fund_id": "127",
			 "id": "108"
			},
		
			{"name": "Columbia Global Bond Fund",
			 "fund_id": "128",
			 "id": "109"
			},
		
			{"name": "Columbia High Yield Bond Fund",
			 "fund_id": "131",
			 "id": "110"
			},
		
			{"name": "Columbia High Yield Opportunity Fund",
			 "fund_id": "248",
			 "id": "111"
			},
		
			{"name": "Columbia Income Opportunities Fund",
			 "fund_id": "135",
			 "id": "112"
			},
		
			{"name": "Columbia Inflation Protected Securities Fund",
			 "fund_id": "136",
			 "id": "113"
			},
		
			{"name": "Columbia Intermediate Bond Fund",
			 "fund_id": "250",
			 "id": "114"
			},
		
			{"name": "Columbia International Bond Fund",
			 "fund_id": "253",
			 "id": "115"
			},
		
			{"name": "Columbia Limited Duration Credit Fund",
			 "fund_id": "140",
			 "id": "116"
			},
		
			{"name": "Columbia Short Term Bond Fund",
			 "fund_id": "310",
			 "id": "117"
			},
		
			{"name": "Columbia Strategic Income Fund",
			 "fund_id": "320",
			 "id": "118"
			},
		
			{"name": "Columbia U.S. Government Mortgage Fund",
			 "fund_id": "184",
			 "id": "119"
			},
		
			{"name": "Columbia US Treasury Index Fund",
			 "fund_id": "327",
			 "id": "120"
			},
		
			{"name": "Columbia Variable Portfolio - Cash Management Fund",
			 "fund_id": "416",
			 "id": "121"
			}
		
	  ]
	},
	
	{"name": "Tax-Exempt Fixed Income",
	 "id": "122",
	 "category_id": "27",
	 "children": [
		
			{"name": "Columbia AMT-Free Tax-Exempt Bond Fund",
			 "fund_id": "181",
			 "id": "123"
			},
		
			{"name": "Columbia CA Interm Muni Bond Fund",
			 "fund_id": "228",
			 "id": "124"
			},
		
			{"name": "Columbia California Tax-Exempt Fund",
			 "fund_id": "229",
			 "id": "125"
			},
		
			{"name": "Columbia Connecticut Intermediate Municipal Bond Fund",
			 "fund_id": "230",
			 "id": "126"
			},
		
			{"name": "Columbia Connecticut Tax-Exempt Fund",
			 "fund_id": "231",
			 "id": "127"
			},
		
			{"name": "Columbia Georgia Intermediate Muni Bond",
			 "fund_id": "242",
			 "id": "128"
			},
		
			{"name": "Columbia High Yield Municipal Fund",
			 "fund_id": "247",
			 "id": "129"
			},
		
			{"name": "Columbia Intermediate Municipal Bond Fund",
			 "fund_id": "251",
			 "id": "130"
			},
		
			{"name": "Columbia Maryland Intermediate Muni Bond",
			 "fund_id": "278",
			 "id": "131"
			},
		
			{"name": "Columbia Massachusetts Intermediate Municipal Bond Fund",
			 "fund_id": "279",
			 "id": "132"
			},
		
			{"name": "Columbia Massachusetts Tax-Exempt Fund",
			 "fund_id": "280",
			 "id": "133"
			},
		
			{"name": "Columbia Minnesota Tax-Exempt Fund",
			 "fund_id": "143",
			 "id": "134"
			},
		
			{"name": "Columbia New York Intermediate Municipal Bond Fund",
			 "fund_id": "290",
			 "id": "135"
			},
		
			{"name": "Columbia New York Tax-Exempt Fund",
			 "fund_id": "291",
			 "id": "136"
			},
		
			{"name": "Columbia North Carolina Intermediate Muni Bond Fund",
			 "fund_id": "292",
			 "id": "137"
			},
		
			{"name": "Columbia Oregon Intermediate Municipal Bond Fund",
			 "fund_id": "293",
			 "id": "138"
			},
		
			{"name": "Columbia Short Term Municipal Bond Fund",
			 "fund_id": "311",
			 "id": "139"
			},
		
			{"name": "Columbia South Carolina Intermediate Muni Bond Fund",
			 "fund_id": "319",
			 "id": "140"
			},
		
			{"name": "Columbia Tax-Exempt Fund",
			 "fund_id": "323",
			 "id": "141"
			},
		
			{"name": "Columbia Virginia Intermediate Muni Bond Fund",
			 "fund_id": "329",
			 "id": "142"
			}
		
	  ]
	},
	
	{"name": "Money Market",
	 "id": "143",
	 "category_id": "9",
	 "children": [
		
			{"name": "Columbia Government Money Market Fund",
			 "fund_id": "38",
			 "id": "144"
			},
		
			{"name": "Columbia Money Market Fund",
			 "fund_id": "115",
			 "id": "145"
			}
		
	  ]
	},
	
	{"name": "529 Equity",
	 "id": "146",
	 "category_id": "29",
	 "children": [
		
			{"name": "21st Century",
			 "fund_id": "364",
			 "id": "147"
			},
		
			{"name": "Acorn",
			 "fund_id": "365",
			 "id": "148"
			},
		
			{"name": "Acorn Select",
			 "fund_id": "366",
			 "id": "149"
			},
		
			{"name": "Acorn USA",
			 "fund_id": "367",
			 "id": "150"
			},
		
			{"name": "Aggressive Growth",
			 "fund_id": "368",
			 "id": "151"
			},
		
			{"name": "Aggressive Growth NY 529",
			 "fund_id": "390",
			 "id": "152"
			},
		
			{"name": "Balanced",
			 "fund_id": "369",
			 "id": "153"
			},
		
			{"name": "Balanced Growth",
			 "fund_id": "370",
			 "id": "154"
			},
		
			{"name": "Balanced NY 529",
			 "fund_id": "391",
			 "id": "155"
			},
		
			{"name": "Columbia Acorn NY 529",
			 "fund_id": "393",
			 "id": "156"
			},
		
			{"name": "Columbia Acorn Select NY 529",
			 "fund_id": "394",
			 "id": "157"
			},
		
			{"name": "Columbia Acorn USA NY 529",
			 "fund_id": "395",
			 "id": "158"
			},
		
			{"name": "Columbia Equity Value NY 529",
			 "fund_id": "410",
			 "id": "159"
			},
		
			{"name": "Columbia Large Cap Value NY 529",
			 "fund_id": "397",
			 "id": "160"
			},
		
			{"name": "Columbia Marsico Growth NY 529",
			 "fund_id": "398",
			 "id": "161"
			},
		
			{"name": "Columbia Mid Cap Value NY 529",
			 "fund_id": "399",
			 "id": "162"
			},
		
			{"name": "Columbia Small Cap Core NY 529",
			 "fund_id": "400",
			 "id": "163"
			},
		
			{"name": "Columbia Small Cap Value NY 529",
			 "fund_id": "401",
			 "id": "164"
			},
		
			{"name": "Columbia Thermostat NY 529",
			 "fund_id": "403",
			 "id": "165"
			},
		
			{"name": "Convertible Securities",
			 "fund_id": "371",
			 "id": "166"
			},
		
			{"name": "Focused Equities",
			 "fund_id": "373",
			 "id": "167"
			},
		
			{"name": "Growth",
			 "fund_id": "374",
			 "id": "168"
			},
		
			{"name": "Growth Equities",
			 "fund_id": "375",
			 "id": "169"
			},
		
			{"name": "Growth NY 529",
			 "fund_id": "407",
			 "id": "170"
			},
		
			{"name": "Income and Growth",
			 "fund_id": "378",
			 "id": "171"
			},
		
			{"name": "Large Cap Core",
			 "fund_id": "381",
			 "id": "172"
			},
		
			{"name": "Large Cap Value",
			 "fund_id": "382",
			 "id": "173"
			},
		
			{"name": "Mid Cap Growth",
			 "fund_id": "383",
			 "id": "174"
			},
		
			{"name": "Mid Cap Value",
			 "fund_id": "384",
			 "id": "175"
			},
		
			{"name": "Moderate Growth NY 529",
			 "fund_id": "408",
			 "id": "176"
			},
		
			{"name": "Premiere Aggressive Growth NY 529",
			 "fund_id": "409",
			 "id": "177"
			},
		
			{"name": "Premiere Large Cap Value NY 529",
			 "fund_id": "413",
			 "id": "178"
			},
		
			{"name": "Small Cap Growth",
			 "fund_id": "386",
			 "id": "179"
			},
		
			{"name": "Small Cap Value",
			 "fund_id": "387",
			 "id": "180"
			}
		
	  ]
	},
	
	{"name": "529 International",
	 "id": "181",
	 "category_id": "30",
	 "children": [
		
			{"name": "International Opportunities",
			 "fund_id": "379",
			 "id": "182"
			},
		
			{"name": "International Value",
			 "fund_id": "380",
			 "id": "183"
			},
		
			{"name": "Multi-Advisor International Equity",
			 "fund_id": "385",
			 "id": "184"
			},
		
			{"name": "Premiere Global Allocation NY 529",
			 "fund_id": "411",
			 "id": "185"
			},
		
			{"name": "Premiere International Equity NY 529",
			 "fund_id": "412",
			 "id": "186"
			}
		
	  ]
	},
	
	{"name": "529 Fixed Income and Money Market",
	 "id": "187",
	 "category_id": "31",
	 "children": [
		
			{"name": "College NY 529",
			 "fund_id": "392",
			 "id": "188"
			},
		
			{"name": "Columbia Intermediate Bond NY 529",
			 "fund_id": "396",
			 "id": "189"
			},
		
			{"name": "Columbia Strategic Income NY 529",
			 "fund_id": "402",
			 "id": "190"
			},
		
			{"name": "Conservative",
			 "fund_id": "388",
			 "id": "191"
			},
		
			{"name": "Conservative NY 529",
			 "fund_id": "404",
			 "id": "192"
			},
		
			{"name": "Current Income NY 529",
			 "fund_id": "405",
			 "id": "193"
			},
		
			{"name": "Diversified Income NY 529",
			 "fund_id": "406",
			 "id": "194"
			},
		
			{"name": "Income",
			 "fund_id": "377",
			 "id": "195"
			},
		
			{"name": "Income Opportunities",
			 "fund_id": "376",
			 "id": "196"
			},
		
			{"name": "Intermediate Bond",
			 "fund_id": "389",
			 "id": "197"
			},
		
			{"name": "U.S. Government Mortgage",
			 "fund_id": "372",
			 "id": "198"
			}
		
	  ]
	},
	
	{"name": "Closed End Funds",
	 "id": "207",
	 "category_id": "12",
	 "children": [
		
			{"name": "Columbia Seligman Premium Technology Growth Fund",
			 "fund_id": "216",
			 "id": "208"
			},
		
			{"name": "Tri-Continental",
			 "fund_id": "48",
			 "id": "209"
			}
		
	  ]
	},
	
	{"name": "Variable Portfolio Funds",
	 "id": "210",
	 "category_id": "11",
	 "children": [
		
			{"name": "Columbia Variable Portfolio - Seligman Global Technology Fund",
			 "fund_id": "53",
			 "id": "211"
			}
		
	  ]
	},
	
	{"name": "Index",
	 "id": "212",
	 "category_id": "24",
	 "children": [
		
			{"name": "Columbia Variable Portfolio - S&P 500 Index Fund",
			 "fund_id": "201",
			 "id": "213"
			}
		
	  ]
	}
	
  ]
};


	     </script>
		<style>
		#fundNavTree {
			margin-top: 10px;
		}
		#fundNavTree .dijitTreeContent {
			margin-left: 3px;
		}
		#fundNavTree .dijitTreeExpandoOpened {
			background-image: url(/images/common/fund_square_on.gif);
			background-position: 5px 5px;
			background-repeat: no-repeat;
		}

		#fundNavTree .dijitTreeExpandoClosed {	
			background-image: url(/images/common/fund_square.gif);
			background-position: 5px 6px;
			background-repeat: no-repeat;
		}
		#fundNavTree .dijitTreeExpandoLeaf {
			display: none;
		}
		#fundNavTree .dijitTreeIcon {
			display: none;
			width: 0px;
		}

		#fundNavTree .dijitTreeNode {
			background-image: none;
		}

		#fundNavTree .dijitTreeNodeSelected .dijitTreeLabel{
			background: none;
		}

		#fundNavTree .dijitTreeIsLast {
			background-image: none;
		}
		#fundNavTree .category {
			color:#014874;
			font-family:Verdana,sans serif;
			font-size:10px;
			margin:0 0 0 -8px;
			padding:0px;
			cursor: pointer;
		}

		#fundNavTree .categoryOn {
			color:#029ec6;
			font-family:Verdana,sans serif;
			font-size:10px;
			margin:0 0 0 -8px;
			padding:0px;
			cursor: pointer;
		}

		#fundNavTree .category:hover {
			color: #029ec6;
		}
		#fundNavTree .fund {
			color:#014874;
			font-family:Verdana,sans serif;
			font-size:9px;
			font-style: italic;
			font-weight: normal;
			cursor: pointer;
		}

		#leftnavcontainer * #fundNavTree .fundOn {
			color:#029ec6;
			font-family:Verdana,sans serif;
			font-size:9px;
			font-style: italic;
			font-weight: normal;
			cursor: pointer;
			white-space:normal !important;
		}
		#fundNavTree .fund:hover {
			color: #029ec6;
		}
    .soria .dijitTreeContent {
      max-width:200px !important;
    }
    #leftnavcontainer * #fundNavTree .fund {    
      white-space:normal !important;
    }
    .soria .dijitTreeNode {
      margin-bottom:5px;
    }
    .dijitTreeRow, .dijitTreeContent {
      white-space:normal !important;
    }
    #fundNavTree .fundOn {
      color:#029EC6;
      cursor:pointer;
      font-family:Verdana,sans serif;
      font-size:9px;
      font-style:italic;
      font-weight:normal;
      white-space:normal;
    }
    #fundNavTree .dijitTreeContent {
      margin-left:0;
    }
    .soria .dijitTreeExpando {
      padding-right:5px;
    }
    .soria .dijitTreeLabel {
      margin-left:0px;
      padding-right:5px !important;
    }
</style>
	        <div dojoType="dojo.data.ItemFileReadStore" data='navData' jsid="navStore"></div>
	        <div dojoType="dijit.Tree" store="navStore" labelAttr="name" id='fundNavTree' openOnClick='true' persist="false">
			<script type="dojo/method" event="getLabel" args="item">
	

			if(!item) {
				return '';
			}
			if('root' in item && item.root) {
				return '';
			}

			if ('children' in item) {
				if(item.name[0].search(/Advice-Built/) != -1) {
					return '<i>ADVICE-BUILT</i>&reg; SOLUTIONS';
				}
				else if(item.name[0].search(/Advanced Alpha/) != -1) {
					return '<i>ADVANCED ALPHA</i>&reg; STRATEGIES';
				}
				else {
					return item.name[0].toUpperCase();

				}	
			}
			else {
				return item.name;
			}
			</script>

			<script type="dojo/method" event="getLabelClass" args="item">
			if(!item) {
				return '';
			}
			if ('children' in item) {
				for (i=0; i<item.children.length; i++) {
					if(item.children[i].fund_id == 148) {
						return 'categoryOn';
					}
				}
				return 'category';
			}
			else {
				if('fund_id' in item && item.fund_id == 148) {
					return 'fundOn';
				}
				else {
					return 'fund';
				}
			}
			</script>

		</div>




		<noscript id='searchNav'>
		<ul>
		
			<li>All Funds<ul>
			
				
					<li><a href='/fund/list/by-name/'>By Name</a></li>
				
			
				
					<li><a href='/fund/list/by-category/'>By Category</a></li>
				
			
			</ul></li>
		
			<li>Domestic Equity<ul>
			
				
					<li><a href='/fund/view/fund-111'>Columbia 120/20 Contrarian Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-217'>Columbia Acorn Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-220'>Columbia Acorn Select</a></li>
				
			
				
					<li><a href='/fund/view/fund-221'>Columbia Acorn USA</a></li>
				
			
				
					<li><a href='/fund/view/fund-233'>Columbia Contrarian Core Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-123'>Columbia Diversified Equity Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-237'>Columbia Dividend Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-124'>Columbia Dividend Opportunity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-126'>Columbia Equity Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-4'>Columbia Frontier Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-257'>Columbia Large Cap Core Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-258'>Columbia Large Cap Enhanced Core Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-259'>Columbia Large Cap Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-261'>Columbia Large Cap Index Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-262'>Columbia Large Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-116'>Columbia Large Core Quantitative Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-118'>Columbia Large Growth Quantitative Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-119'>Columbia Large Value Quantitative Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-269'>Columbia Marsico 21st Century Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-415'>Columbia Marsico Flexible Capital Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-271'>Columbia Marsico Focused Equities Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-274'>Columbia Marsico Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-283'>Columbia Mid Cap Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-141'>Columbia Mid Cap Growth Opportunity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-285'>Columbia Mid Cap Index Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-286'>Columbia Mid Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-142'>Columbia Mid Cap Value Opportunity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-153'>Columbia Multi-Advisor Small Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-165'>Columbia Recovery and Infrastructure Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-305'>Columbia Select Large Cap Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-10'>Columbia Select Large-Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-308'>Columbia Select Small Cap Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-6'>Columbia Select Smaller-Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-312'>Columbia Small Cap Core Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-313'>Columbia Small Cap Growth Fund I</a></li>
				
			
				
					<li><a href='/fund/view/fund-314'>Columbia Small Cap Growth Fund II</a></li>
				
			
				
					<li><a href='/fund/view/fund-315'>Columbia Small Cap Index Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-316'>Columbia Small Cap Value Fund I</a></li>
				
			
				
					<li><a href='/fund/view/fund-317'>Columbia Small Cap Value Fund II</a></li>
				
			
				
					<li><a href='/fund/view/fund-322'>Columbia Strategic Investor Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-328'>Columbia Value & Restructuring Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-417'>Columbia Variable Portfolio - Select Large-Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-418'>Columbia Variable Portfolio - Select Smaller-Cap Value Fund</a></li>
				
			
			</ul></li>
		
			<li>International Equity<ul>
			
				
					<li><a href='/fund/view/fund-427'>Columbia Acorn Emerging Markets Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-426'>Columbia Acorn European Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-218'>Columbia Acorn International</a></li>
				
			
				
					<li><a href='/fund/view/fund-219'>Columbia Acorn International Select</a></li>
				
			
				
					<li><a href='/fund/view/fund-414'>Columbia Asia Pacific ex-Japan Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-238'>Columbia Emerging Markets Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-209'>Columbia Emerging Markets Opportunity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-210'>Columbia European Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-211'>Columbia Global Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-213'>Columbia Global Extended Alpha Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-244'>Columbia Greater China Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-256'>Columbia International Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-273'>Columbia Marsico Global Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-276'>Columbia Marsico International Opportunities Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-288'>Columbia Multi-Advisor International Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-148'>Columbia Multi-Advisor International Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-419'>Columbia Overseas Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-294'>Columbia Pacific/Asia Fund</a></li>
				
			
			</ul></li>
		
			<li>Specialty<ul>
			
				
					<li><a href='/fund/view/fund-234'>Columbia Convertible Securities Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-239'>Columbia Energy and Natural Resources Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-295'>Columbia Real Estate Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-1'>Columbia Seligman Communications and Information Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-3'>Columbia Seligman Global Technology Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-324'>Columbia Technology Fund</a></li>
				
			
			</ul></li>
		
			<li>Absolute Return<ul>
			
				
					<li><a href='/fund/view/fund-112'>Columbia Absolute Return Currency and Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-422'>Columbia Absolute Return Emerging Markets Macro Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-421'>Columbia Absolute Return Enhanced Multi Strategy Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-420'>Columbia Absolute Return Multi Strategy Fund</a></li>
				
			
			</ul></li>
		
			<li>Asset Allocation<ul>
			
				
					<li><a href='/fund/view/fund-225'>Columbia Balanced Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-424'>Columbia Flexible Capital Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-132'>Columbia Income Builder Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-265'>Columbia LifeGoal Balanced Growth Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-266'>Columbia LifeGoal Growth Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-267'>Columbia LifeGoal Income & Growth Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-268'>Columbia LifeGoal Income Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-281'>Columbia Masters International Equity Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-157'>Columbia Portfolio Builder Aggressive Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-158'>Columbia Portfolio Builder Conservative</a></li>
				
			
				
					<li><a href='/fund/view/fund-159'>Columbia Portfolio Builder Moderate Aggressive Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-160'>Columbia Portfolio Builder Moderate Conservative Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-161'>Columbia Portfolio Builder Moderate Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-179'>Columbia Strategic Allocation Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-325'>Columbia Thermostat Fund</a></li>
				
			
			</ul></li>
		
			<li>Target Date<ul>
			
				
					<li><a href='/fund/view/fund-166'>Columbia Retirement Plus 2010 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-167'>Columbia Retirement Plus 2015 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-168'>Columbia Retirement Plus 2020 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-169'>Columbia Retirement Plus 2025 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-170'>Columbia Retirement Plus 2030 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-171'>Columbia Retirement Plus 2035 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-172'>Columbia Retirement Plus 2040 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-173'>Columbia Retirement Plus 2045 Fund</a></li>
				
			
			</ul></li>
		
			<li>Taxable Fixed Income<ul>
			
				
					<li><a href='/fund/view/fund-227'>Columbia Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-249'>Columbia Corporate Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-122'>Columbia Diversified Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-125'>Columbia Emerging Markets Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-127'>Columbia Floating Rate Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-128'>Columbia Global Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-131'>Columbia High Yield Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-248'>Columbia High Yield Opportunity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-135'>Columbia Income Opportunities Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-136'>Columbia Inflation Protected Securities Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-250'>Columbia Intermediate Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-253'>Columbia International Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-140'>Columbia Limited Duration Credit Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-310'>Columbia Short Term Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-320'>Columbia Strategic Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-184'>Columbia U.S. Government Mortgage Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-327'>Columbia US Treasury Index Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-416'>Columbia Variable Portfolio - Cash Management Fund</a></li>
				
			
			</ul></li>
		
			<li>Tax-Exempt Fixed Income<ul>
			
				
					<li><a href='/fund/view/fund-181'>Columbia AMT-Free Tax-Exempt Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-228'>Columbia CA Interm Muni Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-229'>Columbia California Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-230'>Columbia Connecticut Intermediate Municipal Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-231'>Columbia Connecticut Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-242'>Columbia Georgia Intermediate Muni Bond</a></li>
				
			
				
					<li><a href='/fund/view/fund-247'>Columbia High Yield Municipal Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-251'>Columbia Intermediate Municipal Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-278'>Columbia Maryland Intermediate Muni Bond</a></li>
				
			
				
					<li><a href='/fund/view/fund-279'>Columbia Massachusetts Intermediate Municipal Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-280'>Columbia Massachusetts Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-143'>Columbia Minnesota Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-290'>Columbia New York Intermediate Municipal Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-291'>Columbia New York Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-292'>Columbia North Carolina Intermediate Muni Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-293'>Columbia Oregon Intermediate Municipal Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-311'>Columbia Short Term Municipal Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-319'>Columbia South Carolina Intermediate Muni Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-323'>Columbia Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-329'>Columbia Virginia Intermediate Muni Bond Fund</a></li>
				
			
			</ul></li>
		
			<li>Money Market<ul>
			
				
					<li><a href='/fund/view/fund-38'>Columbia Government Money Market Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-115'>Columbia Money Market Fund</a></li>
				
			
			</ul></li>
		
			<li>529 Equity<ul>
			
				
					<li><a href='/fund/view/fund-364'>21st Century</a></li>
				
			
				
					<li><a href='/fund/view/fund-365'>Acorn</a></li>
				
			
				
					<li><a href='/fund/view/fund-366'>Acorn Select</a></li>
				
			
				
					<li><a href='/fund/view/fund-367'>Acorn USA</a></li>
				
			
				
					<li><a href='/fund/view/fund-368'>Aggressive Growth</a></li>
				
			
				
					<li><a href='/fund/view/fund-390'>Aggressive Growth NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-369'>Balanced</a></li>
				
			
				
					<li><a href='/fund/view/fund-370'>Balanced Growth</a></li>
				
			
				
					<li><a href='/fund/view/fund-391'>Balanced NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-393'>Columbia Acorn NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-394'>Columbia Acorn Select NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-395'>Columbia Acorn USA NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-410'>Columbia Equity Value NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-397'>Columbia Large Cap Value NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-398'>Columbia Marsico Growth NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-399'>Columbia Mid Cap Value NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-400'>Columbia Small Cap Core NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-401'>Columbia Small Cap Value NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-403'>Columbia Thermostat NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-371'>Convertible Securities</a></li>
				
			
				
					<li><a href='/fund/view/fund-373'>Focused Equities</a></li>
				
			
				
					<li><a href='/fund/view/fund-374'>Growth</a></li>
				
			
				
					<li><a href='/fund/view/fund-375'>Growth Equities</a></li>
				
			
				
					<li><a href='/fund/view/fund-407'>Growth NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-378'>Income and Growth</a></li>
				
			
				
					<li><a href='/fund/view/fund-381'>Large Cap Core</a></li>
				
			
				
					<li><a href='/fund/view/fund-382'>Large Cap Value</a></li>
				
			
				
					<li><a href='/fund/view/fund-383'>Mid Cap Growth</a></li>
				
			
				
					<li><a href='/fund/view/fund-384'>Mid Cap Value</a></li>
				
			
				
					<li><a href='/fund/view/fund-408'>Moderate Growth NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-409'>Premiere Aggressive Growth NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-413'>Premiere Large Cap Value NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-386'>Small Cap Growth</a></li>
				
			
				
					<li><a href='/fund/view/fund-387'>Small Cap Value</a></li>
				
			
			</ul></li>
		
			<li>529 International<ul>
			
				
					<li><a href='/fund/view/fund-379'>International Opportunities</a></li>
				
			
				
					<li><a href='/fund/view/fund-380'>International Value</a></li>
				
			
				
					<li><a href='/fund/view/fund-385'>Multi-Advisor International Equity</a></li>
				
			
				
					<li><a href='/fund/view/fund-411'>Premiere Global Allocation NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-412'>Premiere International Equity NY 529</a></li>
				
			
			</ul></li>
		
			<li>529 Fixed Income and Money Market<ul>
			
				
					<li><a href='/fund/view/fund-392'>College NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-396'>Columbia Intermediate Bond NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-402'>Columbia Strategic Income NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-388'>Conservative</a></li>
				
			
				
					<li><a href='/fund/view/fund-404'>Conservative NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-405'>Current Income NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-406'>Diversified Income NY 529</a></li>
				
			
				
					<li><a href='/fund/view/fund-377'>Income</a></li>
				
			
				
					<li><a href='/fund/view/fund-376'>Income Opportunities</a></li>
				
			
				
					<li><a href='/fund/view/fund-389'>Intermediate Bond</a></li>
				
			
				
					<li><a href='/fund/view/fund-372'>U.S. Government Mortgage</a></li>
				
			
			</ul></li>
		
			<li>Closed End Funds<ul>
			
				
					<li><a href='/fund/view/fund-216'>Columbia Seligman Premium Technology Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-48'>Tri-Continental</a></li>
				
			
			</ul></li>
		
			<li>Variable Portfolio Funds<ul>
			
				
					<li><a href='/fund/view/fund-53'>Columbia Variable Portfolio - Seligman Global Technology Fund</a></li>
				
			
			</ul></li>
		
			<li>Index<ul>
			
				
					<li><a href='/fund/view/fund-201'>Columbia Variable Portfolio - S&P 500 Index Fund</a></li>
				
			
			</ul></li>
		
		</ul>
		</noscript>

		  </div>      

	          <div id="innerTableContainer" style="margin-left: 200px;">
			
		<style type='text/css'>
      .soria #innerTableContainer .dijitTitlePane .dijitTitlePaneTitle {
          background: #eeeeee;
          border: none;
          color: #014977;
          font-weight:bold;
       }
      .soria #innerTableContainer .dijitTitlePaneContentInner {
          background-color:#eeeeee;
      }
      .soria #innerTableContainer .dijitTitlePaneFocused .dijitTitlePaneTextNode {
          text-decoration: none;
      }
      .soria #innerTableContainer .dijitTitlePane {
          border-bottom: 1px solid white;
      }
      .soria #innerTableContainer .dijitTitlePaneContentOuter {
          border: none;
      }
			.innerPane {
				width: 99%;
				margin-left: 4px;
			}
		  .innerPane .dijitTitlePaneTitle {
				background: #dddddd;
				border: 1px solid #cccccc;
        color: #014977;
        font-weight:bold;
      }
			#innerTableContainer table.factTable {
				width: 95%;
				border-collapse: collapse;
				line-height: 14px;
				border: none;
			}
			#innerTableContainer table.factTable th {
				text-align: center;
				color: #666666;
		    background-color:#eeeeee;
				border-top: 1px solid #d0d0d0;
				border-bottom: 1px solid #d0d0d0;
				padding-top: 7px;
				padding-bottom: 7px;
				font-weight: normal;
			}

			#innerTableContainer table.factTable td {
				text-align: center;
				border-left: none;
				border-right: none;
				border-bottom: 1px solid #d0d0d0;
		    background-color:#eeeeee;
				color: #019fca;
				padding: 2px;
			}
			.boldHeader,
			#innerTableContainer table.factTable td.rowHeader,
			#innerTableContainer table.factTable td.rowHeaderReturns,
			#innerTableContainer table.factTable td.rowHeaderHolding,
			#innerTableContainer table.factTable td.rowHeaderHoldingNumber {
				font-size: 11px;
				text-align: left;
				color: #666666;
				font-weight: bold;
			}

			#innerTableContainer table.factTable td.rowHeaderHolding {
				padding: 0;
			}

			#innerTableContainer table.factTable td.rowHeaderHoldingNumber {
				padding-left: 10px;
				width: 5px;
			}

			#innerTableContainer table.factTable  td.rowHeaderReturns {
				color: #014978;
				padding-left: 15px;
			}

			.asOfText {
				color: #004977;
			}
			#datePicker {
				border-bottom: 1px dashed #004977;
			}
			.fundName a {
				color: #014978;
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
			}

			.fundName a:hover {
				color: #029ec6;
				text-decoration: underline;
			}
			sup.hedge {
				font-size: 10px;

				font-weight: bold;
			}
			sup.hedge a {
				text-decoration: none;
			}
			sup.hedge a:hover {
				text-decoration: underline;
			}
			#calImage {
				padding-left: 3px;
			}

			#grid {
				width: 98%;
			}
			.holdingTooltip {
				cursor: help;
			}

			.holdingTooltipContent {
				font-size: 10px;
			}

			.notices {
				font-weight: bold;
			}
			.fundNameNotice {
				font-style: italic;
			}


.soria #innerTableContainer .dijitTitlePane .dijitOpen .dijitArrowNode {
background:transparent url(/images/dojo_widgets/arrowDown.png) no-repeat scroll center;
}
.soria #innerTableContainer .dijitTitlePane .dijitClosed .dijitArrowNode {
background:transparent url(/images/dojo_widgets/arrowRight.png) no-repeat scroll center;
}
.soria #innerTableContainer .dijitTitlePaneTextNode {
    font-size:11px;
}

.soria #innerTableContainer .dijitTitlePaneContentInner {
    display:block;
}
.soria #innerTableContainer .dijitTitlePaneContentOuter {
    display:block;
}
.soria #innerTableContainer  ul.fundLinks {
	margin: 0;
	padding: 0;
}
.soria #innerTableContainer  ul li.fundLinks {
	list-style-type:none;
	font-size: 11px;
	line-height: 1.5em;

}
#innerTableContainer ul li.fundLinks a {
	color: #666666;
	background-position: 5px 3px;
	background-repeat: no-repeat;
	padding: 3px 10px 3px 25px;
	text-decoration:none;
	font-weight: normal;
}

#innerTableContainer ul li.fundLinks a.pdfLink {
	background-image:url(/images/common/pdf_icon.gif);
}
		</style>
		<script language="JavaScript" type="text/javascript">
			dojo.require("dojo.parser");	// scan page for widgets and instantiate them
			dojo.require('dijit.TitlePane');
			dojo.require("dijit.form.DateTextBox");
			dojo.require("dijit.form.Form");
			dojo.require("dijit.InlineEditBox");
			dojo.require("dojo.date.locale");
			dojo.require("dojo.fx");
			dojo.require("dijit.Tooltip");

			dojo.addOnLoad(function (){
				var paneList = ['prices','returns','expenses','holdings','information','links'];

				var requestedPane = window.location.hash;

				if (requestedPane) {
					requestedPane = requestedPane.substring(1);
					for(counter = 0; counter < paneList.length; counter++) {

						var pane = dijit.byId(paneList[counter]+'Pane');
						if(pane) {
							if (requestedPane == paneList[counter]) {
								pane.attr('open', true);
								if( requestedPane == 'returns') {
									dijit.byId('returnsPane-qtr').attr('open',true);
									dijit.byId('returnsPane-month').attr('open',true);
								}
							}
							else {
								pane.attr('open', false);
							}
						}
					}
				}
			} );


			function getNAVData(id,args) {
				var widget = dijit.byId(id);
				document.navForm.navDate.value = widget.getValue();
				dojo.xhrGet( {
						url: '/fund/view',
						form: "navForm",
						handleAs: 'text',
						Timeout: 5000,
						load: function(xhrdata) {
							dojo.fadeOut( {
								node: "navTable",
								delay: 500,
								onEnd: function() {
									var navDiv = dojo.byId('navTable');
									navDiv.innerHTML = xhrdata;
									dojo.fadeIn({node: "navTable", delay:500}).play();
									}
								}).play();
						}
					});

			}

		</script>

                <div style="overflow: none; width: 95%; margin-left: 15px;">
				<p class='fundName'>
					
					<a href='http://www.riversource.com/global/docs/rvsc/factsheet/6242-00.pdf' target='_blank'>Columbia Multi-Advisor International Value Fund</a>
					
					
				</p>
				<p class='notices'>
				
				
				
				
				</p>
				
                		<div dojoType="dijit.TitlePane" class="pane" id="pricesPane" open='true' autoSize='true' title="Daily Prices">


					
					<p class='asOfText'><b>Prices as of June 30, 2011</b></p>
					
					<div id='navTable'>
					<table class='factTable'>
						<tr>
							<th></th>
							<th>NAV ($)</th>
							
								<th>POP ($)</th>
							
							<th>Daily Change</th>
						
						</tr>

					
						<tr>
							<td class='rowHeader'>Class A</td>
							<td>6.28</td>
							<td>6.66</td>
							<td>0.09</td>
						
						</tr>
					
						<tr>
							<td class='rowHeader'>Class B</td>
							<td>5.92</td>
							<td>n/a</td>
							<td>0.09</td>
						
						</tr>
					
						<tr>
							<td class='rowHeader'>Class C</td>
							<td>5.86</td>
							<td>n/a</td>
							<td>0.08</td>
						
						</tr>
					
					</table>
					</div>
				</div>
				
				
                		<div dojoType="dijit.TitlePane" class="pane" id="returnsPane" open='false' autoSize='true' title="Fund Returns">
					
	                		<div dojoType="dijit.TitlePane" class="pane" id="returnsPane-qtr" open='false' autoSize='true' title="Quarter-end Returns">
					<p class='asOfText'><b>Returns as of December 31, 2011</b> <br />
					
					</p>
						<table class='factTable'>
							<tr>
								<th>&nbsp;</th>
							
								<th>Avg. Annual Return % <br />(without Sales Charge)</th>
								<th>Avg. Annual Return % <br />(with Sales Charge)</th>
							
							</tr>
						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class A
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>-17.38</td>
								<td>-22.09</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>5.31</td>
								<td>3.24</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-9.08</td>
								<td>-10.15</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>4.11</td>
								<td>3.49</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 09/28/2001
								</td>
								<td>4.51</td>
								<td>3.91</td>
							</tr>
						
						

						

						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class B
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>-18.03</td>
								<td>-22.04</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>4.51</td>
								<td>3.58</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-9.78</td>
								<td>-10.05</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>3.31</td>
								<td>3.31</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 09/28/2001
								</td>
								<td>3.72</td>
								<td>3.72</td>
							</tr>
						
						

						

						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class C
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>-18.12</td>
								<td>-18.91</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>4.53</td>
								<td>4.53</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-9.79</td>
								<td>-9.79</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>3.31</td>
								<td>3.31</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 09/28/2001
								</td>
								<td>3.71</td>
								<td>3.71</td>
							</tr>
						
						

						

						
						</table>
						

					</div>
					
                        	<br />
	                		<div dojoType="dijit.TitlePane" class="pane" id="returnsPane-month" open='false' autoSize='true' title="Month-end Returns">
					<p class='asOfText'><b>Returns as of January 31, 2012</b> <br />
					
					</p>
						<table class='factTable'>
							<tr>
								<th>&nbsp;</th>
							
								<th>Avg. Annual Return % <br />(without Sales Charge) </th>
								<th>Avg. Annual Return % <br />(with Sales Charge) </th>
							
							</tr>
						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class A
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>-13.63</td>
								<td>-18.58</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>11.97</td>
								<td>9.76</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-7.92</td>
								<td>-9.00</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>5.09</td>
								<td>4.47</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 09/28/2001
								</td>
								<td>5.13</td>
								<td>4.54</td>
							</tr>
						
						

						


						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class B
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>-14.50</td>
								<td>-18.68</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>11.09</td>
								<td>10.27</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-8.66</td>
								<td>-8.93</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>4.27</td>
								<td>4.27</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 09/28/2001
								</td>
								<td>4.32</td>
								<td>4.32</td>
							</tr>
						
						

						


						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class C
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>-14.35</td>
								<td>-15.19</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>11.15</td>
								<td>11.15</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-8.61</td>
								<td>-8.61</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>4.29</td>
								<td>4.29</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 09/28/2001
								</td>
								<td>4.34</td>
								<td>4.34</td>
							</tr>
						
						

						


						
						</table>
						

					</div>
					<p>
					<p>
						
							<p class='asOfText'><strong>Returns reflect any change in price per share, and assume the reinvestment of dividends and capital gain distributions, if any. Returns for Class A shares are calculated with and without the effect of the maximum initial sales charge of 5.75% for equity funds and 4.75% for fixed income funds, except for RiverSource Absolute Return Currency and Income Fund, RiverSource Floating Rate Fund, RiverSource Inflation Protected Securities Fund, RiverSource Intermediate Tax-Exempt Fund, RiverSource Limited Duration Bond Fund and RiverSource Short Duration U.S. Government Fund, which have a maximum initial sales charge of 3.00%. RiverSource Cash Management Fund, RiverSource Tax-Exempt Money Market Fund and Seligman Cash Management Fund have no initial sales charge. Returns for Class B shares are calculated with and without the effect of a contingent deferred sales charge (CDSC) applied as follows: first year 5%; second year 4%; third and fourth years 3% (except that for shares purchased in a RiverSource fund, RiverSource Partners fund or Threadneedle fund prior to or on June 12, 2009, the CDSC percentage for the third year is 4%); fifth year 2%; sixth year 1%; and 0% thereafter. Returns for Class C shares are calculated with and without the effect of a 1% CDSC charged only on redemptions made within one year after purchase.</strong></p>
							
                                        		
						

				</div>
				
				
                		<div dojoType="dijit.TitlePane" class="pane" id="expensesPane" open='false' autoSize='true' title="Fund Expenses">
					<p class='asOfText'><b>Expense ratios effective through December 31, 2011</b> <br />
					</p>
						<table class='factTable'>
							<tr>
								<th>&nbsp;</th>
								<th>Gross Expense Ratio (%)<sup class='hedge'> <a href='#foot1'>1</a></sup></th>
								<th>Net Expense Ratio (%)<sup class='hedge'> <a href='#foot2'>2</a></sup></th>
							</tr>
						
							<tr><td class='rowHeader'>
								Class A
							</td>
							<td>1.65</td>
							<td>1.46</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class B
							</td>
							<td>2.40</td>
							<td>2.21</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class C
							</td>
							<td>2.40</td>
							<td>2.21</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class Z
							</td>
							<td>1.40</td>
							<td>1.21</td>
							</tr>
						
						</table>

				</div>
				

				
                		<div dojoType="dijit.TitlePane" class="pane" id="holdingsPane" open='false' autoSize='true' title="Fund Holdings">
							<p class='asOfText'>
	                                        	
							The holdings information shown is based on the effective date (trade date plus one). Holdings information is reported to the Securities and Exchange Commission ("SEC") quarterly and is based on the trade date. Because there is a one day difference, there could be variations in the holdings information shown and that filed with the SEC. Top 10 holdings are shown in descending order of value and exclude short-term holdings and cash. Fund holdings are as of the date given, are subject to change at any time, and are not recommendations to buy or sell any security.
							
							</p>
				
				</div>
				
                		<div dojoType="dijit.TitlePane" class="pane" id="informationPane" open='false' autoSize='true' title="Fund Information">
					<table class='factTable'>
						<tr>
							<th></th>
							<th>Symbol</th>
							<th>Cusip</th>
							<th>Inception Date</th>
						</tr>
					
						<tr>
							<td class='rowHeader'>Class A</td>
							<td>APIAX</td>
							<td>19766G777</td>
							<td>09/28/2001</td>
						</tr>
					
						<tr>
							<td class='rowHeader'>Class B</td>
							<td>AXIBX</td>
							<td>19766G769</td>
							<td>09/28/2001</td>
						</tr>
					
						<tr>
							<td class='rowHeader'>Class C</td>
							<td>APICX</td>
							<td>19766G751</td>
							<td>09/28/2001</td>
						</tr>
					
						<tr>
							<td class='rowHeader'>Class Z</td>
							<td>CMVZX</td>
							<td>19766G728</td>
							<td>09/27/2010</td>
						</tr>
					
					</table>

				</div>
                		<div dojoType="dijit.TitlePane" class="pane" id="linksPane" open='false' autoSize='true' title="Fund Documents">
					<ul class='fundLinks'>
					
						<li class='fundLinks'>
							<a href='http://www.riversource.com/global/docs/rvsc/factsheet/6242-00.pdf' class='pdfLink' target='_blank'>Fact Sheet</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.riversource.com/global/docs/rvsc/prospectus/6242-PR.pdf' class='pdfLink' target='_blank'>Prospectus</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.riversource.com/global/docs/rvsc/annualreport/6242-AR.pdf' class='pdfLink' target='_blank'>Annual Report</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.riversource.com/global/docs/rvsc/semiannualreport/6253-SAR.pdf' class='pdfLink' target='_blank'>Semi-Annual Report</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.riversource.com/global/docs/rvsc/sai/6500-SAI.pdf' class='pdfLink' target='_blank'>Statement of Additional Information</a>
						</li>
					
				<!--
					

					
				-->
					</ul>

				<!--
					
				-->
				</div>

		</div>

      <div id='printContainer' style="display:none;">
        <div id="printName">Columbia Multi-Advisor International Value Fund</div>
        
  				<div id='print1' class="print" style="display:none;">
  				  <div class="printTitle" style="color:#014977;font-weight:bold;">Daily Prices</div>
  				  <p class='asOfText'><b>Prices as of June 30, 2011</b></p>
  					<table class='factTable'>
  						<tr>
  							<th></th>
  							<th>NAV ($)   </th>
							
								<th>POP ($)</th>
							
  							<th>Daily Change   </th>
  						
  						</tr>
  					
  						<tr>
  							<td class='rowHeader'>Class A</td>
  							<td>6.28</td>
  							<td>6.66</td>
  							<td>0.09</td>
  						
  						</tr>
  					
  						<tr>
  							<td class='rowHeader'>Class B</td>
  							<td>5.92</td>
  							<td>n/a</td>
  							<td>0.09</td>
  						
  						</tr>
  					
  						<tr>
  							<td class='rowHeader'>Class C</td>
  							<td>5.86</td>
  							<td>n/a</td>
  							<td>0.08</td>
  						
  						</tr>
  					
  					</table>
  				</div>
        

        <br>

        
  				<div id='print2' class="print" style="display:none;">
  				  <br>
				
  				  <div class="printTitle" style="color:#014977;font-weight:bold;">Quarter-end Fund Returns</div>
  				  <p class='asOfText'><b>Returns as of December 31, 2011</b></p>
  						<table class='factTable'>
  							<tr>
  								<th>&nbsp;</th>
							
  								<th>Avg. Annual Return % <br />(without Sales Charge)</th>
  								<th>Avg. Annual Return % <br />(with Sales Charge)</th>
  							
  							</tr>
  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class A
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>-17.38</td>
								<td>-22.09</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>5.31</td>
								<td>3.24</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-9.08</td>
								<td>-10.15</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>4.11</td>
								<td>3.49</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 09/28/2001
								</td>
								<td>4.51</td>
								<td>3.91</td>
							</tr>
						

  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class B
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>-18.03</td>
								<td>-22.04</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>4.51</td>
								<td>3.58</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-9.78</td>
								<td>-10.05</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>3.31</td>
								<td>3.31</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 09/28/2001
								</td>
								<td>3.72</td>
								<td>3.72</td>
							</tr>
						

  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class C
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>-18.12</td>
								<td>-18.91</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>4.53</td>
								<td>4.53</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-9.79</td>
								<td>-9.79</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>3.31</td>
								<td>3.31</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 09/28/2001
								</td>
								<td>3.71</td>
								<td>3.71</td>
							</tr>
						

  						
  						</table>
				
  				  <br>
  				  <div class="printTitle" style="color:#014977;font-weight:bold;">Month-end Fund Returns</div>
  				  <p class='asOfText'><b>Returns as of January 31, 2012</b></p>
  						<table class='factTable'>
  							<tr>
  								<th>&nbsp;</th>
							
  								<th>Avg. Annual Return % <br />(without Sales Charge)</th>
  								<th>Avg. Annual Return % <br />(with Sales Charge)</th>
  							
  							</tr>
  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class A
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>-13.63</td>
								<td>-18.58</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>11.97</td>
								<td>9.76</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-7.92</td>
								<td>-9.00</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>5.09</td>
								<td>4.47</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 09/28/2001
								</td>
								<td>5.13</td>
								<td>4.54</td>
							</tr>
						

  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class B
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>-14.50</td>
								<td>-18.68</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>11.09</td>
								<td>10.27</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-8.66</td>
								<td>-8.93</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>4.27</td>
								<td>4.27</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 09/28/2001
								</td>
								<td>4.32</td>
								<td>4.32</td>
							</tr>
						

  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class C
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>-14.35</td>
								<td>-15.19</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>11.15</td>
								<td>11.15</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-8.61</td>
								<td>-8.61</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>4.29</td>
								<td>4.29</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 09/28/2001
								</td>
								<td>4.34</td>
								<td>4.34</td>
							</tr>
						

  						
  						</table>

  				</div>
					<p>
					<p>

						
							<p class='asOfText'><strong>Returns reflect any change in price per share, and assume the reinvestment of dividends and capital gain distributions, if any. Returns for Class A shares are calculated with and without the effect of the maximum initial sales charge of 5.75% for equity funds and 4.75% for fixed income funds, except for RiverSource Absolute Return Currency and Income Fund, RiverSource Floating Rate Fund, RiverSource Inflation Protected Securities Fund, RiverSource Intermediate Tax-Exempt Fund, RiverSource Limited Duration Bond Fund and RiverSource Short Duration U.S. Government Fund, which have a maximum initial sales charge of 3.00%, and the Seligman fixed income funds, which have a maximum initial sales charge of 4.50% (which will increase to 4.75% on or about June 12, 2009). RiverSource Cash Management Fund, RiverSource Tax-Exempt Money Market Fund and Seligman Cash Management Fund have no initial sales charge. Returns for Class B shares are calculated with and without the effect of a contingent deferred sales charge (CDSC) applied as follows: first year 5%; second year 4%; third and fourth years 3% (except that for shares purchased in a RiverSource fund, RiverSource Partners fund or Threadneedle fund prior to or on June 12, 2009, the CDSC percentage for the third year is 4%); fifth year 2%; sixth year 1%; and 0% thereafter. Returns for Class C shares are calculated with and without the effect of a 1% CDSC charged only on redemptions made within one year after purchase.</strong></p>
                                        		
						



        

        <br>
        				
  				<div id='print2.5' class="print" style="display:none;">
  				  <br>
  				  <div class="printTitle" style="color:#014977;font-weight:bold;">Fund Expenses</div>
					<p class='asOfText'><b>Expense ratios effective through December 31, 2011</b> <br />
					</p>
						<table class='factTable'>
							<tr>
								<th>&nbsp;</th>
								<th>Gross Expense Ratio (%)<sup class='hedge'><a href='#foot1'>1</a></sup></th>
								<th>Net Expense Ratio (%)<sup class='hedge'><a href='#foot2'>2</a></sup></th>
							</tr>
						
							<tr><td class='rowHeader'>
								Class A
							</td>
							<td>1.65</td>
							<td>1.46</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class B
							</td>
							<td>2.40</td>
							<td>2.21</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class C
							</td>
							<td>2.40</td>
							<td>2.21</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class Z
							</td>
							<td>1.40</td>
							<td>1.21</td>
							</tr>
						
						</table>

				</div>
				

				

				<div id='print3' class="print" style="display:none;">
  				  <br>
  				  <div class="printTitle" style="color:#014977;font-weight:bold;">Fund Holdings</div>
							<p class='asOfText'>
	                                        	
							The holdings information shown is based on the effective date (trade date plus one). Holdings information is reported to the Securities and Exchange Commission ("SEC") quarterly and is based on the trade date. Because there is a one day difference, there could be variations in the holdings information shown and that filed with the SEC. Top 10 holdings are shown in descending order of value and exclude short-term holdings and cash. Fund holdings are as of the date given, are subject to change at any time, and are not recommendations to buy or sell any security.
							
							</p>

            
        <br>

				<div id='print4' class="print" style="display:none;">
  				  <br>
  				  <div class="printTitle" style="color:#014977;font-weight:bold;">Fund Information</div>
    					<table class='factTable'>
    						<tr>
    							<th></th>
    							<th>Symbol</th>
    							<th>Cusip</th>
    							<th>Inception Date</th>
    						</tr>
    					
    						<tr>
    							<td class='rowHeader'>Class A</td>
    							<td>APIAX</td>
    							<td>19766G777</td>
    							<td>09/28/2001</td>
    						</tr>
    					
    						<tr>
    							<td class='rowHeader'>Class B</td>
    							<td>AXIBX</td>
    							<td>19766G769</td>
    							<td>09/28/2001</td>
    						</tr>
    					
    						<tr>
    							<td class='rowHeader'>Class C</td>
    							<td>APICX</td>
    							<td>19766G751</td>
    							<td>09/28/2001</td>
    						</tr>
    					
    						<tr>
    							<td class='rowHeader'>Class Z</td>
    							<td>CMVZX</td>
    							<td>19766G728</td>
    							<td>09/27/2010</td>
    						</tr>
    					
    					</table>
				</div>

        <br>


      </div>
	<div id='disclosure'>
				
                                       

                                       

                                       

                                       
</div>
<div id="sidebarBelow" class="fineprint" style="display:none;"></div>





		  </div>
		  <br style="clear:both;" />      

            </div>                
            <div id="disclosure" style="padding-right:10px;">


<p><a name="foot1"><sup>1</sup></a> Fund expense ratios are calculated based on the fund's average net assets during the fund&#146;s most recently completed fiscal year, adjusted for the change in transfer 
agent, and have not been adjusted for current asset levels. If adjusted for any decrease or increase in assets, expense ratios would be higher or lower, respectively, than the numbers shown above. 
The expense ratios include the effect of acquired fund fees and expenses, if any. Please see the fund's prospectus for a complete list of operating expenses.</p>

<p><a name="foot2"><sup>2</sup></a> A dash indicates that there is no fee waiver/expense cap in effect for the fund. Otherwise, the net expense ratio reflects the contractual agreement of the investment 
manager and its affiliates to waive certain fees and to absorb certain expenses, as described in the fund's prospectus (which is available by <a href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/fund-documents/">clicking here</a>), unless sooner terminated at the discretion 
of the fund's board. Any amount waived will not be reimbursed. Net expense ratios reflect this fee waiver/expense cap. Fee waivers/expense caps would limit the impact that any decrease in assets 
will have on net expense ratios in the current fiscal year.</p>


<p>With respect to RiverSource LaSalle International Real Estate Fund and Tri-Continental, return figures reflect any change in price per share, and assume the reinvestment of dividends and capital gain
 distributions, if any. The net asset value of closed-end fund shares may not always correspond to the market price of such shares. Shares of many closed-end funds frequently trade at a discount from
 their net asset value. Closed-end funds are subject to stock market risk, which is the risk that stock prices overall will decline over short or long periods, adversely affecting the value of an 
investment in a Fund.</p>

<p><strong>SEC Yield</strong><br />
Computed under an SEC standardized formula representing the net investment income earned by a fund over the preceding 30 day period, expressed as an annual percentage rate based on the maximum public
 offer price (POP) per share on the last day of the period. The SEC yield should be regarded as an estimate of the fund's rate of investment income reflecting an estimated yield to maturity (assuming
 all current portfolio holdings are held to maturity), and it may not equal the fund's actual income distribution rate or the income paid to a shareholders account. The SEC Yield reflects fee waivers
 in effect, if any. In the absence of such waivers, yields would be reduced.</p>

<p><strong>7-Day Current Yield</strong><br />
For Money Market Funds: generated by an investment in the fund over a seven day period ended on the date of the calculation and is expressed as an annual percentage.</p>


<p><strong>An investment in money market funds is not insured or guaranteed by the Federal Deposit Insurance Corporation or any other government agency. Although the Fund
 seeks to maintain the value of your investment at $1.00 per share, it is possible to lose money by investing in the Fund.</strong></p>

<p>Investments in small- and mid-capitalization companies often involve greater risks and potential volatility than investments in larger, more established companies.</p>

<p>International investing involves increased risk and volatility due to potential political and economic instability, currency fluctuations, and differences in financial
 reporting and accounting standards and oversight. Risks are particularly significant in emerging markets due to the dramatic pace of economic, social, and political change.</p>

<p>The products of technology companies may be subject to severe competition and rapid obsolescence, and technology stocks may be subject to greater price fluctuations,
 government regulation, and limited liquidity as compared to other investments. In addition, investments in one economic sector, such as technology, may result in greater
 price fluctuations than owning a portfolio of diversified investments.</p>

<p>Investments in real estate securities are subject to specific risks, such market risk, issuer risk, diversification risk, and sector/concentration risks.</p>

<p>There are risks associated with an investment in a bond fund, including credit risk, interest rate risk, and prepayment and extension risk. In general, bond prices
 rise when interest rates fall and vice versa. This effect is usually more pronounced for longer-term securities. Non-investment grade securities, commonly called
 &#147;high-yield&#148; or &#147;junk&#148; bonds, generally have more volatile prices and carry more risk to principal and income than investment grade securities.</p>

<p>There are risks associated with an investment in a municipal bond fund, including credit risk, interest rate risk, prepayment and extension risk, and geographic
 concentration risk. See each fund&#146;s prospectus for information on these and other risks associated with each fund. For funds that concentrate investments in municipal
 securities issued by a single state and its municipalities, specific events or factors affecting a particular state can cause more volatility as compared to a fund
 that is more geographically diversified.</p>

<p>Income from tax-exempt funds may be subject to state and local taxes and a portion of income may be subject to the federal and/or state alternative minimum tax for
 certain investors.</p>

<p>Treasury Inflation Protected Securities (TIPS) are backed by the full faith and credit of the U.S. government. The U.S. government guarantee applies only to the
 underlying TIPS securities, and not the Fund itself. Shares of the <strong>RiverSource Short Duration U.S. Government Fund and RiverSource U.S. Government Mortgage Fund</strong> are
 not insured or guaranteed by the U.S. government.</p>

<p>&#147;Standard & Poor&#146;s&#174;&#148;, &#147;S&P&#148;, &#147;S&P 500&#174;&#148; and &#147;Standard & Poor&#146;s 500&#174;&#148; are trademarks of the McGraw-Hill Companies, Inc. These trademarks and service marks have been
 licensed for use by Ameriprise Financial, Inc. The funds are not sponsored, endorsed, sold or promoted by Standard & Poor&#146;s or any of their subsidiaries or affiliates
 (the &#147;Licensors&#148;) and the Licensors make no representation regarding the advisability of investing in the funds.</p>

<p>The Standard & Poor&#146;s 500 Index (S&P 500 Index), an unmanaged index of common stocks, is frequently used as a general measure of market performance. The index reflects
 reinvestment of all distributions and changes in market prices, but excludes brokerage commissions or other fees.</p>

<p>The <strong>RiverSource 120/20 Contrarian Equity Fund and Threadneedle Global Extended Alpha Fund</strong> are designed for investors with an above average risk
 tolerance. The Funds may make short sales, which involves selling a security the Funds do not own in anticipation that the security&#146;s price will decline. The Funds&#146;
 losses could exceed those of other mutual funds which hold only long security positions if the value of the securities held long decrease and the value of the
 securities sold short increase. The Funds&#146; use of short sales in effect &#147;leverage&#148; the Funds, as the Funds intends to use the case proceeds from the short sales to
 invest in additional long securities. Leveraging exposes the Funds to greater risks due to unanticipated market movements, which may magnify losses and increase
 volatility of returns. There is no assurance that a leveraging strategy will be successful. See the prospectus for each Fund for information on these and other risks
 associated with the Fund.</p>

<p>The <strong>RiverSource Absolute Return Currency and Income Fund</strong> is designed for investors with an above average risk tolerance. Risks associated with the
 fund include, but are not limited to, derivatives risk, counterparty risk, interest rate risk, credit risk, and tax risk. Derivative instruments are financial instruments
 that have a value dependent on the value of something else, such as one or more underlying securities. Gains or losses may be substantial, because a relatively small price
 movement in an underlying security may result in a substantial gain or loss for the Fund. A counterparty to a financial instrument entered into by the Fund may become
 bankrupt or otherwise fail to perform its obligations due to financial difficulties. The issuer of a security could default or otherwise become unable or unwilling to honor
 a financial obligation, and the Fund may be unable to recover its investment or may only obtain a limited or delayed recovery. Gains from some of the Fund&#146;s foreign
 currency-denominated positions may not meet Treasury Department regulations for &#147;qualifying income,&#148; in which case, the Fund might not qualify as a regulated investment
 company for one or more years, requiring the Fund&#146;s Board of Directors to authorize a significant change in investment strategy or Fund liquidation. A significant
 portion of the Fund is invested in forward currency contracts, which are subject to a number of risks. Losses may be substantial if prices do not move in the direction
 anticipated. See the Fund&#146;s prospectus for information on these and other risks associated with the Fund.</p>

<p>The following funds are subject to greater volatility than more broadly diversified funds because they invest in specific sectors: <strong>RiverSource Precious Metals and
 Mining Fund, RiverSource Real Estate Fund, RiverSource Recovery and Infrastructure Fund, RiverSource LaSalle Global Real Estate Fund, RiverSource LaSalle Monthly Dividend
 Real Estate Fund, Seligman Communications and Information Fund and Seligman Global Technology Fund</strong>. Dividends paid by the <strong>RiverSource LaSalle Monthly Dividend Real Estate
 Fund</strong> will be taxable as ordinary income. Distributions by the Fund may include a return of capital. A return of capital is not net profits of the Fund but instead a return
 of a portion of your original investment.</p>

<p>The <strong>RiverSource Floating Rate Fund</strong> is designed for investors with an above average risk tolerance. The Fund invests primarily in floating rate loans,
 the market value of which may fluctuate, sometimes rapidly and unpredictably. The principal risks of investing in the fund include liquidity risk, interest rate risk,
 credit risk, counterparty risk, highly leveraged transactions risk, derivatives risk, confidential information access risk, and impairment of collateral risk. Generally,
 when interest rates rise, the prices of fixed income securities fall, however, securities or loans with floating interest rates can be less sensitive to interest rate
 changes, but they may decline in value if their interest rates do not rise as much as interest rates in general. Limited liquidity will affect the ability of the fund
 to purchase or sell floating rate loans and have a negative impact on fund performance. The floating rate loans and securities in which the fund invests are lower-rated
 (non-investment grade) and are more likely to experience a default, which results in more volatile prices and more risk to principal and income than investment grade loans
 or  securities.</p>

<p>The <strong>RiverSource Income Builder, Portfolio Builder and Retirement Plus</strong> funds are &#147;funds of funds&#148; comprised of holdings in several different RiverSource, Seligman, and Threadneedle
 funds, which may include small-cap, mid-cap, large-cap, money market, international, bond and/or sector funds. Each of the underlying funds in which the portfolio invests
 has its own investment risks, and those risks can affect the value of each portfolio&#146;s shares and investments. The fund manager has a potential conflict of interest in
 selecting underlying  funds because the fees paid to it by some underlying funds might be higher than those paid by other funds. However, the investment manager acts as
 a fiduciary to the Funds and is legally obligated to act in the Funds&#146; best interest when selecting underlying funds. <strong>The date in each RiverSource Retirement Plus Fund
 name refers to the approximate year an investor in the fund would plan to retire or to begin withdrawing portions of his or her investment. The Fund will continue to be
 actively managed for a period of time after the retirement date until a static allocation is obtained. An investment in the Fund is not guaranteed at any time, and you
 could experience loss of principal before, at, or after, the target date. There is no guarantee that the Fund will provide adequate income at and through retirement.</strong></p>

<p>Each of the underlying ETFs in which each <strong>Seligman TargETFund</strong> invests has its own investment risks, and those risks can affect the value of each
 portfolio's shares and investments. This may include small-cap, mid-cap, large-cap, international, bond and/or sector risks. See each fund's prospectus for more information
 on the risks that are associated with the underlying ETFs. <strong>The date in the Fund name refers to the approximate year an investor in the fund would plan to retire or to begin
 withdrawing portions or his or her investment for retirement or other investment goal. In each fund's target year, the Fund is combined with the TargETFund Core, and
 shareholders of the Fund automatically become shareholders of TargETFund Core. An investment in the Fund is not guaranteed at any time, and you could experience loss of
 principal before, at, or after, the target date. There is no guarantee that the Fund will provide adequate income at and through retirement.</strong></p>

<p>Investment products are not federally or FDIC-insured, are not deposits or obligations of, or guaranteed by any financial institution, and involve investment risks
 including possible loss of principal and fluctuation in value.</p>

<p><strong>This information is for use with concurrent or prior delivery of a fund prospectus. With respect to mutual funds and Tri-Continental Corporation, investors should
 consider the investment objectives, risks, charges and expenses of a mutual fund carefully before investing. To learn more about this and other important information
 about each fund, <a href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/fund-documents/">download a free prospectus</a>. The prospectus
 should be read carefully before investing.</strong></p>

<p><i>RiverSource</i>&#174;, <i>Seligman</i>&#174; and <i>Threadneedle</i>&#174; mutual funds are distributed by Columbia Management Investment Distributors, Inc. (formerly known as
 RiverSource Fund Distributors, Inc.), member FINRA and managed by Columbia Management Investment Advisers, LLC (formerly known as RiverSource Investments, LLC). Threadneedle
 mutual funds are subadvised by Threadneedle International Limited, an affiliate of Columbia Management. Seligman is an offering brand of Columbia Management.</p>

<p><strong>Investors should consider the investment objectives, risks, charges, and expenses of the RiverSource LaSalle International Real Estate Fund and Seligman
 Premium Technology Growth Fund carefully before investing. To obtain each Fund&#146;s most recent periodic reports and other regulatory filings, contact your
 financial advisor or download reports here. These reports and other filings can also be found on the Securities and Exchange Commission&#146;s EDGAR Database. You should read
 these reports and other filings carefully before investing.</strong></p>

<p>Tri-Continental, RiverSource LaSalle International Real Estate Fund and Seligman Premium Technology Growth Fund are managed by Columbia Management Investment Advisers, LLC (formerly
 known as RiverSource Investments, LLC). This material is distributed by Columbia Management Investment Distributors, Inc. (formerly known as RiverSource Fund Distributors,
 Inc.), member FINRA.</p>

<p>Not all products and all share classes are available through all firms.</p> 
            </div>
          </div>
          <div class="clearer"></div>
        </div>
    
<div>

</div>
  </div>
  <!-- Footer -->

<div id="footer">
  <ul>
    <li class="first">
      <a href="http://www.riversource.com/global/disclosures/rvsc/entities/default.asp" target="_blank">Corporate Entities &amp; Important Disclosures</a>
    </li>
    <li>
      <a href="http://www.riversource.com/global/disclosures/rvsc/rules.asp" target="_blank">Website Rules &amp; Regulations</a>
    </li>
    <li>
      <a href="http://www.riversource.com/global/disclosures/rvsc/privacy.asp" target="_blank">Privacy Statement</a>
    </li>
    <li>
      <a href="http://www.riversource.com/global/disclosures/rvsc/email.asp" target="_blank">About Email Fraud</a>
    </li>
    <li class="last">
      <a href="http://www.foreseeresults.com/survey/EmailSolu.jsp?clientId=AmRI2" target="_blank">Website Feedback</a>
    </li>
  </ul>
      <p>&copy; 2010 Columbia Management Investment Advisers, LLC. All rights reserved.</p> 
</div>

<!-- Begin SiteCatalyst Code -->
<script language="JavaScript" src="http://www.riversource.com/rvsc/global/scripts/omniture/s_code.js" type="text/javascript" charset="utf-8"></script>
<script language="JavaScript"> 
s.pageName="RVS:individuals:pricing and performance";
s.server="www.riversource.com";
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/ 
var s_code=s.t();if(s_code)document.write(s_code)//-->
</script>


</body>
</html>


