.ddm1 {
    font: 14px arial,sans-serif;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 2px 2px 2px 2px;
    border: 1px #000000;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: #010080 ;
    color: #ffffff;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: lemonchiffon;
    color: #000000;

}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: lemonchiffon;
    color: #000000;
}
.ddm1 .item2:hover {
    background: #dddddd;
    color: #000000;
}
.ddm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .bottom,
.ddm1 .bottom:hover { border-style: none none none none; }

.small   {font-family: "Arial",sans-serif;font-size: 11px; text-decoration: none; color: 000000;}
.medium  {font-family: "Arial",sans-serif;font-size: 14px; text-decoration: none; color: 000000;}
.large   {font-family: "Arial",sans-serif;font-size: 16px; text-decoration: none; color: 000000;}
.xlarge  {font-family: "Arial",sans-serif;font-size: 20px; text-decoration: none; color: 000000;}
.xxlarge  {font-family: "Arial",sans-serif;font-size: 24px; text-decoration: none; color: navy;}

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