
/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{
	position: relative;
	visibility:hidden;
	left:0;
	top:0;
	z-index: 1000;
}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{
	position: absolute;
	width:662px;
	height:20px;
	background-color:Red;
	layer-background-color: Red;
	visibility:hidden;
	z-index: 1000;
}

/*Styles for level 0*/
.clLevel0,.clLevel0over{
	position: absolute;
	padding-left:6;
	line-height:20px;
	cursor: pointer;
	cursor:hand; 
	font-family:arial,helvetica; 
	font-size:12px; 
	width: auto;
	z-index: 1000;
}
.clLevel0{
	background-color:#CC6600; 
	layer-background-color:Red; 
	color:#FFFFFF;
	z-index: 1000;
}
.clLevel0over{
	background-color:#339999; 
	layer-background-color:Red; 
	color:#FFFFFF; 
	cursor:hand; 
	cursor:hand; 
	z-index: 1000;
}

.clLevel0border{
	position: absolute;
	visibility:hidden; 
	background-color:#FFFFFF; 
	layer-background-color:Red;
	z-index: 1000;
}

/*Styles for level 1*/
.clLevel1, .clLevel1over{
	position: absolute;
	padding-left:6;
	line-height:16px;
	cursor: pointer;
	cursor:hand; 
	font-family:arial,helvetica; 
	font-size:10px; 
	width: auto;
	z-index: 1000;
}
.clLevel1{
	background-color:#DED0B5; 
	layer-background-color:#DED0B5; 
	color:#000000;
	z-index: 1000;
}
.clLevel1over{
	background-color:#B5050B; 
	layer-background-color:Red; 
	color:#FFFFFF; 
	cursor:pointer; 
	cursor:hand; 
	z-index: 1000;
}
.clLevel1border{
	position: absolute;
	visibility:hidden; 
	background-color:#FFFFFF; 
	layer-background-color:Red;
	border-left-width: 0px;
	
	z-index: 1000;
}

/*Styles for level 2*/
.clLevel2, .clLevel2over{
	position: absolute;
	padding-left:6;
	line-height:16px;
	cursor: pointer;
	cursor:hand; 
	font-family:arial,helvetica; 
	font-size:10px; 
	width: auto;
	z-index: 1000;
}
.clLevel2{
	background-color:#DED0B5; 
	layer-background-color:Red; 
	color:#000000;
	z-index: 1000;
}
.clLevel2over{
	background-color:#B5050B; 
	layer-background-color:Red; 
	color:#FFFFFF; 
	cursor:pointer; 
	cursor:hand; 
	z-index: 1000;
}
.clLevel2border{
	position: absolute;
	visibility:hidden; 
	background-color:#FFFFFF; 
	layer-background-color:Red;
	z-index: 1000;
}