#menu1{
height: 43px;
padding-bottom: 8px;
}
.ddmx {    
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 17px 10px 9px 10px;
    font: 12px arial;
    color: #5A5542;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover{
color: #8E876B;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 9px 12px 10px 8px;
    font: 12px Arial;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;    
	border-bottom:1px solid #5093D1;
	background: #3479C0;
}
.ddmx .item2 {

}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {        
    color: #AFCAE5;    
    padding: 9px 12px 10px 8px;
    border-bottom: solid 1px #fff;
	
}
.ddmx .arrow,
.ddmx .arrow:hover {
    position: absolute;
    top: 14px;
    right: 3px;
    border: 0;
	padding-right:0px !important;
	padding-bottom:0px !important;
}
.ddmx .item1 img,
.ddmx .item1-active img,
.ddmx .item2 img,
.ddmx .item2-active img{
vertical-align: middle;    
padding-right:5px;
padding-bottom:2px;
}

.ddmx .section {
    border: 1px solid #5093D1;
	border-width: 1px 1px 0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}