.ListBarItems,			/* Style is only used to make room for menu items. */
A.ListBarItems {		/* Color changes must be made to LBar_levelx below */
  color : #fff;
  font-weight : bold;
  text-decoration : none;
  font-size : 10px;
  visibility : hidden;
  line-height : 0;
}

/*==========================================
  CoolMenus 4 - default styles - do not edit
  ==========================================*/
.clCMEvent{
  position : absolute;
  width : 99%;
  height : 99%;
  /* changed from clip : rect(0,100%,100%,0); in order to validate correctly */
  clip : rect(0,100px,100px,0);
  left : 0;
  top : 0;
  visibility : visible
}

.clCMAbs{
  position : absolute;
  visibility : hidden;
  left : 0;
  top : 0;
}

/*======================
  Styles for menu levels
  ======================*/
.LBar_level0,
.LBar_level0_over,
.LBar_level1,
.LBar_level1_over{
  position : absolute;
  overflow : hidden;
  font-size : 10px;
  font-weight : bold;
  cursor : pointer;
  /*cursor : hand;*/
}

.LBar_level_hide{
  position : absolute;
  padding : 0px;
  font-size : 10px;
  font-weight : bold;
  cursor : default;
}

.LBar_level0,
.LBar_level0_over,
.LBar_level1_over{
  color : #fff;
}

.LBar_level1{color : #000000;
  background-color : #CDDBEB;
}

.LBar_level1_over,
.LBar_border{
  background-color : #3c5b89;
}

.LBar_border{
  position : absolute;
  visibility : hidden;
  z-index : 300;
}

