
/* CoolMenus 4 - default styles - do not edit */
.clCMAbs {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0
	}

/* CoolMenus 4 - default styles - end */
/*Style for the background-bar*/
.clBar {
	background-color: none;
	visibility: hidden;
	position: absolute;
	width: 10px;
	height: 10px;
	layer-background-color: none   
	
	}

/*Styles for level 0*/
.clLevel0, .clLevel0over {
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	padding: 2px;
	position: absolute
	}

.clLevel0 {
	color: #ffffff;
	background-color: #cccccc;
	layer-background-color: #cccccc  
	
	}

.clLevel0over {
	color: #096;
	background-color: #cccccc;
	cursor: hand;
	layer-background-color: #cccccc   
	
	}

.clLevel0border {
	background-color: transparent;
	visibility: hidden;
	position: absolute;
	layer-background-color: #ffffff   
	
	}

/*Styles for level 1*/
.clLevel1, .clLevel1over {
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	text-align: left;
	padding: 2px;
	position: absolute
	}

.clLevel1 {
	color: #096;
	background-color: #ffffff;
	layer-background-color: #ffffff     
	
	}

.clLevel1over {
	color: #fff;
	background-color: #a9a9a9;
	cursor: hand;
	layer-background-color: #ffffff       
	
	}

.clLevel1border {
	background-color: #999;
	visibility: visible;
	position: absolute;
	layer-background-color: #cccccc    
	
	}

