/*
	Styleclass bestand ten behoeve van Pull Down menu
	CopyRight: Rmedia.nl
	+31(0)504029159
	Auteur: K. Runia
*/

.ddmx {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
	color: White;
	font-weight: Bold;
	text-decoration: none;
}

.ddmx .item1 { 
   background-color: #999999;
   padding: 6px 0px 0px 10px;
    font: Verdana;
	font-size: 12px;
	color: White;
	font-weight: Bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	height: 22px;
 }

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 6px 0px 0px 10px;
    font: Verdana;
	font-size: 12px;
	color: #C1D72F;
	font-weight: Bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background-color: #999999;
	height: 22px;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 6px 2px 7px 10px;
	font: Verdana; 
	color: #FFFFFF;
	font-weight: Bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
}

.ddmx .item2 {
    background: #999999;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #999999;
	color: #C1D72F;
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 6px 16px 7px 10px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 6px;
    right: 1px;
    border: 0px;
}
.ddmx .section {
    border-top: 0px solid #FFFFFF; 
    border-left: 1px solid #FFFFFF; 
    border-bottom: 1px solid #FFFFFF; 
    border-right: 1px solid #FFFFFF; 
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background: #999999;
    width: 200px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
