.ddmx
{
}
.ddmx .item1
{
	padding-right: 5px;
	display: block;
	padding-left: 5px;
	padding-bottom: 0px;
	color: #0008a1;
	padding-top: 0px;
	white-space: nowrap;
	position: relative;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat;
}
.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover
{
	padding-right: 5px;
	display: block;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	white-space: nowrap;
	position: relative;
	border-top-width: 1px;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 1px 10px 1px 10px;
    color: #0008a1;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #e6ffff;
}
.ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover
{
	background: #bce4e3;
}
.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
{
	position: absolute;
	visibility: hidden;
	z-index: -1;
	border-right: #00cc00 1px solid;
	border-top: #00cc00 1px solid;
	border-left: #00cc00 1px solid;
	border-bottom: #00cc00 1px solid;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */