.ddmx {

}
.ddmx td {

}

* html .ddmx td {padding-top:3px;}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background:url(../../img/menu_bg.png);
	padding: 10px 6px 4px 20px;
	color: #032966;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:11px;
	text-decoration: none;
	text-align:left;
	display: block;
	white-space: nowrap;
	position: relative;
	border:1px solid #edf1f8 ;
	border-bottom:2px solid #ffa200;
	}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background:url(../../img/menu_bg2.png);
	/*background:#06206A;*/
	color: #092066;
/*	background:#FFF0D7;
	color: #41587B; */
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 5px 1px 4px;
    color: #092066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:300;
    font: 10px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1000;

}
.ddmx .item2 {
    background: #ffffff;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffa200;
	color:#FFFFFF;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 3px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 2px;
    right: 1px;
    border: 0;
	margin-right:-10px;
}
.ddmx .section {
    border: 2px solid #FFB026;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	margin-top:0px;
	background: #ffa200;
	padding-right:10px;
}

.ddmx .section .section {
	margin-top:0px;
	margin-left:5px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

