#ddmx {
	position: absolute;
	top: 28px;
	left: 8px;
	z-index: 900;
	width: 132px;
	height: 61px;
}

.menuSpacer {
	padding: 1px;
	font-size: 9px;
}

.ddmx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/**** main menu *****/

.ddmx .item1 {
	font-size: 9pt;
	padding: 3px;
	color: #FF0000;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	font-size: 9pt;
	padding: 3px;
	color: #CC0000;
	background: #EEEEEE;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

/**** sub-menu *****/

.ddmx .item2 {
    background: #eeeeee;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	font-size: 8pt;
    padding: 5px 20px 5px 3px;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	font-size: 8pt;
    background: #CCCCCC;
	color: #CC0000;
    white-space: nowrap;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 5px 20px 5px 3px;
    white-space: nowrap;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    white-space: nowrap;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

