/* SLIDE MENU */

	div.clSlideMenu { /* All slideMenu2 DIV elements */
			position: absolute;
			font-family: verdana,arial,helvetica;
			font-size: 10px;
			overflow: hidden;
			width: 150;
			height: 22;
	}
	
	a.clA0 { /* All top level links */
			color: white;
			font-size: 12px;
			text-decoration: none;
			font-weight: bold;
	}
	
	a.clA1 { /* All sub level links */
			color: black;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
	}
	
	a.clA2 { /* All sub2 level links */
			color: navy;
			text-decoration: none;
	}
	
	a.clA3 { /* All sub3 level links */
			color: black;
			text-decoration: none;
	}
	
	a.clA4 { /* All sub4 level links */
			color: green;
			text-decoration: none;
	}
		
	/* NEEDED STYLES */
	
	div.slideMenuBG { position: absolute; left: 0px; top: 0px; z-index: 1; }
	div.slideMenuText { position: absolute; left: 2px; top: 2px; z-index: 400; }
	
	/* NEEDED ----- This class should be named like this: #NAME_OF_YOUR_MENUcont */
	
	#slideMenucont { position:absolute; height: 600px; width: 200px; visibility: hidden; }
	

