/* CoolMenus 4 - default styles - do not edit */
.clCMAbs {
	position: absolute; 
	visibility: hidden; 
	left: 0; 
	top: 0;
}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar {
	position: absolute; 
	width: 410px; 
	height: 23px; 
	top: 57px;
	background-color: #039; 
	visibility: hidden;
	border-left-color: #039;
	border-top-color: #039;
	border-right-color: #039;
	border-bottom-color: #039;
	border-style: solid;
	border-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;

}

/*Styles for level 0*/
.clLevel0,.clLevel0over {
	position: absolute; 
	font-family: tahoma,arial,helvetica; 
	font-size: 12px; 
	font-weight: bold;
	text-align: center; 
	padding-top: 4px;
	padding-left: 0px;
	border-left-color: #039;
	border-top-color: #039;
	border-right-color: #039;
	border-bottom-color: #039;
	border-style: solid;
	border-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;

}

.clLevel0 {
	background-color: #039; 
	color: #fff;
}

.clLevel0over {
	background-color: #A3B0C7;  
	color: #fff; 
	cursor: hand; 
}

.clLevel0border {
	position: absolute; 
	visibility: hidden; 
	background-color: #039; 
}

/*Styles for level 1*/
.clLevel1, .clLevel1over {
	position:absolute; 
	padding-top: 4px;
	padding-left: 12px; 
	font-family:tahoma, arial,helvetica; 
	font-size:12px; 
	font-weight:bold;
	text-align: left;
	border-left-color: #039;
	border-top-color: #fff;
	border-right-color: #039;
	border-bottom-color: #039;
	border-style: solid;
	border-width: 1px;
	border-left-width: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	
	
}

.clLevel1 {
	background-color:#039; 
	color:white;
}

.clLevel1over {
	background-color: #A3B0C7;  
	color:#fff; 
	cursor:hand; 
}

.clLevel1border {
	position:absolute; 
	visibility:hidden; 
	background-color: #039;
	
	
}

/*Styles for level 2*/
.clLevel2, .clLevel2over {
	position: absolute; 
	padding: 2px; 
	font-family: tahoma,arial,helvetica; 
	font-size: 10px; 
	font-weight: bold;
}

.clLevel2 {
	background-color: Navy; 
	color: white;
}

.clLevel2over {
	background-color: #0099cc; 

	color: Yellow; 
	cursor: hand; 
}

.clLevel2border {
	position: absolute; 
	visibility: hidden; 
	background-color: #006699; 

}

/*Styles for level 2s*/
.clLevel2s, .clLevel2sover{
	position:absolute;
	padding: 0px 0px 0px 0px;
   font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size:8px;
	font-weight: normal;
	border : 1px solid Teal;

}
.clLevel2s{
	background-color: #e2e2e2;
	layer-background-color: #e2e2e2;
	color: black;
}
.clLevel2sover{
	background-color: #990000;
	layer-background-color: #990000;
	color: #ffffff;
	cursor:pointer;
	cursor:hand;
}
.clLevel2sborder{
	padding: 0px 0px 0px 0px;
	position:absolute;
	visibility:hidden;
	background-color: white;
	layer-background-color:white;
}

