.ddmx { }
.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1:visited {
	padding: 3px 10px 3px 10px;
	background: #0A2D4D;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align: left;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #1B4469;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item2,
.ddmx .item2:visited,
.ddmx .item2-active
{
	padding: 3px 8px 4px 8px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-color: #EDEDED;
		text-align: left;
}

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

.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 #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; }
body {background-color: #FFFFFF;}
 /* ie 5.0 fix */