.ddmx {
    font: bold 100% Arial, Helvetica, sans-serif;
}
.ddmx ul {
	list-style:none;
	float:left;
	margin:0;
	padding: 0;
}
.ddmx ul li{
	list-style: none;
	float:left;
	margin: 0;
	padding:0;
}
.ddmx .item{
    padding: 3px 10px;
    background: #013567;
    color: #ffffff;
    text-decoration: none;
    display: block;
    position: relative;
	border-left: 1px solid #7594b0;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px;
    background: #013567;
    color: #ffffff;
    text-decoration: none;
    display: block;
    position: relative;
	border-left: 1px solid #7594b0;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #ff9e02;
    color: #013567;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 10px;
    background: #013567;
	color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 500;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ff9e02;
	color:#013567;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 20px 4px 10px;
}
.ddmx .arrow {
    background: #013567 url(../images/arrow2.gif) no-repeat right center;
}
.ddmx .arrow:hover {
    background: #ff9e02 url(../images/arrow1.gif) no-repeat right center;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 5px;
    border: 0;
}
.ddmx .section {
    position: absolute;
	width:175px;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */