/*

Author: Marcel de Reus <marcel[at]dereus[dot]net>
Created: 01-04-2008
Last modified: 19-09-2009

Description: This stylesheet contains the declaration of the background of the
navigation tabs.

*/

div#tabs li.light_orange {
  background-image: url('/artwork/orange/tab_light.png');
  background-repeat: no-repeat;
}

div#tabs li.dark_orange {
  background-image: url('/artwork/orange/tab_dark.png');
  background-repeat: no-repeat;
}

div#tabs li.light_yellow {
  background-image: url('/artwork/yellow/tab_light.png');
  background-repeat: no-repeat;
}

div#tabs li.dark_yellow {
  background-image: url('/artwork/yellow/tab_dark.png');
  background-repeat: no-repeat;
}

div#tabs li.light_purple {
  background-image: url('/artwork/purple/tab_light.png');
  background-repeat: no-repeat;
}

div#tabs li.dark_purple {
  background-image: url('/artwork/purple/tab_dark.png');
  background-repeat: no-repeat;
}

div#tabs li.light_pink {
  background-image: url('/artwork/pink/tab_light.png');
  background-repeat: no-repeat;
}

div#tabs li.dark_pink {
  background-image: url('/artwork/pink/tab_dark.png');
  background-repeat: no-repeat;
}
