.ddmx {
	color: #CCCCCC;
    font-family: verdana;
    font-size: 10px;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding:0px;
    display: block;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font-family: verdana;
    font-size: 10px;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
	color: #06071D;
    background-color: #FFFFFF;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #FFFFFF;
	background-image: url(/images/menu_bg_over.jpg);
	background-repeat: repeat-x;
	background-color:#115724;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    /*border:1px solid #333333;*/
    position: absolute;
    visibility: hidden;
    z-index: -1;
	padding-bottom:12px;
	background-image:url(/images/menu_bottom.jpg);
	background-position:bottom;
	border-left:1px solid #6BA179;
	border-right:1px solid #6BA179;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */