img {
	border: 0px;
}
.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
	margin:0px;
	padding:0px;
}
.ddm1 .item1 {
	margin:0px;
	border:0px;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	border:0px;
    color: white;
	margin:0px;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 4px 8px 4px 4px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
	border-bottom: solid 1px #555555;
    background: #759503;
    color: #e8fbf9;
}
.ddm1 .item2:hover {
    background: #8fa830;
    color: #ffffff;
}
.ddm1 .section {
	background: #759503;
	white-space: nowrap;
    border: 1px ;
	border-color: white #555555 #555555 white;
    border-style: solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
* html .ddm1 td { margin:0px;} /* ie 5.0 fix */