.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {

    padding: 10px 10px 3px 10px;
	border: 1px #003366;
/*	border-style: solid none solid none; */
    border-bottom: 1px solid #cccccc;
    background: #EBF3FA;
    font: 12px arial;
    color: #1B4077;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	background-image: url(images/menuhover.gif);
	background-repeat:no-repeat;
}
.ddmx .item1 {	
	background: #ffffff;
	background-image: url(images/menu_bk.gif);
    background-repeat:no-repeat;
    color: #898989;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 8px 58px 4px 8px;
	border: 1px #003366;
	border-bottom: 1px solid #cccccc;
	background: #FF6600;
    font: 11px tahoma;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #ffffff;
	color: #898989;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FF6600;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 8px 56px 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;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */