div.cmDiv
{
	background-color: #fff;
}
.clickMenu
{
	margin: 0;
	padding: 4px 0 0 0;
	cursor: default;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
	height:18px;
	float:left;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
	
}
.clickMenu ul
{
	margin: 0;
	padding: 2px 2px 2px 6px;

	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	
	background-color: #fff;
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
.clickMenu div.outerbox
{
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}


.clickMenu div.inner
{
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
	
}

.clickMenu div.inner A:link {text-decoration: none; color:#000000;}
.clickMenu div.inner A:visited {text-decoration: none;  color:#000000;}
.clickMenu div.inner A:active {text-decoration: none;  color:#000000; font-weight:bold;}
.clickMenu div.inner A:hover {text-decoration: none; color:#000000; font-weight:bold;}


.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li
{
	position: relative;
	padding: 4px 20px 4px 2px;
	background-color:#fff;
	
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	//height: 20px; /* for ie */
	font-weight:normal;
	border-right:1px solid #fff;
}
.clickMenu li.main li
{
	z-index: 100;
	min-width: 78px; /*78px;*/
	white-space:nowrap;
	font-weight:normal;
	background-color:#fff;
	background-image:none;
	border:none;
}

.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;
	background: url("../images/myshadow-top.png") left top;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#ccc;
}
	
.clickMenu li.active 
{
 text-decoration: none;  
 color:#000000; 
 font-weight:bold;
 }


.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a
{
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
/* 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("../images/myshadow.png") no-repeat right top;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url("../images/myshadow.png") left bottom;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url("../images/myshadow.png") no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;z-index:180701;
}