.ddmx {
    font: 10px verdana;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item2-active:visited {
    padding: 3px 0px 3px 8px;
    font: 10px verdana;
    color: #3A6AA6;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width:150px;
    border: 1px solid #ffffff;
	border-right-color:#eff3f7;
	border-top-color:#eff3f7;
	border-left-color:#eff3f7;
    
}



.ddmx .item2 {
    background: #eff3f7;
	
}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ddeeff;
}


/*
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 0px 3px 0px;
}
*/


.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 0px;
    border:0;
}


.ddmx .section {
	background-color:#eff3f7;
  	width:10px;
    	border: 1px solid #b8b4ae;
    	position: absolute;
    	visibility: hidden;
        z-index: -1;
		padding:1px 0px 1px 3px;
}

/*
.ddmx .bottom,
.ddmx .bottom:hover {
  	text-decoration:none;
  	border-bottom: 1px solid #000000;
}
*/

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