.ddmx {
    font: 11px arial;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #333333;
    font: 11px arial;
    color: #bdbdbd;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 10px arial;
    color: #bdbdbd;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    
  
}
.ddmx .item2 {
    background: #333333;

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

}


#menu1 a.item1
{
  color:#bdbdbd;
}

#menu1 a.item1:hover
{
  color:#bdbdbd;
}



#menu1 a.item2
{

    border-top: 1px solid #bababa;
    border-left:1px solid #bababa;
    border-bottom:2px solid #000000;
    border-right:2px solid #000000;
    color:#c3c3c3;

}

#menu1 a.item2:hover
{

    border-top: 1px solid #bababa;
    border-left:1px solid #bababa;
    border-bottom:2px solid #000000;
    border-right:2px solid #000000;
    color:#bdbdbd;
    
    
}
#menu1 a.item2:active
{
  border-top: 2px solid #000000;
  border-left:2px solid #000000;
  border-bottom:1px solid #bababa;
  border-right:1px solid #bababa;
  color:#bdbdbd;
}


.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 #c3c3c3;
    position: absolute;
    visibility: hidden;
    z-index: -1;

}

.search_text
{
  color:#bdbdbd;
}

.main_title
{
color:#bdbdbd;
}

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