

div.clSlideMenu	{ /* All slideMenu2 DIV elements */
	font-family: Verdana, Geneva, sans-serif;
	overflow: hidden;
	position: absolute;
}

a.clA0, 
a.clA0:visited, 
a.clA0:hover, 
a.clA0:active	{ /* All top level links */
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.clA1, 
a.clA1:visited, 
a.clA1:hover, 
a.clA1:active	{/* All sub level links */
	color: #000;
	font-size: 10px;
	text-decoration: none;

}

a.clA2, 
a.C1A2:visited, 
a.C1A2:hover, 
a.C1A2:active	{ /* All sub2 level links */
	color: #000;
	font-size: 9px;
	text-decoration: none;
}

a.clA3	{ /* All sub3 level links */
	color: #000;
	text-decoration: none;
}

a.clA4	{ /* All sub4 level links */
	color: green;
	text-decoration: none;
}

/* NEEDED styleS */
div.slideMenuBG		{ position:absolute; left:0; top:0; z-index:1 }
div.slideMenuText	{ position:absolute; left:5px; top:4px; z-index:200; }
/* NEEDED ----- This class should be named like this:

#name_OF_YOUR_MENUcont */
#slideMenucont	{
	height: 400;
	position: absolute;
	visibility: hidden;
	width: 150;	
}

