.ddmx {
    font: 11px tahoma;
}
.ddmx .item1:hover
    {color: silver;}

.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 6px 10px 6px 10px;
    background: #1F81A4;
    font: 11px tahoma;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 6px 10px 6px 16px;
    font: 11px tahoma;
    color: #1F81A4;
    text-decoration: none;
    color: silver;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:left;
    border: 0;
    z-index: 500;
}

.ddmx .item2 {
    text-decoration: none;
    color: white;
	background: #1F81A4;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #1F81A4;

}

.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
	width:80px;
    padding: 6px 10px 6px 16px;
    font: 11px tahoma;
    color: #1F81A4;
    text-decoration: none;
    color: silver;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:left;
    border: 0;
    z-index: 500;
}

.ddmx .item3 {
    text-decoration: none;
    color: white;
	background: #1F81A4;
}
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    background: #1F81A4;

}

.ddmx .item4,
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
	margin-left:30px;
	width:80px;
    padding: 6px 10px 6px 16px;
    font: 11px tahoma;
    color: #1F81A4;
    text-decoration: none;
    color: silver;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:left;
    border: 0;
    z-index: 500;
}

.ddmx .item4 {
    text-decoration: none;
    color: white;
	background: #1F81A4;
}
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
    background: #1F81A4;

}

.ddmx .item5,
.ddmx .item5:hover,
.ddmx .item5-active,
.ddmx .item5-active:hover {
	margin-left:15px;
	width:80px;
    padding: 6px 10px 6px 16px;
    font: 11px tahoma;
    color: #1F81A4;
    text-decoration: none;
    color: silver;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:left;
    border: 0;
    z-index: 500;
}

.ddmx .item5 {
    text-decoration: none;
    color: white;
	background: #1F81A4;
}
.ddmx .item5:hover,
.ddmx .item5-active,
.ddmx .item5-active:hover {
    background: #1F81A4;

}


.ddmx .item6,
.ddmx .item6:hover,
.ddmx .item6-active,
.ddmx .item6-active:hover {
	margin-left:15px;
	width:120px;
    padding: 6px 10px 6px 6px;
    font: 11px tahoma;
    color: #1F81A4;
    text-decoration: none;
    color: silver;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:left;
    border: 0;
    z-index: 500;
}

.ddmx .item6 {
    text-decoration: none;
    color: white;
	background: #1F81A4;
}
.ddmx .item6:hover,
.ddmx .item6-active,
.ddmx .item6-active:hover {
    background: #1F81A4;

}



.ddmx .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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





