.ddmx {
    font: 13px arial;
}
.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 6px 6px 6px 6px;
    font: 12px arial;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border: 1px solid #DAA520;
    border-bottom: 0px;
    border-radius: 8px 8px 0px 0px;
/* IE10 */ 
background-image: -ms-radial-gradient(center bottom, ellipse farthest-side, #FFFCA8 0%, #E6C100 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center bottom, ellipse farthest-side, #FFFCA8 0%, #E6C100 100%);

/* Opera */ 
background-image: -o-radial-gradient(center bottom, ellipse farthest-side, #FFFCA8 0%, #E6C100 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 480, color-stop(0, #FFFCA8), color-stop(1, #E6C100));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center bottom, ellipse farthest-side, #FFFCA8 0%, #E6C100 100%);

/* Proposed W3C Markup */ 
background-image: radial-gradient(center bottom, ellipse farthest-side, #FFFCA8 0%, #E6C100 100%);
}
.ddmx .item1:hover {
      background: white;
	  color: darkblue;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 20px 3px 20px;
    font: 13px arial;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: rgb(186, 0, 0);
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: white;
    color: darkred;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 20px 3px 20px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 0px solid darkblue;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
