body
{
   background-image: url(../images/background_menu.gif);
   background-repeat: no-repeat;
   background-attachment: fixed;
   margin: 2px 5px 5px 2px;
}
.menuheader
{
   color: #FFFFFF;
   font-size: 16px;
   font-weight: bold;
}
.menuitem
{
   color: #FFFFFF;
   font-size: 13px;
   font-weight: bold;   
}
div.clSlideMenu
{ /* All slideMenu2 DIV elements */
	position: absolute;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: hidden;
	width: 100;
	height: 22;
}
a.clA0
{ /* All top level links */
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
   font-weight: bold;
}
a.clA1
{ /* All sub level links */
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.clA2
{ /* All sub2 level links */
	color: #FFFFFF;
	text-decoration: none;
}
a.clA3
{ /* All sub3 level links */
	color: #FFFFFF;
	text-decoration: none;
}
a.clA4
{ /* All sub4 level links */
	color: #FFFFFF;
	text-decoration: none;
}
div.slideMenuBG
{
   position: absolute;
   left: 0;
   top: 0;
   z-index: 1
}
div.slideMenuText
{
   position: absolute;
   left: 2;
   top: 2;
   z-index: 200;
}
#slideMenucont
{
   position: absolute;
   height: 300;
   width: 100;
   visibility: hidden;
}