div.cmDiv
{
	border: 0px;
	background-color: #eee;
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0px;
	padding: 0px;
	border: 1px solid white;
	background-color: #eee;
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}
.clickMenu div.outerbox
{
	display: none;
	
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	top: 43px; /* for ie */
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	top:5px;
	//left: 90px; /* for ie */

}
.clickMenu li
{	
	position: relative;
	padding: 0 20px px 2px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{

	float: left;
	padding: 0 0px;
	background-color: #eee;
	height: 48px; /* for ie */
}
.clickMenu li.main li
{
 font-size: 10px;
	font-family: Verdana;
	color: #000000;
	
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	z-index: 2;
	width:130px;
	height:21px;
	min-width: 78px;
	 padding:10px 0px 0px 0px ;
	vertical-align:middle;
	text-align:center;
	
	

}
.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 */
	background-color: #fff;

}
.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a
{
	text-decoration: none;
	color: black;
}
/* thats for the shadowbox */
html>body div.outerbox
{
	padding: 0px 0px 0px 0px;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 0px;
	height: 100%;	
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 0px;
	height: 0px;
	width: 100%;	
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 0px;
	width: 0px;
	
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}

