div.cmDiv
{
	
        background-image: url("grafika/menubackground.png");
        clear:both;
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0;
	width: 120px;
	padding: 2px;
	border: 1px solid #d1fc90;
	background-image: url("grafika/popUpBackground.png");
}
.clickMenu div.outerbox
{
	display: none;
	width: 106px; /* this is for the fadein effect - firefox-flickers without this */
}
.clickMenu div.inner
{
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li
{
	z-index: 2;
	position: relative;
	padding-left: 2px;
}
.clickMenu li.main
{
	float: left;
	padding: 0 10px;
        color:red;
	
	//height: 20px; /* for ie */
}
.clickMenu li.hover
{
	z-index: 1; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	background-color: #6f8055;
        
        cursor: pointer; 
}
.clickMenu li.hasUL
{
	background-image: url(arrow-right.gif);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}
.clickMenu a
{
	text-decoration: none;
	///color:#d1fc90;
	cursor: pointer;
}

html>body div.outerbox
{
	/*position: absolute;*/
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 100%;
	height: 100%;
	background: url(myshadow.png) no-repeat right top;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(myshadow.png) left bottom;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(myshadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}

.liArrow {border: none;background-position: 95% 50%; }
image