code, pre {
	color: red;
}
/* CoolMenus 4 - default styles - do not edit */
.clCMEvent {
	position: absolute;
	width: 99%;
	height: 99%;
  margin-left: 0;
	margin-top: 0;
	visibility: visible;
	vertical-align: text-bottom;
}
.clCMAbs {
	position: absolute;
	visibility: hidden;
	margin-left: 0;
	margin-top: 0;
	vertical-align: text-bottom;
}
/* CoolMenus 4 - default styles - end */
/* MENU NUMBER horizontal 2 */
/*Style for the background-bar*/
.cl2Bar {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #1C4679;
	visibility: hidden;
}
/*Styles for level 0*/
.cl2Level0, .cl2Level0over {
	position: absolute;
	color: #fff;
	padding-top: 8px;
	font-family: sans-serif;
	font-size: 11px;
	text-align:center;
	/*background: red;*/
	background: #1C4679 url('../images/layout/2005/menu/kut_h.gif') no-repeat;
	border-left:1px solid #f1f0f0;

}

.cl2Level0over {
	background: #f1f0f0;
	color: #1C4679;
	font-weight:bold;
	cursor: pointer;
}
.cl2Level0border {
	position: absolute;
	color: #B1935A;
	background-color: #B1935A;
}


/*Styles for level 1*/
.cl2Level1, .cl2Level1over {
	position: absolute;
	color: #1C4679;
	padding-top: 4px;
	font-family: sans-serif;
	font-size: 11px;
	text-align:center;
	background:#fff;
	cursor: pointer;
}
.cl2Level1over {
	background: #fff;
	color: #1C4679;
	font-weight:bold;
	cursor: pointer;
	letter-spacing:1px;
}

.cl2Level1border {
	position: absolute;
	color: #B1935A;
	background-color: #B1935A;
}
