#ddmx {
	position: absolute;
	top: 2px;
	left: 10px;
	z-index: 900;
}

.menuSpacer {
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.ddmx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/**** main menu *****/

.ddmx .item1 {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	color: #000000;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	color: #993333;
	/*background: #cccccc;*/
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

/**** sub-menu *****/

.ddmx .item2 {
	background: #cccccc;
	border: 1px solid #CCCCCC;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	font-size: 10px;
    padding: 5px 20px 5px 3px;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border: 1px solid #CCCCCC;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	font-size: 10px;
    background: #ffffff;
	color: #993333;
    white-space: nowrap;
	border: 1px solid #CCCCCC;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 5px 20px 5px 3px;
    white-space: nowrap;
	border: 1px solid #CCCCCC;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
