div.clSlideMenu	{
/* All slideMenu2 DIV elements */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	position: absolute;
}

a.clA0, 
a.clA0:visited, 
a.clA0:hover, 
a.clA0:active	{
/* All top level links */
	color: white;
	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: black;
	font-size: 10px;
	text-decoration: none;
}

a.clA2, 
a.C1A2:visited, 
a.C1A2:hover, 
a.C1A2:active	{
/* All sub2 level links */
	color: black;
	font-size: 9px;
	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	{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

div.slideMenuText	{
	left: 5px;
	position: absolute;
	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;
}


