.ddmx {
    font: 11px tahoma;
}
#menu1{
text-align: left;
width:100%;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    /* padding: 3px 10px 3px 0px; */
    padding: 3px 0px 3px 0px;
    font-size: 22px;
	letter-spacing:-2px;
	font-family: "Trebuchet MS","Trebuchet";	
	font-family: "Myriad Pro","Trebuchet MS","Trebuchet";	
    color: #ffffff;
    /* font-weight: bold; */
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
color: #605E5E;
color: #9e9e9e;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 16px 4px 16px;
    /* font: 11px tahoma; */
	font-family: "Trebuchet MS","Trebuchet";	
	font-family: "Myriad Pro","Trebuchet MS","Trebuchet";	
	font-size: 18px;
	letter-spacing:-1px;
    color: #ffffff;
    /* font-weight: bold; */
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #859F0B;
    background: #060302;
    border-bottom: dotted 1px #605E5E;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
     background: #969392;
     background: #646464;
    border-bottom: dotted 1px #605E5E;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 9px;
    right: 3px;
    border: 0;
}
.ddmx .section {
    border: 1px dotted #605E5E;
	border-width:1px 1px 0px 1px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}