#banner
{
  z-index: 0;
  position: absolute;
  top:  15px;
  width: 90%;
  text-align: right;
  padding-right: 60px;
  font-weight: bold;
  font-size: 14pt;
  font-style: italic;
}

#menu
{
  z-index: 0;
  position: absolute;
  top:  59px;
  width: 100%;
  background-color: #CFCFCF; 
  text-align: right;
  background-image: url('http://www.lederwarenhuispasveer.nl/images/banner.gif');
  background-repeat: repeat-x:
  /*height: 31px;*/
}

#menuitems
{
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: 60px;
  float: right;
  padding-left: 350px;
}

#menuitems div
{
  margin-right: 15px;
  float: left;
}
#menu a
{
  font-weight: bold;
  color: #F9F9F9;
  text-decoration: none;
}
.subMenu a
{
  text-decoration: none;
  font-size: 11pt;

}
.subMenu
{
	background-color: white;
	z-index: 10;
	visibility: hidden;
	position:   absolute;

	filter: alpha(opacity=90); 	-moz-opacity:90%;
}

.subMenu table tr td
{
	border-color: black;
	border-style: solid;
	border-width: 1px;
}