/* Navigation */
#nav_container {
	display: block;
	float: left;
	background: #C00 url('../images/verloop_menu.gif') repeat-x 0 0;
	height: 26px;
	width: 100%;
}

#nav_left {
	float: left;
}

#nav_right {
	float: right;
}

* html #nav_right {
	padding-top: 6px;
}

#nav_right a:link,
#nav_right a:active,
#nav_right a:visited {
	color: #FFF;
	font-weight: bold;
	line-height: 22px;
	padding-right: 10px;
	text-decoration: none;
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 12px Arial, Helvetica, sans-serif;
  background-color: transparent;
  padding: 0 9px;
  color: #FFF;
  display: block;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
}

.nav li a:hover {  
  height: 24px;
  color: #000;
  background: #FFF;
  
}
#nav-one {
	margin-top: 2px;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #FFF;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #FFF;
  color: #000;
  font-size: 12px;
  height: 23px;
  padding-top: 2px;
  padding-left: 10px;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #EEE url('../images/verloop_list_2.gif') repeat-x 0 0;
  color: #000;
}

.nav ul {
  background: transparent;
  list-style: none;
  margin: 0;
  width: 140px;
  position: absolute;
  top: -999em;
  left: -1px;
}

* html .nav ul {
	width: 160px;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 24px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #EEE;
  border-top: 0px;
  width: 140px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #FFF;
  color: #000;
}



/*
Tab navigation
*/
#header {
  float:left;
  width:100%;
  background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../images/left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  }
#header a {
  float:left;
  display:block;
  width:.1em;
  background:url("../images/right_both.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#777;
  }
#header > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-position:0 -150px;
  border-width:0;
  }
#header #current a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
#header li:hover, #header li:hover a {
  background-position:0% -150px;
  color:#333;
  }
#header li:hover a {
  background-position:100% -150px;
  }
