<style type="text/css">
a:link {
	color: #395aa7;
	text-decoration: none;
	font-weight:normal;
	text-indent:15px;
}
a:visited {
	color: #395aa7;
	text-decoration: none;
	font-weight:normal;
	text-indent:15px;
}
a:active {
	color: #3c3c3c;
	text-decoration: none;
	font-weight:normal;
	text-indent:15px;
}
a:hover {
	color: #3c3c3c;
	text-decoration: none;
	font-weight:bold;
	text-indent:15px;
}
div.clSlideMenu{ /* All slideMenu2 DIV elements */
	position:absolute;
	font-family:"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	overflow:hidden;
	width:180;
	height:20;
	
}
a.clA0{ /* All _top level links */
	color:#395aa7;
	font-family:"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	text-indent:15px;
}
a.clA1{ /* All sub level links */
	color:#395aa7;
	font-family:"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-indent:15px;
}
a.clA2{ /* All sub2 level links */
	color:#395aa7;
	font-family:"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	
}
a.clA3{ /* All sub3 level links */
	color:#395aa7;
	text-decoration:none;
}
a.clA4{ /* All sub4 level links */
	color:#395aa7;
	font-family:"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

/* NEEDED STYLES */
div.slideMenuBG{position:absolute; left:10; _top:0; z-index:1}
div.slideMenuText{
	position:absolute;
	left:25;
	z-index:200;
	bottom: 3px;
}
/* NEEDED ----- This class should be named like this:
	#NAME_OF_YOUR_MENUcont
*/
#slideMenucont{position:absolute;	height:600; width:180; visibility:hidden;}
body {
	margin-left: 0px;
	margin-_top: 0px;
	background-color: #E8F0FA;
}
</style>