.ddmx {
/*    font: 11px tahoma;*/
}
.ddmx .item1{

	font: 14px arial;
    color: yellow;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:hover{

	font: 14px arial;
    color: yellow;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1-active{

    font: 14px arial;
    color: yellow;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1-active:hover {

    font: 14px arial;
    color: yellow;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item2{
 padding: 3px 8px 4px 8px;	
    font: 11px tahoma;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
   	z-index: 500;
	background: #dddddd;
}
.ddmx .item2:hover{
 padding: 3px 8px 4px 8px;	
    font: 11px tahoma;
    color: yellow;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
   	z-index: 500;
		background: #666666;


}
.ddmx .item2-active{
 padding: 3px 8px 4px 8px;	
    font: 11px tahoma;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
   	z-index: 500;
background: #666666;
}
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;	
    font: 11px tahoma;
    color: yellow;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
   	z-index: 500;
	background: #666666;
}


.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 solid #000000;
	background-color:#dddddd;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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