/* CoolMenus 4 - default styles - do not edit */
.clCMEvent {
	position: absolute;
	width: 99%;
	height: 99%;
	clip: rect(0,0,0,0);
	left: 0;
	top: 0;
	visibility: visible;
}
.clCMAbs {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
}
/* CoolMenus 4 - default styles - end */
/*Style for the background-bar*/
.clBar {
	position: absolute;
	visibility: hidden;
}
/*Styles for level 0*/
.clLevel0,.clLevel0over {
    background: transparent;
    position: absolute;
    off.width: 80px;
    color: #000;
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
}
.clLevel0over {
	background: #c4e1fb;
	cursor: pointer;
}
.clLevel0border {
	position: absolute;
	visibility: hidden;
	background: transparent;
	color: white;
}
/*Styles for level 1 and two*/
.clLevel1, .clLevel1over {
	position: absolute;
	background: #e3f2ff;
	line-height: 11px;
	font-size: 10px;
 	padding: 2px;
}
.clLevel1over
{
	background: #016;
	color: #fff;
    cursor: pointer;
}
.clLevel1border
{
	position: absolute;
	visibility: hidden;
}
.clLevel2border
{
	position: absolute;
	visibility: hidden;
}