/* Created 25th February 2008 for drop down menus. */

.about-tl			{ width: 120px }
.banking			{ width: 111px; }
.companies			{ width: 175px }
.credit-repair		{ width: 127px }
.miscellaneous		{ width: 102px }
.trade-marks		{ width: 119px }

.banking-sub		{ width: 142px }
.internet			{ width: 153px }
.offshore			{ width: 121px }
.uk-company			{ width: 127px }
.trusts				{ width: 129px }

.menu				{ position: absolute; left: 0px; top: 0px; 
				  	  border-style: none; display: none; z-index: 2;
				  	  margin: 0px; padding: 0px; }
.option				{ position: absolute; height: 14px; margin: 0px; padding: 0px; 
				  	  border-style: none; display: block; }


#main-about-tl   	{ height: 110px }
#main-banking   	{ height: 67px; }
#main-companies   	{ height: 82px; }
#main-credit-repair { height: 55px; }
#main-miscellaneous { height: 39px; }
#main-trade-marks   { height: 110px; }
#main-trusts	 	{ height: 96px; }

#sub-banking-offshore 	{ height: 142px; }
#sub-banking-uk	 		{ height: 142px; }
#sub-internet	 		{ height: 96px; }
#sub-offshore 			{ height: 236px; }
#sub-uk-company 		{ height: 68px; }
