/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0; text-align:center;}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:1258px; height:24px; background-color:#848282;}


/*Styles for level 0*/
.clLevel0,.clLevel0over {	
	position:absolute;
	line-height:20px;
	text-align:center;
	font-size:14px; 
	font-weight:bold; 
	cursor:pointer; 
	cursor:hand;
 
}
.clLevel0{
	background-color: #ffffff;; 
	filter:alpha(opacity=30);
	color:#000;
	opacity: 0.3;
	-moz-opacity:0.3;
}
.clLevel0border{
	position:absolute; 
	visibility:hidden; 
	background-color: transparent; 	
}
