.ddm1 {
    /*font: 11px tahoma;*/
	background-color: #EEEEEE;
	border: solid 0px green;
	width: 700px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
	font-family: Arial, Helvetica;
	font-size: 12px;  
	font-weight: bold;
	vertical-align: middle;
	z-index: 100;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 0px 0px 0px 0px;
    border: 0px #003366;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 99;
    
}
.ddm1 .item1 {
    background: transparent;
    color: #000000;

}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: transparent;
    color: #000000;
    font-style: italic;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    /*padding: 3px 8px 4px 8px;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    z-index: 98;
}
.ddm1 .item2 {
    background: #eeeeee;
    color: #000000;
}
.ddm1 .item2:hover {
    background: #eeeeee;
    color: #000000;
    font-style: italic;
}
.ddm1 .section {
    width: 140px;
    border: 0px #000000;
    border-style: none solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -2;
    background-color: White;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: none; }
.ddm1 .right, .ddm1 .right:hover { border-style: none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */
