.ddmx2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333f7f;
}
.ddmx2 .item1 {
    padding: 3px 13px 3px 13px;
    border-bottom: 2px solid #ffffff;
    background: #c8e0f7;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	color: #333f7f;
	text-align:right;
	height:10px;
}
.ddmx2 .item1:hover,
.ddmx2 .item1-active,
.ddmx2 .item1-active:hover {
    padding: 3px 13px 3px 13px;
    border-bottom: 2px solid #ffffff;
    background: #c8e0f7;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	color: #333f7f;
	text-align:right;
	height:10px;
}
.ddmx2 .item2 {
    padding: 3px 13px 3px 13px;
    border-bottom: 2px solid #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    color: #333f7f;
    height:10px;
    width: 210px;
}
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
    padding: 3px 13px 3px 13px;
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 400;
    color: #333f7f;
    height:10px;
}
.ddmx2 .item2 {
    background: #c8e0f7;
}
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
    background: #c8e0f7;
}

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

.ddmx2 .bottom,
.ddmx2 .bottom:hover {
    border-bottom: 2px solid #000000;
}

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