    body {
        font: 11x verdana;
        background: #ffeec8;
        margin: 0px;
        padding: 0px;
    }    
.ddmx {
    font: 10px verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
		width: 124px;
		height: 26px;
		margin: 3px 0px 0px 0px;
    padding: 3px 2px 3px 2px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    display: block;
    white-space: normal;
    position: relative;
    border-left: solid #001EC6 1px;
    border-top: solid #001EC6 1px;
    border-right: solid #338000 2px;
    border-bottom: solid #338000 2px;
}
.ddmx .item1 {
    background: #FFEDC1;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
  background: #D2D2E6;
	font-weight: bold;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px 20px 5px 8px;
		margin: 0px 0px 0px 0px;
    color: #00004d;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    text-align: left;
    border: #999999 solid 1px; 
}
.ddmx .item2 {
    background: #FFEDC1;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #D2D2E6;
}
.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: 0px outset #5543d3;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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