A{color:black;}

.ddmx .item1{
	color: #FFFFFF;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
   
   
    border-left:0px solid black;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    width:130px;
    text-align:center;
     background-color:f1f1f1;
	height: 40px;
}

.ddmx .item1-active:hover, .ddmx .item1:hover {
		color: #000000;
		text-align:center;
		height: 40px;
		padding-top: 9px;
		background-color:#F1F1F1;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 3px;
    background: #7f9dd3;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border-bottom:1px solid black;
    border-left:1px solid black;
    border-right:1px solid black;
    border-top:1px solid black;
}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
   background:#eff1f8;
   width:100px;
 
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding-top: 3px;
    padding-bottom: 7px;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 7px;
    right: 1px;
    border: 0;
}



.ddmx .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    width:130px;
    padding-top: 4px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */