div.cmDiv{
	width:940px;
	padding-left:12px;
	height:30px;
	margin:0 auto;
}
.clickMenu{
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.clickMenu, .clickMenu ul{
	list-style: none;
}
.clickMenu ul{
	margin:0;
	padding: 2px;
	border:none;
	/*background:#015d36;*/
	background:#1d7346;
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}
.clickMenu div.outerbox{
	display: none;
	min-width: 200px; /* 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 div.outerbox{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li{
	position: relative;
	padding: 0 20px 0 16px;
	padding:0;
	cursor:pointer;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main{
	float: left;
	padding: 0 10px 0 16px;
	//height: 20px; /* for ie */
	background:url(../graphics/template/bullet.png) no-repeat center left;
	color:#fff;
	text-decoration:none;
	display:block;
	height:30px;
	line-height:30px;
}
.clickMenu li.main li{
	z-index: 20;
	min-width:100px;
	cursor:pointer;
	border-bottom:1px dotted #044026;
	text-indent:16px;
	color:#fff;
}
.clickMenu li.main li ul{
	z-index: 20;
	min-width: 100px;
	border: none;
	background:#458958;
}
.clickMenu li.main li ul li{
	z-index: 20;
	min-width: 100px;
	text-indent:16px;
	border-bottom:1px dotted #fff;
}
.clickMenu li.hover{
	z-index: 15 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	background:url(../graphics/template/whiteBullet.png) no-repeat center left;
	/*
	padding-left:16px;
	padding:0;
	*/
	color:#de8702;
}
.clickMenu li.main li.hover{
	z-index: 15 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	padding:0;
	background:none;
	color:#C8C8C8;
}
.clickMenu img.liArrow{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a{
	display:block;
	width:100%;
	text-decoration: none;
	color:#fff;
	font-weight:normal;
	cursor: pointer;
}
.clickMenu a:hover{
	color:#C8C8C8;
	}
	
/* 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(../graphics/menu/myshadow.png) no-repeat right top;*/
}
html>body div.shadowbox2{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	/*background: url(../graphics/menu/myshadow.png) left bottom;*/
}
html>body div.shadowbox3{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	/*background: url(../graphics/menu/myshadow.png) no-repeat right bottom;*/
}
html>body .innerbox{
	margin: 0;
	display: inherit;
}



/* SOUS MENU */
li#who ul{
	width:140px;
	}
li#who ul li{
	width:100%;
	}


li#produits ul{
	width:100%;
	}
li#produits ul li{
	width:100%;
	}
	
li#produits ul li ul{
	width:280px;
	}
li#produits ul li ul li{
	width:100%;
	}
	
li#configurateur ul{
	margin:0;
	padding:0;
	width:315px;
	}
li#configurateur li{
	width:100%;
	}
	
		
li#technologies ul{
	width:260px;
	}
li#technologies li{
	width:100%;
	}

li#info ul{
	margin:0;
	padding:0;
	width:290px;
	}
li#info li{
	width:100%;
	}

	

li#support ul{
	margin:0;
	padding:0;
	width:300px;
	}
li#support li{
	width:100%;
	}
	
	
li#cadeauPromo ul{
	margin:0;
	padding:0;
	width:340px;
	}
li#cadeauPromo li{
	width:100%;
	}

