/* 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: 10;
	height: 10;
	background-color: Navy;
	layer-background-color: Navy;
	visibility: hidden;
}

/*Styles for level 0*/
.clLevel0, .clLevel0over
{
	position:relative;
	padding: 2px;
	font-family: tahoma,arial,helvetica;
	font-size: 12px;
	font-weight: bold;
}
.clLevel0
{
	color: white;
}
.clLevel0over
{
	color: #FFFF66;
	color: red;
	cursor: hand;
}
.clLevel0border
{
	position: absolute;
	visibility: hidden;
}

/*Styles for level 1*/
.clLevel1, .clLevel1over
{
	position: absolute;
	padding: 2px;
	font-family: tahoma, arial,helvetica;
	font-size: 10px;
	font-weight: bold;
	cursor:hand;
}
.clLevel1
{
	background-color: #686C87;
	layer-background-color: #686C87;
	color: white;
}
.clLevel1over
{
	background-color: #040962;
	layer-background-color: #040962;
	color: white;
	cursor: pointer;
	cursor: hand;
}
.clLevel1border
{
	position: absolute;
	visibility: hidden;
	background-color: #7A7E8E;
	layer-background-color: #7A7E8E;
}

/*Styles for level 2*/
.clLevel2, .clLevel2over
{
	position: absolute;
	padding: 2px;
	font-family: tahoma,arial,helvetica;
	font-size: 10px;
	font-weight: bold;
}
.clLevel2
{
	background-color: #686C87;
	layer-background-color: #686C87;
	color: white;
}
.clLevel2over
{
	background-color: #040962;
	layer-background-color: #040962;
	color: white;
	cursor: pointer;
	cursor: hand;
}
.clLevel2border
{
	position: absolute;
	visibility: hidden;
	background-color: #7A7E8E;
	layer-background-color: #7A7E8E;
}




