.ddm1 {
    font-family: verdana; 
	font-size: 11pt;
	font-weight:bold;
	text-align:center;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 12px 4px 12px;
    border: 1px #191919;
    border-style: none none none none;
	font-variant:small-caps;
    text-decoration: none;
    display: block;
    position: relative;
	height:20px;
	width:192px;
}
.ddm1 .item1 {
    background: #f9f9f9;
    color: #1c1c1c;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #f0f0f0;
    color: #1c1c1c;
}
.ddm1 .item2,
.ddm1 .item2:hover {
	font-weight:normal;
	font-size:80%;
    padding: 3px 12px 4px 12px;
    text-decoration: none;
	text-align:left;
    display: block;
    white-space: nowrap;
	height:20px;
	border: 1px #191919;
	border-style: solid solid none solid;
}
.ddm1 .item2 {
    background: #f9f9f9;
    color: #1c1c1c;
}
.ddm1 .item2:hover {
    background: #f0f0f0;
    color: #1c1c1c;
}
.ddm1 .section {
    border: 1px #191919;
    border-style: none none solid none;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddm1 .bottom,
.ddm1 .bottom:hover { 
	border: 1px #191919;
	border-style: solid solid solid solid; }

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