/* Main navigation */
#nav {
	font-size: 1.7em;
}
#nav ul li {
	background: transparent url("../images/backgrounds/nav_spacer.gif") no-repeat right top;
	float: left;
	position: relative;
	height: 27px;
}
#nav ul li.last {
	background-image: none;
}
#nav ul li a {
	color: #000;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 8px 12px;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #435917;
}
#nav ul li a.active {
	color: #fff;	
}

/* 
	Dropdown menu
	Added 28-10-2010
	Bart Laarhoven - Ostendo
*/

#nav ul li ul {
        display: none;
}

#nav ul.submenu li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 10px 0 15px;
  width:170px;
  white-space: nowrap;
  height:30px;
  line-height:32px;
  background: url(../images/backgrounds/submenu_background.png) repeat-x;
}

#nav li:hover ul {
  display: block;
  position: absolute;
  z-index:300;
}


#nav li:hover li {
  float: none;
  font-size: 10pt;
}

#nav li:hover li a:hover {
        color:#fff;
        }

#nav ul li a:hover {
  color: #fff;
 }

#nav ul.submenu li a.active {
	color: #fff;	
}

#header { z-index:300; }

#main { position: relative; }


/*
	End dropdown menu
*/



/* Left Subnavigation */
#left ul {
	font-size: 1.17em;
}
#left ul li {
	float: left;
	width: 200px;
	border-bottom: 1px dashed #CCCCCC;
}
#left ul li a {
	display: block;
	font-weight: bold;
	padding: 5px 12px 9px 30px;
	text-decoration: none;
}
#left ul li a:hover {
	background: #F5F5F5;
	color: #333;
}
#left ul li a.active {
	background: #99CC00;
	color: #fff;
}
/* Footer navigation */
#footer ul {
	float: left;
	margin-left: 20px;
}
#footer ul li {
	float: left;
	margin-left: 12px;
}
#footer ul.secondary li a {
	font-weight: normal;
}
#footer ul li a {
	color: #666;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #333;
}
#footer ul li a.active {
	color: #99CC00;
}

/* Page browser */
.browser {
	font-size: 1.17em;
	font-weight: bold;
	margin: 8px 0;
}
.browser .results {
	color: #666;
	float: left;
}
.browser ul {
	float: right;
}
.browser ul li {
	float: left;
	margin: 0 10px 0 0;
}
.browser ul li a {
	color: #666;
	display: block;
	text-decoration: none;
}
.browser ul li.active a {
	color: #99CC00;
}
.browser ul li a.prev,
.browser ul li a.next {
	background: transparent url("../images/bullets/browse_previous.gif") no-repeat left center;
	font-weight: normal;
	padding-left: 14px;
}
.browser ul li a.next {
	background: transparent url("../images/bullets/browse_next.gif") no-repeat right center;
	padding-left: 0;
	padding-right: 14px;
}

/* Indexed search browsebox */
ul.browsebox {
	margin: 8px 0;
	float: right;
}
ul.browsebox li {
	float: left;
	margin: 0 10px 0 0;
}
ul.browsebox a {
	color: #666;
	display: block;
	text-decoration: none;
}
ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: #99CC00;
}
.browser ul li a.prev,
.browser ul li a.next {
	background: transparent url("../images/bullets/browse_previous.gif") no-repeat left center;
	font-weight: normal;
	padding-left: 14px;
}
.browser ul li span.prev,
.browser ul li span.next {
	background: transparent url("../images/bullets/browse_previous.gif") no-repeat left center;
	font-weight: normal;
	padding-left: 14px;
}
.browser ul li a.next {
	background: transparent url("../images/bullets/browse_next.gif") no-repeat right center;
	padding-left: 0;
	padding-right: 14px;
}

.browser ul li span.next {
	background: transparent url("../images/bullets/browse_next.gif") no-repeat right center;
	padding-left: 0;
	padding-right: 14px;
}


