.ddmx {
	margin: 0; padding: 0;
	width: 951px; height: 47px;
	background: url(images/nav-menu-bg.jpg) top left no-repeat;
}
.on {background: url(images/on.gif) center top no-repeat;}
.ddmx .item1 {
    padding: 12px 0 0 0;
    font: 800 14px Verdana, Geneva, sans-serif;
    color: #fff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    cursor: default;
	text-align: center;
	height: 35px;
}
.ddmx .item1:hover, 
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background: url(images/on.gif) center top no-repeat;
    padding: 12px 0 0 0;
    font: 800 14px Verdana, Geneva, sans-serif;
	color: #fff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    cursor: default;
	text-align: center;
	height: 35px;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px;
    font: 400 14px Verdana, Geneva, sans-serif;
    color: #111;
	background-color: #ddd9c4;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-align:left;
}
.ddmx .item2 {
    background: #e9e6d5;
	text-align:left;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	text-align:left;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 5px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
.ddmx .section {
    border: 1px solid #333;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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