.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1-active:visited {
    padding: 3px 15px 3px 15px;
    background: #0329A6;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:hover
.ddmx .item2-active:visited {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #0329A6;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #ffffff;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item2-active:visited {
    background: #0329A6;
    color: #ffffff;
    font-weight: bold;
}
.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 #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
body {
   margin: 8pt;
   font: 11px tahoma;
   background: #ffffff;
   margin: 0;
   padding: 50px; 
   color: rgb(3,35,139);
}
p {
   font: 11px tahoma;
   background: #ffffff;
   margin-bottom: 5px;
   color: rgb(3,35,139);
}
p.footer {
   font: 10px tahoma;
   color: rgb(3,35,139);
   text-align: center;
}
h2 {
   font: 16px tahoma;
   color: rgb(3,35,139);
   font-weight: bold;
}
h3 {
   font: 12px tahoma;
   color: rgb(3,35,139);
   font-weight: bold;
   margin-left: 35px;
}
h4 {
   font: 14px tahoma;
   color: rgb(3,35,139);
   font-weight: bold;
   margin-left: 20px;
   margin-bottom: 5px;
}
dt {
   font: 12px tahoma;
   color: rgb(3,35,139);
   font-weight: bold;
}
dd {
   font: 11px tahoma;
   color: rgb(3,35,139);
   margin-bottom: 12px;
}
a:link {
   font: 11px tahoma;
   color: rgb(3,35,139);
}
a:visited {
   font: 11px tahoma;
   color: rgb(79,4,141);
}
a:active {
   font: 11px tahoma;
   color: rgb(141,4,7);
}
blockquote {
   font: 11px tahoma;
   padding: 0px; color: rgb(3,35,139);
   margin-left: 45px;
}
li {
   font: 11px tahoma;
   background: #ffffff;
   margin-left: 15px;
   padding: 0px; color: rgb(3,35,139);
}


* html .ddmx td { position: relative; } /* ie 5.0 fix */
