/*How to modify this file:Once you have new tab images set up (look at the included .gifs for an example of the tab image format) duplicate the two css entries with references to -tab_template-. replace that chunk of text with the complete name of your new tab (without spaces).For example: a new section called "Logo Stuff" would have images and css references to "logostuff".How it works:Every page should have a class and id reference. The class defines the Nav 1 (top tab)  location, and the id defines the Nav 2 (side tab)location.*/	.home #outer_wrapper_title h1 { background-image: url(/rightClick/images/title_icon_home.gif); }	.userinformation #outer_wrapper_title h1 { background-image: url(/rightClick/images/title_icon_userinformation.gif); }	.paymentinformation #outer_wrapper_title h1 { background-image: url(/rightClick/images/title_icon_paymentinformation.gif); }	.downloadplugin #outer_wrapper_title h1 { background-image: url(/rightClick/images/title_icon_downloadplugin.gif); }	.uploadpage #outer_wrapper_title h1 { background-image: url(/rightClick/images/title_icon_uploadpage.gif); }	.helppage #outer_wrapper_title h1 { background-image: url(/rightClick/images/title_icon_helppage.gif); }/*<agl.folder "Nav 1">*/	#n1_home { background-image: url(/rightClick/images/n1_home.gif); width: 92px; }	.home #n1_home { background-image: url(/rightClick/images/n1_home_active.gif); }	#n1_userinformation { background-image: url(/rightClick/images/n1_userinformation.gif); width: 157px; }	.userinformation #n1_userinformation { background-image: url(/rightClick/images/n1_userinformation_active.gif); }	#n1_paymentinformation { background-image: url(/rightClick/images/n1_paymentinformation.gif); width: 179px; }	.paymentinformation #n1_paymentinformation { background-image: url(/rightClick/images/n1_paymentinformation_active.gif); }	#n1_downloadplugin { background-image: url(/rightClick/images/n1_downloadplugin.gif); width: 156px; }	.downloadplugin #n1_downloadplugin { background-image: url(/rightClick/images/n1_downloadplugin_active.gif); }	#n1_uploadpage { background-image: url(/rightClick/images/n1_uploadpage.gif); width: 179px; }	.uploadpage #n1_uploadpage { background-image: url(/rightClick/images/n1_uploadpage_active.gif); }	#n1_helppage { background-image: url(/rightClick/images/n1_helppage.gif); width: 92px; }	.helppage #n1_helppage { background-image: url(/rightClick/images/n1_helppage_active.gif); }	.accountregistration #n1 { background-image: url(/rightClick/images/n1_accountregistration_active.gif); width: 157px; }	.login #n1 { background-image: url(/rightClick/images/n1_login_active.gif); width: 92px; }	.trialregistration #n1  { background-image: url(/rightClick/images/n1_trialregistration_active.gif); width: 157px; }	/*</agl.folder>*//*<agl.folder "Nav 2">*/	#n2_contactinformation { background-image: url(/rightClick/images/n2_contactinformation.gif); }	#contactinformation #n2_contactinformation { background-image: url(/rightClick/images/n2_contactinformation_active.gif); }	#n2_billinginformation { background-image: url(/rightClick/images/n2_billinginformation.gif); }	#billinginformation #n2_billinginformation { background-image: url(/rightClick/images/n2_billinginformation_active.gif); }	#n2_email { background-image: url(/rightClick/images/n2_email.gif); }	#email #n2_email { background-image: url(/rightClick/images/n2_email_active.gif); }	#n2_password { background-image: url(/rightClick/images/n2_password.gif); }	#password #n2_password { background-image: url(/rightClick/images/n2_password_active.gif); }	#n2_accesskey { background-image: url(/rightClick/images/n2_accesskey.gif); }	#accesskey #n2_accesskey { background-image: url(/rightClick/images/n2_accesskey_active.gif); }	#n2_accountstatus { background-image: url(/rightClick/images/n2_accountstatus.gif); }	#accountstatus #n2_accountstatus { background-image: url(/rightClick/images/n2_accountstatus_active.gif); }	#n2_paymenthistory { background-image: url(/rightClick/images/n2_paymenthistory.gif); }	#paymenthistory #n2_paymenthistory { background-image: url(/rightClick/images/n2_paymenthistory_active.gif); }/* MY NEW TEMPORARY */	#n2_contactus { background-image: url(/rightClick/images/n2_contactus.gif); }	#contactus #n2_contactus { background-image: url(/rightClick/images/n2_contactus_active.gif); }	/*Dupe these two lines to use as a template for new tabs	#n2_-tab_template- { background-image: url(/rightClick/images/n2_-tab_template-.gif); }	#-tab_template- #n2_-tab_template- { background-image: url(/rightClick/images/n2_-tab_template-_active.gif); }	*//*</agl.folder>*/