/* Created 5th March 2008. Deals with the backgrounds for the menus. */
/* These rules will be re-writtten if Internet Explorer versions 5.5 or 6 are detected. */

.menu-background	{ position: absolute; left: 0px; top: 0px; 
				  	  border-style: none; display: none; z-index: 1;
				  	  margin: 0px; padding: 0px; }

#back-about-tl   	{ background-image: url('../menus/main-about-turner-little.png'); 
					  height: 110px }
#back-banking   	{ background-image: url('../menus/main-banking.png'); height: 67px; }
#back-companies   	{ background-image: url('../menus/main-company-formation.png'); height: 82px; }
#back-credit-repair { background-image: url('../menus/main-credit-repair.png'); height: 55px; }
#back-miscellaneous { background-image: url('../menus/main-other-services.png'); height: 39px; }
#back-trade-marks   { background-image: url('../menus/main-trade-marks.png'); height: 110px; }
#back-trusts	 	{ background-image: url('../menus/sub-trusts.png'); height: 96px; }

#back-banking-offshore 	{ background-image: url('../menus/sub-banking.png'); height: 142px; }
#back-banking-uk	 	{ background-image: url('../menus/sub-banking.png'); height: 142px; }
#back-internet	 		{ background-image: url('../menus/sub-internet.png'); height: 96px; }
#back-offshore 			{ background-image: url('../menus/sub-offshore-jurisdiction.png'); 
					  	  height: 236px; }
#back-uk-company 		{ background-image: url('../menus/sub-uk-company.png'); 
					  	  height: 68px; }
