/* CoolMenus 4 - default styles - do not edit */
.clCMAbs {position: absolute; visibility: hidden; left: 0; top: 0}
/* CoolMenus 4 - default styles - end */

/*Styles for level 0*/
.clLevel0,.clLevel0over {
	position: absolute;
	font-family: Arial;
    padding-top: 5px;
	font-weight: normal;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
	font-size: 13px;
	border-bottom: 1px solid #999999;
}

#main-navigation .clLevel0 {

	background-color: #4E9B6D;
	layer-background-color: #4E9B6D;
	text-decoration: none;
	color: #ffffff;
}
#main-navigation .clLevel0over {
	background-color: #216D46;
	layer-background-color: #216D46;
	text-decoration: none;
	color: #FFFFFF;
	cursor: hand;
}

#side-navigation .clLevel0 {
	background-color: #C4C4C4;
	layer-background-color: #C4C4C4;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	width: 166px;
}

#side-navigation .clLevel0over {
	background-color: #166AEE;
	layer-background-color: #166AEE;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	cursor: hand;
	padding: 3px;
	width: 166px;
}

#side-navigation .clLevel0border {
	position: absolute; 
	visibility: visible;
	background-color: #c4c4c4;
	layer-background-color: #c4c4c4;
	
}


.clLevel0border {
	position: absolute; 
	visibility: visible;
	background-color: #ffffff;
	layer-background-color: #ffffff;
	padding-left: 1px;
	padding-right: 10px;
}

/*Styles for level 1*/
.clLevel1, .clLevel1over { 
	position: absolute;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.clLevel1 {
	background-color: #a3e8c5;
	layer-background-color: #a3e8c5;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.clLevel1over {
	background-color: #216D46;
	layer-background-color: #216D46;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
}

.clLevel1border {
	position: absolute;
	visibility: visible;
	background-color: #216D46;
	layer-background-color: #216D46;
}

/*Styles for level 2*/
.clLevel2, .clLevel2over { 
	position: absolute;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.clLevel2 {
	background-color:  #a3e8c5;
	layer-background-color:  #a3e8c5;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.clLevel2over {
	background-color: #216D46;
	layer-background-color: #216D46;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
}

.clLevel2border {
	position: absolute;
	visibility: visible;
	background-color: #216D46;
	layer-background-color: #216D46;
}
