.ddmx {
    font: 11px verdana;
}
.ddmx .item1,
.ddmx .item1:hover {
	padding: 2px 0px 0px 0px;
	font: 11px verdana;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 100;
	height: 22px;
	background-image: url(../images/bg-menu.jpg);
}
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 2px 0px 0px 0px;
	font: 11px verdana;
	color: #000099;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	height: 22px;
	background-image: url(../images/bg-menu-over.jpg);
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 2px 6px 2px 6px;
	font: 11px verdana;
	color: #000099;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-color: #000099;
	text-align: left;
}
.ddmx .item2 {
	background: #B2B2E0;
	background-image: url(../images/bg-submenu.jpg);
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #000099;
	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: 0px solid #000099;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	margin-top: 0px;
	margin-left: 0px;
	width: 130px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
