BODY {
	background : #330099;  /*#DAA520*/
}

div.clSlideMenu{
	/* All slideMenu2 DIV elements */
	background :#330099 ;
	border-top-color : White;
	border-top-width : 1pt;
	border-top-style : solid;
	border-bottom-color : White;
	border-bottom-width : 1pt;
	border-bottom-style : solid;
	position: absolute;
	width:150;
	height:23;
	vertical-align : top;
	font-family:verdana,arial,helvetica;
	font-size:9px;
	text-decoration:none;
	font-weight : bold;

}
div.clSlideMenu1{
	/* All slideMenu2 DIV elements */
	background : #0033FF;/*#3399FF; */	
	border-top-color : White;
	border-top-width : 1pt;
	border-top-style : solid;
	border-bottom-color : White;
	border-bottom-width : 1pt;
	border-bottom-style : solid;
	position: absolute;
	width:150;
	height:15;
	vertical-align : top;
	font-family:verdana,arial,helvetica;
	font-size:9px;
	text-decoration:none;
	font-weight : bold;

}
div.clSlideMenu2{
	/* All slideMenu2 DIV elements */
	background : #3399FF;	
	border-top-color : White;
	border-top-width : 1pt;
	border-top-style : solid;
	border-bottom-color : White;
	border-bottom-width : 1pt;
	border-bottom-style : solid;
	position: absolute;
	width:150;
	height:15;
	vertical-align : top;
	font-family:verdana,arial,helvetica;
	font-size:9px;
	text-decoration:none;
	font-weight : bold;

}
div.clSlideMenu3{
	/* All slideMenu2 DIV elements */
	border-top-color : White;
	border-top-width : 1pt;
	border-top-style : solid;
	border-bottom-color : White;
	border-bottom-width : 1pt;
	border-bottom-style : solid;
	position: absolute;
	width:150;
	height:15;
	vertical-align : top;
	font-family:verdana,arial,helvetica;
	font-size:9px;
	text-decoration:none;
	font-weight : bold;

}

a{
	font-family:verdana,arial,helvetica;
	font-size:9px;
	text-decoration:none;
	color : White;
	font-weight : bold;
}

A:VISITED {
	font-family:verdana,arial,helvetica;
	font-size:9px;
	text-decoration:none;
	color : White;
	font-weight : bold;
}
/* NEEDED STYLES */
div.slideMenuBG{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	text-decoration : none;
}
div.slideMenuText{
	/*position:absolute;*/
	left:2;
	top:0;
	z-index:200;
   height:180;
	text-decoration : none;
}
/* NEEDED ----- This class should be named like this:
	#NAME_OF_YOUR_MENUcont
*/
#slideMenucont{
	position:absolute;
	height:600;
	width:200;
	visibility: hidden;
	text-decoration : none;
}
