.ddm1 {
   /* font: 11px tahoma;*/
	font-family: Verdana; font-size:14px; font-weight:bold;
	
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	width:165px;
	height:20px;
    padding: 10px 0px 0px 15px;
    border: 3px #000;
    border-style: none none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: #333;
    color: #ffffff;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #666;
    color: #ffffff;
}
.ddm1 .item2,
.ddm1 .item2:hover {
	width:120px;
	height:28px;
    /*padding: 3px 8px 4px 8px;*/
	padding: 12px 0px 0px 0px;
	border: 3px #fff;
    border-style: none none solid none;
    text-decoration: none;
	text-align:center;
    display: block;
    /*white-space: nowrap;*/
	/*position:relative;*/
}
.ddm1 .item2 {
    background: #666;
    color: #ffffff;
}
.ddm1 .item2:hover {
    background: #ff0000;
    color: #ffffff;
}
.ddm1 .section {
	margin: 0px 0px 0px 1px;
    border: 1px #003366;
    border-style: none none none none;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddm1 .bottom,
.ddm1 .bottom:hover { border-style: none none solid none; }

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