#menu1 { margin:0px; padding:0px;  z-index: 100; }

.ddm1 {
    font: 11px tahoma;	
	z-index:100;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 0px;
	margin-bottom:0px;
   
   border:0px; 
    text-decoration: none;
    display: block;
    position: relative;
	height:37px;
}
.ddm1 .item1 {
   /* background: #0EA138;*/
    color: #ffffff;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
   /* background: #FF6600;*/
    color: #ffffff;
}
.ddm1 .item2,
.ddm1 .item2:hover {

    padding: 3px 8px 4px 8px;
	margin:0px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	z-index: 99;
}
.ddm1 .item2 {

	color: #ffffff;
	background-color: #009900;
}
.ddm1 .item2:hover {

	color: #ffffff;
	background-color: #006600;
}
.ddm1 .section {
background-color: #009900;
	border: 1px solid #006600;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}
.ddm1 .bottom,
.ddm1 .bottom:hover { border-style: none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */
