.ddm1 {
    font: 12px verdana;
	font-weight:bold;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    position: relative;
	height:40px;
	text-align:center;
}
.ddm1 .item1 {
    color: #ffffff;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #139856;
    color: #ffffff;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
	/*padding-top:3px;
	padding-bottom:4px;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
	font-weight:normal;
	

	/*
	border-bottom:1px solid #00b35c;
	margin-left:8px;
	margin-right:8px;
	*/
}
.ddm1 .item2 {
    background: #139856;
    color: #ffffff;
}
.ddm1 .item2:hover {
    background: #139856;
    color: #ffffff;
	text-decoration:underline;
}
.ddm1 .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	background: #139856;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

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