/* CoolMenus 4 - default styles - do not edit */
.clCMEvent{position:absolute; width:99%; height:99%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:visible;}
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0;}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; visibility:hidden; text-align:center;}

/*Styles for level 0*/
.clLevel0, .clLevel0over{
	position:absolute;
	padding:1px;
	font-family:Verdana;
	font-size:8px;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	color:#FFFFFF;
	cursor:pointer;
	cursor:hand;
}
/*couleur des textes des menus du 1er niveau par défaut */
.clLevel0{color:#FFFFFF;cursor:default;}
/*couleur des textes des menus du 1er niveau survolé */
.clLevel0over{color:#FF7300; cursor:pointer;cursor:hand;}

/*Styles for level 1*/
.clLevel1, .clLevel1over{
	position:absolute;
	width:180;
	padding:2px;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-align: left;
	text-indent: 2px;
	
}
/*cartouche des menus 2e niveau*/
.clLevel1{
	background-color:#003366;
	layer-background-color:#FFFFFF;
	color:#FFFFFF;
	text-align: left;
	
	text-indent: 2px;
}
.clLevel1over{background-color:#000033; layer-background-color:#FFFFFF; color:#FFFFFF; cursor:pointer; cursor:hand;}
.clLevel1border{position:absolute; visibility:hidden; background-color:#FFFFFF; layer-background-color:#FFFFFF;}


/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute;  padding:2px; font-family:arial; font-size:10px; font-weight:bold;}
.clLevel2{background-color:#003366; layer-background-color:#003366; color:#FFFFFF;}
.clLevel2over{background-color:#000033; layer-background-color:#FFFFFF; color:#FFFFFF; cursor:pointer; cursor:hand;}
.clLevel2border{position:absolute; visibility:hidden; background-color:#cccccc; layer-background-color:#FFFFFF;}


