.clickMenu
{
	cursor: pointer;
}
.clickMenu div.outerbox
{
	display: none;
}
.clickMenu li.main li
{
	z-index: 2;
}
.clickMenu li.hover
{
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
}
.clickMenu a
{
	cursor: pointer;
}