.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    width:100px;
    height:37px;
    text-decoration: none;
text-align: center;
    display: block;
    position: relative;
	border-bottom: 2px solid #1b68de;
	border-top: 2px solid #1b68de;
	border-left: 1px solid #4f8cec;
	border-right: 1px solid #0a49ab;
	background: transparent url(../images/bluebg.gif) top right repeat-x;
	font: bold 14px/37px "Trebuchet MS", "Verdana", sans-serif;

}
.ddm1 .item1 {
	background: transparent url(../images/bluebg.gif) top right repeat-x;
    	color: #ffffff;
	text-align: center;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	background: #339933;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff200;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #3264C7;
    color: #ffffff;
	border-bottom: 2px solid #1b68de;
}
.ddm1 .item2:hover {
    background: #339933;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff200;
}
.ddm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	width: 100px;
}
.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 */