/* ------ AUTHOR -----------------------------------------

Chergo Zelfo ~ newMediaDesign ~ www.zelfo.com
for diginetmedia >> www.diginetmedia.de

--------- UPDATE INFO -----------------------------------
  
Revision number: 1.0  */

/*  Navigation */
.box-nav {
  background: url(images/box-nav-border.png) no-repeat left bottom;
  padding: 0 10px 5px 10px;
  }
.box-nav ul {
  padding-left: 0;
  padding-top: 5px;
  }

/*  Navigation - Section 0 */
.box-nav li {
  padding: 1px 0;
  background: url(images/nav-spacer.gif) no-repeat 0 0;
  }
.box-nav a {
  background: url(images/nav-0.gif) no-repeat 0 0;
  font: bold 1em Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  display: block;
  margin: 2px 0 1px 0;
  }
/* excludes IE --> see layout_ie.css */
*>.box-nav a {
  padding: 1px 0 3px 16px;
  }
.box-nav a:hover {
  background: url(images/nav-0-over.png) no-repeat 0 0;
  color: #FF6600;
  }

/*  Navigation - Section 1 */
ul.section1 {
  margin: 0;
  padding: 0;
  }
  
ul.section1 li {
  margin: 0;
  padding: 1px 0;
  }
ul.section1 a {
  background: url(images/nav-1.gif) no-repeat 0 0;
  padding-left: 20px;
	font-weight: normal;
  }
ul.section1 a:hover {
  background: url(images/nav-1-over.png) no-repeat 0 0;
  color: #FF6600;
  }

/*  Navigation - Section 2 */
ul.section2 {
  margin: 0;
  padding: 0;  
  }
  
ul.section2 li {
  margin: 0;
  padding: 1px 0 0 0;  
  }
  
ul.section2 a {
  	background: url(images/nav-1.gif) no-repeat 5px 0; 
	padding-left: 25px;	
	color: #5e6c73;
	font-weight:normal;
  }
ul.section2 a:hover {
  background: url(images/nav-1-over.png) no-repeat 5px 0;
  color: #FF6600;
  }


/* current & active */
.box-nav ul ul a#current {
  background: url(images/nav-1-over.png) no-repeat 0 0;
  }
.box-nav ul ul ul a#current {
  background: url(images/nav-1-over.png) no-repeat 5px 0;
  }
ul#active {
  display: block
	}
