.ddmx {
 	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	z-index:100;
	height:30px;

}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	height:16px;
	padding: 3px 8px 4px 8px;
    font: 12px arial;
    /*background: #ffffff;*/
	/*background-image:url(../img/menu_bgr.jpg);*/
	background-repeat: repeat-x;
    color: #F3AE5D;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	height:30px;
	vertical-align:middle;	
	/*border-left: 1px #C40004 solid;
	border-right:1px #CF0003 solid;*/
	line-height:30px;
	* vertical-align:top;	
}
.ddmx .item1 {
	/*background: #EE1C23;*/
/*	background-image:url(../img/menu_bgr.jpg);*/
	background-repeat:repeat-x;
    color: #ffffff;
	height:30px;
	vertical-align:middle;
	/*border-left: 1px #C40004 solid;
	border-right:1px #CF0003 solid;*/
	line-height:30px;
	* vertical-align:top;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	text-align:left;
    padding: 3px 8px 4px 8px;
    font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width:120px;
}
.ddmx .item2 {
    background: #E60005;
	color: #ffffff;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #E60005;
	color: #F3AE5D;
}
.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: 1px solid #E60005;
    position: absolute;
    visibility: hidden;
    z-index: 200;
    background-color:#EA0006;
}

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