/* ListGlobal CSS  */


/* 
STYLES
// .LGlob_list           ul element of list
// .LGlob_active         li of section you are in
// .LGlob_preActive      li of section before active section (but not first section)
// .LGlob_firstPreActive li of the first section if it is NOT the active section
// .LGlob_firstActive    li of the first section when it IS active
// .LGlob_firstNoActive  li of the first section when NO section is active
// .LGlob_postActive     li of a section AFTER the active section
// .LGlob_lastPostActive li of the last section when NOT active
// .LGlob_lastActive     li of the last section when it IS active
// .LGlob_lastNoActive   li of the last section when NO section is active
// .LGlob_noActive       li of ALL but first and last sections when no section is active
// .id[id]              a style for all a where [id] is the id number of the document 
*/


ul.LGlob_list 
{ color: #fff; 
  display: block;
  padding: 0px;
  padding-left: 10px;
  text-align: right; 
  font-size: 12px; 
  font-weight: normal;
  text-decoration: none;   }

ul.LGlob_list li
{ display: block;
  padding: 14px 0px 0px 60px;
  list-style-type: none;}

ul.LGlob_list li.LGlob_firstPreActive,
ul.LGlob_list li.LGlob_firstNoActive 
{ display: block;
  font-size: 10px; 
  padding: 0px;
  margin: 0px;
 font-weight: normal;
 text-decoration: none;  }


ul.LGlob_list li.LGlob_firstActive a
{ display: block;
 color: #CF88B0;
 font-size: 12px; 
 margin-top: -14px;
 text-decoration: none;   } 

ul.LGlob_list li.LGlob_lastActive a, 
ul.LGlob_list li.LGlob_active a
{ display: block;
 color: #CF88B0;
 font-size: 12px; 
 text-decoration: none;   } 
 
/* Nice hovering links */
ul.LGlob_list li a 
{ position:static;
  font-weight: none;
  color: #fff;
  font-size: 12px;
  text-decoration: none;   }

ul.LGlob_list li.LGlob_preActive a,
ul.LGlob_list li.LGlob_postActive a,
ul.LGlob_list li.LGlob_firstPreActive a,
ul.LGlob_list li.LGlob_lastPostActive a,
ul.LGlob_list li.LGlob_lastNoActive a,
ul.LGlob_list li.LGlob_firstNoActive a,
{ position:static;
  font-weight: none;
  color: #fff;
  font-size: 12px;
  text-decoration: none;   }

ul.LGlob_list li.LGlob_noActive a:
{ position:static;
  font-weight: none;
  color: #fff;
  font-size: 12px;
  text-decoration: none; }

ul.LGlob_list li.LGlob_preActive a:hover,
ul.LGlob_list li.LGlob_postActive a:hover,
ul.LGlob_list li.LGlob_firstPreActive a:hover,
ul.LGlob_list li.LGlob_lastPostActive a:hover,
ul.LGlob_list li.LGlob_noActive a:hover,
ul.LGlob_list li.LGlob_lastNoActive a:hover,
ul.LGlob_list li.LGlob_firstNoActive a:hover
{ position:static;
  font-weight: none;
  color: #926DAA;
  font-size: 12px;
  text-decoration: none; }

ul.LGlob_list li.LGlob_active a:hover,
ul.LGlob_list li.LGlob_lastActive a:hover, 
ul.LGlob_list li.LGlob_firstActive a:hover 
{ position:static;
  font-weight: none;
  color: #926DAA;
  font-size: 12px;
  text-decoration: none;}

/* Hier beginnen de blokjes  */

/*deze zet overal een blokje voor */
ul.LGlob_list li a
{ background: url("gfx/nav/nav1.gif")
  no-repeat right;
  padding-right:20px;
}


/*hier onder definieer je voor elke document id een blokje */

ul.LGlob_list li a.id40
{ background: url("/gfx/nav/nav1.gif")
  no-repeat right;
  padding-right:20px;
}

ul.LGlob_list li a.id41
{ background: url("/gfx/nav/nav2.gif")
  no-repeat right;
}

ul.LGlob_list li a.id42
{ background: url("/gfx/nav/nav3.gif")
  no-repeat right;
}

ul.LGlob_list li a.id43
{ background: url("/gfx/nav/nav4.gif")
  no-repeat right;
}

ul.LGlob_list li a.id44
{ background: url("/gfx/nav/nav5.gif")
  no-repeat right;
}
ul.LGlob_list li a.id62
{ background: url("/gfx/nav/nav1.gif")
  no-repeat right;
  padding-right:20px;
}

ul.LGlob_list li a.id63
{ background: url("/gfx/nav/nav2.gif")
  no-repeat right;
}

ul.LGlob_list li a.id64
{ background: url("/gfx/nav/nav3.gif")
  no-repeat right;
}

ul.LGlob_list li a.id65
{ background: url("/gfx/nav/nav4.gif")
  no-repeat right;
}

ul.LGlob_list li a.id66
{ background: url("/gfx/nav/nav5.gif")
  no-repeat right;
}
ul.LGlob_list li a.id67
{ background: url("/gfx/nav/nav1.gif")
  no-repeat right;
  padding-right:20px;
}

ul.LGlob_list li a.id68
{ background: url("gfx/nav/nav2.gif")
  no-repeat right;
}

ul.LGlob_list li a.id69
{ background: url("/gfx/nav/nav3.gif")
  no-repeat right;
}

