 /* All slideMenu2 DIV elements */
div.clSlideMenu{position:absolute; font-family:verdana,arial,helvetica; font-size:11px; overflow:hidden; width:184px; height:20px;}

 /* All top level links */
a.clA0:link   {width:181px;height:20px; color:#FFFFFF; font-size:11px; text-decoration:none; }
a.clA0:visited{width:181px;height:20px; color:#FFFFFF; font-size:11px; text-decoration:none; }
a.clA0:active {width:181px;height:20px; color:#FFFFFF; font-size:11px; text-decoration:none; }
a.clA0:hover  {width:181px;height:20px; color:#D5CC69; font-size:11px; text-decoration:none; }

/* All sub level links */
a.clA1:link   {width:181px;height:20px; color:black; font-size:10px; text-decoration:none;}
a.clA1:visited{width:181px;height:20px; color:black; font-size:10px; text-decoration:none;}
a.clA1:active {width:181px;height:20px; color:black; font-size:10px; text-decoration:none;}
a.clA1:hover  {width:181px;height:20px; color:black; font-size:10px; text-decoration:none;}

/* All sub2 level links */
a.clA2:link   {width:181px;height:20px; color:navy; text-decoration:none;}
a.clA2:visited{width:181px;height:20px; color:navy; text-decoration:none;}
a.clA2:active {width:181px;height:20px; color:navy; text-decoration:none;}
a.clA2:hover  {width:181px;height:20px; color:navy; text-decoration:none;}

/* All sub3 level links */
a.clA3:link   {width:181px;height:20px; color:black; text-decoration:none;}
a.clA3:visited{width:181px;height:20px; color:black; text-decoration:none;}
a.clA3:active {width:181px;height:20px; color:black; text-decoration:none;}
a.clA3:hover  {width:181px;height:20px; color:black; text-decoration:none;}

/* All sub4 level links */
a.clA4:link   {width:181px;height:20px; color:green; text-decoration:none;}
a.clA4:visited{width:181px;height:20px; color:green; text-decoration:none;}
a.clA4:active {width:181px;height:20px; color:green; text-decoration:none;}
a.clA4:hover  {width:181px;height:20px; color:green; text-decoration:none;}


/* NEEDED STYLES */
div.slideMenuBG{position:absolute; left:0; top:0; z-index:}
div.slideMenuText{position:absolute; left:3px; top:4px; z-index:200px;}
/* NEEDED ----- This class should be named like this: #NAME_OF_YOUR_MENUcont*/
#slideMenucont{position:absolute; height:400; width:200; visibility:hidden;}
