.ddmx {
    font: 11px Verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 4px 6px 6px 4px;
    background: #B8001A;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    font: 11px Verdana;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #B8001A;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #FFCC66;
	font-weight: bold;
	text-decoration: underline;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    color: #FFCC66;
	font-weight: bold;
	text-decoration: underline;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 8px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 2px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    padding: 5px 8px 8px 8px;
    border: 1px solid #FFFFFF;
	background: #B8001A;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

A:link {
	color: #DA7519;
	font-weight: bold;

}

A:visited {
	color: #DA7519;
	font-weight: bold;

}

A:active {
	color: #DA7519;
	font-weight: bold;

}

A:hover {
	color: #333300;
	font-weight: bold;
	text-decoration: underline;
}

TD {
	font-size: 11px;
	font-family : Verdana;
}

P {
	font-size: 11px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 12px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #767981;
	height : 1px;
}

h1 {
	margin: 0;
	font-size: 1.6em;
	color: #54707E;
}

* html .ddmx td { position: relative; } 

