		/* These CSS rules are for side menus and their dropdown tabs */
				
												/* ___ Formatting for Main Side Menu Tabs ___ */
					.tabSide:link,
			.tabSide:active,
			.tabSide:visited,
			.tabSide:hover,			.tabNone:link,
			.tabNone:active,
			.tabNone:visited,
			.tabNone:hover				{						position:				absolute;					top:					0px;					left:					0px;					width:					170px;					height:					15px;					padding-top:			0px;					padding-left:			5px;					font-family:			arial;					font-size:				12pt;					color:					#c4de71;					text-decoration:		none;					font-weight:			bold;
					overflow:				visible;
					background-color:		transparent;					border:				thin none #ff0000;				}
								a.tabSide:visited					{						color:				#c4de71;					}
								a.tabSide:hover					{						color:				#5cc4f5;
						border-bottom:		thin dashed #f7f4c1;					}
								a.tabNone:hover					{						color:				#5cc4f5;					}
				
												/* ___ Formatting for Side Dropdown Menu Tabs ___ */
					.tabSideDrop:link, 
			.tabSideDrop:active, 
			.tabSideDrop:visited, 
			.tabSideDrop:hover				{						position:				absolute;					top:					0px;					left:					0px;					width:					182px;					height:					20px;					font-family:			arial;					font-size:				12pt;					color:					#7b57a3;					text-decoration:		none;					font-weight:			bold;					border:				thin none #00ff00;
					padding-top:			5px;
					padding-left:			15px;				}
								a.tabSideDrop:visited					{						color:				#7b57a3;					}
									a.tabSideDrop:hover					{						color:				#5cc4f5;					}