.meniu {
  text-decoration:none;
  color:#FFFFFF;
  font: 10pt Arial, Helvetica;
  font-weight:bold;
  white-space: nowrap;
}
.meniu:hover{
  text-decoration:none;
  color:#F7D34A;
  font: 10pt Arial, Helvetica;
  font-weight:bold;
}

.ddmx {
    font: 8pt Arial, Helvetica;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	color: #8B8A8B;
	
	font-weight: bold;
	padding: 5px 0px 5px 5px;
    text-decoration: none;
	/*
	Zorgt voor word-wrap
	display: block;
    white-space: nowrap; */
    position: relative;
	width:200px;
	height:20px;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
  background: #d4ecf8;
	color: #8B8A8B;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px;
    color: #18416A;
	font-weight: normal;
    text-decoration: none;
	display: block;
    position: relative;
	width:150px;
    z-index: 500;
    background: #95CEEA;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #EB880E;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 4px 4px 4px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	
	width:150px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
