.ddmx {
    font: 11px tahoma;
}

.ddmx tr td{background: transparent url(/images/leftmentopbcgr.png) no-repeat top left;}

.ddmx tr td.firsttd{background:none;}

.ddmx .item1,
.ddmx .item1:visited,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1-active:visited {
    padding: 10px 20px 11px 20px;
    background: transparent url(/images/righttopmen.gif) no-repeat center right;
    font: 12px arial;
    color: #064382;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:visited,
.ddmx .item1-active:hover,
.ddmx td#currentlev a.item1 {
background: transparent url(/images/hoverrighttopmen.gif) no-repeat center right;

}



.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:visited,
.ddmx .item2-active:hover {
    padding: 4px 8px 5px 18px;
    font: 11px tahoma;
    color: #4e4e4e;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border-bottom:1px solid #e0e0e0;
   /* border-right:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;*/
    background: #F0EEEF url(/images/menarrow.gif) no-repeat center left;
 
}
.ddmx .item2 {
   /* background: #e5e1da;*/
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	
	color:#e33927;
    background-color: #ffffff;
}

.ddmx .arrow,
.ddmx .arrow:hover
{

    padding: 4px 16px 5px 18px;
    
}
.ddmx .firstitem,
.ddmx .firstitem:hover{
/*border-top:1px solid #e0e0e0;*/
}


.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
   	border: 1px solid #e0e0e0;
	border-bottom:0px;
	
    position: absolute;
    visibility: hidden;
    z-index: -1;
   
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */