.ddmx {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 11px;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active, 
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
	BACKGROUND-IMAGE: url(../Images/menustreep.gif); 
	font: 12px arial;
    color: #000000;
    font-weight: bold;
    border-right: 2px solid #FFFFFF;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1 {
    color: #000;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #eeebeb;
    color: #284A94;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #284A94;
    color: #ffffff;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #ffffff;
    background: #6699FF;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px #FFF;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */