		/* These CSS rules are for top menus and their dropdown tabs */
				
												/* ___ Formatting for Main Top Menu Tabs ___ */
			
			.tabTop, 
			.tabTop:link, 
			.tabTop:active, 
			.tabTop:visited, 
			.tabTop:hover				{						position:				absolute;					top:					5px;					left:					0px;					width:					130px;					height:					35px;					font-family:			arial;					font-size:				10pt;					color:					#f7f4c1;					text-decoration:		none;					font-weight:			bold;					background-color:		transparent;					border:				thin none #0000ff;				}
								a.tabTop:visited					{						color:				#f7f4c1;					}
									a.tabTop:hover					{						color:				#5cc4f5;					}
				
												/* ___ Formatting for Top Dropdown Menu Tabs ___ */
					.tabTopDrop:link, 
			.tabTopDrop:active, 
			.tabTopDrop:visited, 
			.tabTopDrop:hover				{						position:				absolute;					top:					0px;					left:					0px;					width:					170px;					height:					20px;					font-family:			arial;					font-size:				10pt;					color:					#7b57a3;					text-decoration:		none;					font-weight:			bold;					border:				thin none #00ff00;
					padding-top:			5px;
					padding-left:			5px;				}
								a.tabTopDrop:visited					{						color:				#7b57a3;					}
									a.tabTopDrop:hover					{						color:				#5cc4f5;					}