div.cmDiv
{
	height: 26px;
	background-color: transparent;
	border-left: 1px solid white;
	font-size: 12px;
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: hand;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.clickMenu ul
{
	//float: left;/*ie again*/
	min-width: 100%; /* ie doesnt know this :/ */
	//width: 100%;/*and again*/
	margin: 0;
	margin-top: 3px;
	//margin-top: 0;
	padding: 0;
	border-left: 1px solid white;
	background-color: #C5C5C5;
	
}

.clickMenu div.inner div.outerbox {
	margin: 0;
	padding: 0;
}

.clickMenu div.inner
{
	//top: 24px; /* for ie */
	left: 0;
	margin-left: -1px;
}


.clickMenu div.outerbox
{
	display: none;
	min-width: 95%px; /* firefox produces animation-flickering when the box is bigger than this :/ */
	width: 100%;
	//width: 100%;
	padding: 0 5px 5px 0;
	//background-image: url(/clients/saniger/design/public/images/myshadow.png);
	//background-repeat: no-repeat;
	//background-position: right bottom;
}

.clickMenu li
{
	position: relative;
	/*white-space: nowrap; does not really work in ie */
	cursor: pointer;
}
.clickMenu li.main
{
	float: left;
	margin: 0;
	padding: 6px 9px 0 9px;
	height: 18px;
	border-right: 1px solid #FFF;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
}

.clickMenu li.main li
{
	/*z-index: 2;*/
	margin: 0;
	margin-left: 0;	
	padding: 0;
	padding: 5px 0 0 0;
	width: 100%;
	//width: 100%;
	height: 18px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background-color: #C5C5C5;
	text-align: left;
}

.clickMenu li.main li a {
	padding-left: 4px;
}
.clickMenu li.hover, .clickMenu li.main 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 li.hover a, .clickMenu li.main li.hover a
{
	color: #006384;
}

.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}

.clickMenu a
{
	height: 22px;
	text-decoration: none;
	color: #FFF;
}

/* thats for the shadowbox */
div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(/clients/saniger/design/public/images/myshadow.png) no-repeat right top;
}
div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(/clients/saniger/design/public/images/myshadow.png) left bottom;
}
div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(/clients/saniger/design/public/images/myshadow.png) no-repeat right bottom;
}
