.ddm1 {
    font: bold 1em arial;
    padding: 0;
    margin: 0;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	font: bold 1.05em Trebuchet, "Comic Sans MS", Verdana, sans-serif;
    padding: 0px 8px 1px 8px;
    border: 2px #666666;
    border-style: solid solid solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1-active:visited, .ddm1 .item1:visited {
    font: bold 1.05em Trebuchet, "Comic Sans MS", Verdana, sans-serif;
    color: #194c33;
}
.ddm1 .item1 {
    font: bold 1.05em Trebuchet, "Comic Sans MS", Verdana, sans-serif;
	background-color: #3fbf7f;
    color: #194c33;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	background-color: #4ce599;
    color: #194c33;
}
.ddm1 .item2:visited {
    font: bold 1.05em Trebuchet, "Comic Sans MS", Verdana, sans-serif;
    color: #194c33;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 0px 8px 1px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
	border: 2px solid #666666; 
	border-top: none; 
    background-color: #3fbf7f;
    color: #194c33; 
 	font: bold 1.05em Trebuchet, "Comic Sans MS", Verdana, sans-serif;
}
.ddm1 .item2:hover {
    background-color: #4ce599;
    color: #194c33;
}
.ddm1 .section {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid; }
.ddm1 .right, .ddm1 .right:hover {}
.ddm1 .top, .ddm1 .top:hover { border-style: solid; border-top-width: 1px;}
.ddm1 .current, .ddm1 .current:hover { background-color: #4ce599; }


* html .ddm1 td { position: relative; } /* ie 5.0 fix */

