/* CSS Stylesheet for Drop-Down menus */


		/* Tab Enclusure Box */

			.niece
				{
					position:				absolute;
					top:					-10px;
					left:					10px;
					z-index:				1;
					width:					200px;
					height:					420px;
					border:				thin none #ff0000;
					text-align:				left;
					padding-top:			0px;
				}


		/* Main Side Tab Formatting */
				
			.nephew1, .nephew2, .nephew3,
			.nephew4, .nephew5, .nephew6,
			.nephew7, .nephew8, .nephew9,
			.nephew10, .nephew11, .nephew12,
			.nephew13, .nephew14
				{
					position:				absolute;
					width:					200px;
					height:					20px;
					border:				thin none #000066;
					background-color:		transparent;
					background-image:		url(../imagery/sideTabs/sideTab.gif);
					background-repeat:		no-repeat;
					text-align:				center;
					padding-top:			5px;
				}
					
				
			#nephSon1
				{	
					top:					0px;
					z-index:				16;
				}
				
			#nephSon2
				{
					top:					35px;
					z-index:				15;

				}
				
			#nephSon3
				{
					top:					70px;
					z-index:				14;
				}
				
			#nephSon4
				{
					top:					105px;
					z-index:				13;
				}
				
			#nephSon5
				{
					top:					140px;
					z-index:				12;
				}
				
			#nephSon6
				{
					top:					175px;
					z-index:				10;
				}
				
			#nephSon7
				{
					top:					210px;
					z-index:				9;
				}
				
			#nephSon8
				{
					top:					245px;
					z-index:				8;
				}
				
			#nephSon9
				{
					top:					280px;
					z-index:				7;
				}
				
			#nephSon10
				{
					top:					315px;
					z-index:				6;
				}
				
			#nephSon11
				{
					top:					350px;
					z-index:				5;
				}
				
			#nephSon12
				{
					top:					385px;
					z-index:				4;
				}
				
			#nephSon13
				{
					top:					420px;
					z-index:				3;
				}
				
			#nephSon14
				{
					top:					455px;
					z-index:				2;
				}
				


		/* Main Dropdown Tab Formatting */

			.sideMenu00
				{
					position:				absolute;
					top:					0px;
					left:					0px;
					z-index:				10;
					font-size:				12pt;
					text-align:				left;
					visibility:				hidden;
				}
				
			.sideMenu01, .sideMenu02, .sideMenu03,
			.sideMenu04, .sideMenu05, .sideMenu06, .sideMenu07
				{
					position:				absolute;
					left:					120px;
					z-index:				10;
					width:					220px;
					height:					15px;
					text-align:				center;
					border:				thin none #000000;
					background-color:		transparent;
					background-image:		url(../imagery/sideTabs/menuTabs.gif);
					background-repeat:		no-repeat;
					padding:				5px;
				}
				
			#sideMenu01
				{	top:					0px;	}
				
			#sideMenu02
				{	top:					25px;	}
				
			#sideMenu03
				{	top:					50px;	}
				
			#sideMenu04
				{	top:					75px;	}
				
			#sideMenu05
				{	top:					100px;	}
				
			#sideMenu06
				{	top:					125px;	}
				
			#sideMenu07
				{	top:					150px;	}