
P { /* zorg ervoor dat dit element er zowel in IE en firefox hetzelfde eruit ziet. */
  margin-top: 0px;
}

.ddcolortabs {
  padding: 0;
  background: transparent none repeat scroll 0%;
  /* width: 100%; */
  margin:auto;

  width: 995px;
  voice-family: inherit;
}
.ddcolortabs ul {
  margin: 0;
  padding: 0;
  font-family: Arial,Verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.ddcolortabs li {
  margin: 0 2px 0 0;
  padding: 0;
  display: inline;
  text-transform: uppercase;
}
.ddcolortabs a {
  margin: 0 2px 0 0;
  padding: 0 0 1px 3px;
  float: left;
  color: white;
  background-color: black;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  text-decoration: none;
  letter-spacing: 1px;
}
.ddcolortabs a span {
  padding: 4px 8px 2px 7px;
 /* background: transparent url(media/color_tabs_right.gif) no-repeat scroll right top; */
  float: left;
  display: block;
}
.ddcolortabs a span {
  float: none;
  background-color: black;
}
.ddcolortabs a:hover {
/*  background-color: #591f20; */
  background-color: #FF6600;
}
.ddcolortabs a:hover span {
/*  background-color: #591f20;*/
  background-color: #FF6600;
}
.ddcolortabs .selected a, #ddcolortabs .selected a span {
/* background-color: #591f20; geselecteerd in ie */
	background-color: rgb(0, 0, 102);	
}
.dropmenudiv_a {
  border-style: solid;
  border-color: black;
  border-width: 1px 1px 0;
  position: absolute;
  top: 0;
  font-family: Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 18px;
  z-index: 100;
  background-color: white;
  width: 200px;
  visibility: hidden;
}
.dropmenudiv_a a {
  border-top: 0 solid #FF6600;	
  border-bottom: 1px solid #FF6600;
  padding: 2px 0;
  width: auto;
  display: block;
  text-indent: 5px;
  text-decoration: none;
  color: black;
}
* html .dropmenudiv_a a {
  width: 100%;
}
.dropmenudiv_a a:hover {
  background-color: #FF6600;
  color: white;
}
