.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 20px 30px 21px 20px;
    border-left: 1px solid #ec9047;
    text-decoration: none;
    display: block;
    position: relative;
   	background: url(/images/site/bullet.gif) right no-repeat;
}
.ddm1 .item1 {
    color: #ffffff;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	padding: 20px 30px 8px 20px;
    background: url(/images/site/bullet.gif) right 25px no-repeat #d96a19;
    color: #ffffff;
    border-bottom: 13px solid #2e2c54;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    color: #ffffff;
    border-bottom: 1px solid #e3802f;
    padding: 5px 10px 5px 30px;
    background: url(/images/site/bullet_sub.gif) 20px 10px no-repeat #d96a19;
}
.ddm1 .item2:hover {
    color: #ffffff;
    border-bottom: 1px solid #e3802f;
    padding: 5px 10px 5px 30px;
    background: url(/images/site/bullet_sub.gif) 20px 10px no-repeat #2d2b53;
    
}
.ddm1 .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
* html .ddm1 td { position: relative; z-index: 4;} /* ie 5.0 fix */