.ddmx {
    font: 12px arial;
	width: 226px;
	z-index:500;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 13px 10px 13px 30px;
    background-image: url(../fileDB/Images/elements/bg-menu-item.jpg);
    font: 14px arial;
    color: #0083D7;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	height:14px;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover {
	background-image:url(../fileDB/Images/elements/bg-menu-item-hover.jpg);
	color:#FFE900;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 6px 13px 6px 13px;
    font: 14px arial;
    color: #0083D7;
    font-weight: bold;
    text-decoration: none;
    display: block;
  	white-space: nowrap;
    position: relative;
    z-index: 500;
	hasLayout:500;
}
.ddmx .item2 {
    background: #FFC000;
	z-index:500;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #0083D7;
	color:#FFE900;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 6px 16px 6px 13px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 8px;
    right: 1px;
    border: 0;
	padding-left:10px;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: 500;
}

.ddmx .bottom,
.ddmx .bottom:hover {
  
}

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