table.main {
   width:70%; 
   margin-left:auto;
   margin-right:auto;
   background-color:white; 
   border:0px;}
               
td.pad {
   padding:7px 7px 7px 7px; 
   align:center; 
   width:100%;}

td.gold {
   color:#000080;
   font-family:Arial;
   font-size:16pt;
   font-weight:bold;
   align:center;}
   
td.bnext a:link,
td.bnext a:visited {
   color:blue;}
   
.ddmx {
    font: 12px Arial;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: navy;
    color: #ffffff;
    border: 2px #BDB76B;
    border-style: solid none solid none;
    font-weight: none;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 8px 4px 8px;
    color: navy;
    font-weight: none;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #3264C7;
    color: #ffffff;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #6699FF;
    color: #ffffff;
}
.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 #003366;
    border-style: solid solid solid solid;
    position: absolute;
    text-align: left;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */