.ddmx {
    font: 14px tahoma;
	 background-image: url(/site/img/l-menu-bg.jpg);
	 background-repeat: repeat-x;
	 height: 181px;
	 width: 217px;
	 vertical-align: top;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding-left: 35px;
	 padding-top: 8px;
	 padding-bottom: 8px;
	 *padding-bottom: 9px;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	 background-image: url(/site/img/l-menu-br-next.gif);
	 background-repeat: no-repeat;
	 background-position: bottom;
x	 height: 20px;
	 height: 14px;
}
.ddmx .lastitem1,
.ddmx .lastitem1:hover,
.ddmx .lastitem1-active,
.ddmx .lastitem1-active:hover{
    padding-left: 35px;
	 padding-top: 8px;
	 padding-bottom: 9px;
	 background: #183A05;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	 background-image: url(/site/img/new-left-menu.gif);
	 background-repeat: no-repeat;
	 background-position: bottom;
x	 height: 18px;
	 height: 14px;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding-left: 35px;
	 padding-bottom: 4px;
	 padding-top: 6px;
    font: 11px tahoma;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	 height: 20px;
	 width: 180px;
	 background-color: #2C6C09;

}
.ddmx .item2 {
    background-color: #2C6C09;
	 background-image: url(/site/img/left-bullet.gif);
	 background-repeat: no-repeat;	
	 background-position: 10px;
	 border-bottom: 1px solid #72AF50;
	 height: 20px;
	 width: 350px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background-color: #2C6C09;
   width: 350px;
	 height: 20px;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 0px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */