div.download{
	font-size:14px;
	padding-right:40px;
	padding-top:20px;
	color:#fff;
}
div.download a{
	color:#fff;
}


div.cmDiv
{
	
	
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	
	color:#fff;
	width: 130px;
	text-align:center;
}
.clickMenu div.outerbox
{
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	
	left: 0;
	margin: 0;
	margin-top:10px;

}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;


}
.clickMenu li
{
	position: relative;
	
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{
	float: left;
	padding: 0px;
	
	//height: 20px; /* for ie */
}
.clickMenu li.main li
{
	z-index: 2;
	background-image: url(/include/mod/comp/images/plastecnic10_introbk.png);
	border: 1px solid black;
	margin-top:8px;
	height:28px;
	padding-top:12px;
}
.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 img.liArrow
{
	position: absolute;
	right: 5px;

}
.clickMenu a
{
	text-decoration: none;
	color: #fff;
	cursor: default;
	font-weight:bold;
}
/* thats for the shadowbox */
html>body div.outerbox
{
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	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;
	margin-top: 20;
	display: inherit;
}
