/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
#divMenu {
	margin: 0px;
	padding: 0px;
	height: 40px;
}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{
	position:absolute;
	visibility:hidden;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #cee6fe;
	height: 40px;
	}


/*Styles for level 0*/
.clLevel0,.clLevel0over{
	position:absolute;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-align: right;
}
.clLevel0{

}
.clLevel0over{
	cursor:pointer;
	color: #F90;
	/* [disabled]background-color: #f2f2f2; */
}
.clLevel0border{
	position:absolute;
	visibility:hidden;
}

/*Styles for level 1*/
.clLevel1, .clLevel1over{
	position:absolute;
	color: #666666;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 16px;
	cursor: pointer;
	padding: 0px;
	text-indent: 10px;
	background-color: #f2f2f2;
}
.clLevel1{
	color: #666666;
}
.clLevel1over{
	color:#FFF;
	background-color:#F90;
	cursor:pointer;
}
.clLevel1border{
	position:absolute;
	visibility:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #FFF;
}
.clLevel0Blank {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
