.ddm1 {
    height: 45px;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;
    background-image : url('/images/site/menu_right.gif');
    background-position : bottom right;
    background-repeat : repeat-x;

}


.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    width:100px;
/*    font-weight : bold;*/
    padding: 14.9px 5px 15.9px 5px;
    vertical-align : middle;
    display: block;
    position: relative;

}




.ddm1 .item1 {
    margin-right: 1px;
/*    background: #ffffff;*/
    color: #000000;
    text-decoration : none; 
    text-align : center;
    background-image : url('/images/site/menu_out.gif');
    background-position : top left;
    background-repeat : no-repeat;
}

.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    margin-right: 1px;
    color: #000000;
    text-decoration : underline; 
    text-align : center;
    background-image : url('/images/site/menu_over.gif');
    background-position : top left;
    background-repeat : no-repeat;

}

.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 8 15 8 15;
    text-decoration: none;
    display: block;
    vertical-align: middle;
/*    font-weight: bold;*/
}
.ddm1 .item2 {
    background: #ffffff;
    border: 1px #e4e4e4;
    border-style: none solid solid solid;
    color: #000000;
    text-decoration : none; 

    
}
.ddm1 .item2:hover {
    background: #f6f6f6;
    color: #000000;
    text-decoration : none; 

    background-image : url('/images/site/menu1_over.gif');
    background-position : top left;
    background-repeat : no-repeat; 

}


.ddm1 .section {
    width: 130px;
/*    background: #291d1d;*/
    padding: 0px 0px 0px 0px;
    border: 1px #b7b7b7;
    border-style: none solid solid none;
    
/*    background-image : url('/images/site/bottom_menu.gif');
    background-position : bottom right;
    background-repeat : no-repeat; */
    
    position: absolute;
    visibility: hidden;
    z-index: -1;
}


.ddm1 .bottom,
.ddm1 .bottom:hover { 

}

.ddm1 .select1,
.ddm1 .select1:hover { 
    margin-right: 1px;
    color: #000000;
    text-decoration : underline; 
    text-align : center;
    background-image : url('/images/site/menu_over.gif');
    background-position : top left;
    background-repeat : no-repeat;

}

.ddm1 .select2,
.ddm1 .select2:hover {
    background: #f6f6f6;
    color: #000000;
    text-decoration : none; 
    background-image : url('/images/site/menu1_over.gif');
    background-position : top left;
    background-repeat : no-repeat; 

}



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