.ddmx{
	font-size: 13px;
	font-family: verdana;
}

.ddmx .item1,
.ddmx .item1-active{
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	width: 110px;
	background-image: URL(kuvat/ulkoasu/linkkitausta.PNG);
	background-repeat: no-repeat;
    color: black;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align: left;
}
.ddmx .item2,
.ddmx .item2-arrow,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item2-active-arrow {
	padding-top: 5px;
	padding-bottom: 6px;
	width: 110px;
	padding-left: 10px;
	background-image: URL(kuvat/ulkoasu/linkkitausta2.PNG);
	background-repeat: no-repeat;
    color: black;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align: left;
}

.ddmx .item2-arrow, .ddmx .item2-active-arrow{
	background-image: URL(kuvat/ulkoasu/linkkitausta.PNG);
}

.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
	border-left: 1px solid black;
	background-color: #ffffff;
}

.ddmx .bottom,
.ddmx .bottom:hover {
}

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

