.ddm1 {
   font-size: medium;
	font-family: arial, helvetica, sans-serif; /* the size and typeface of all menu fonts */
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 1px #000000; /* the border color of the parent menu items */
    border-style: solid solid none solid;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: #EB0075; /* the bg color of the parent menu items no focus */
    color: #ffffff; /* the color of the parent menu item font no focus */
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #FF99CC; /* the bg color of the parent menu items with focus */
    color: #000000; /* the color of the parent menu item font with focus */
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #EB0075; /* the bg color of the 1st child menu items no focus */
    color: #ffffff; /* the color of the 1st child menu item font no focus */
}
.ddm1 .item2:hover {
    background: #FF99CC; /* the bg color of the 1st child menu items with focus */
    color: #000000; /* the color of the 1st child menu item font with focus */
}
.ddm1 .section {
    border: 1px #000000; /* the border color of 1st child menu block all items */
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddm1 .bottom,
.ddm1 .bottom:hover { border-style: solid solid solid solid; }

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