/* Edited March 11, 2008 by Brian Moy */

.ddmx {
font: bold small "MS Sans Serif", Geneva, sans-serif;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 3px 10px 3px 10px;
	border: 1px Yellow;
	border-style: solid solid solid solid;
	text-decoration: none;
	display: block;
	position: relative;
	white-space: nowrap;
z-index: 500;
}
/* top unselescted menu */
.ddmx .item1 {
background: Gray;
color: White;
}
/* top selected menu */
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
background: Yellow;
color: Black;
}
.ddmx .arrow,
.ddmx .arrow:hover {
padding: 3px 20px 3px 10px;
z-index: 500;
}
.ddmx .item1 img,
.ddmx .item1-active img {
position: absolute;
top: 12px;
right: 1px;
border: 0;
z-index: 500;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
padding: 3px 8px 4px 8px;
border: 1px Yellow;
border-style: solid none solid none;
text-decoration: none;
font: bold small "MS Sans Serif", Geneva, sans-serif;
display: block;
color: White;
background: Gray;
position: relative;
z-index: 500;
	white-space: nowrap;
}
/* dropdown unselected menu */
.ddmx .item2 {
background: Gray;
color: White;
z-index: 500;
}
/* dropdown selected menu */
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
background: Yellow;
color: Black;
z-index: 500;
}
.ddmx .arrow,
.ddmx .arrow:hover {
padding: 3px 16px 4px 8px;
z-index: 500;
}
.ddmx .item2 img,
.ddmx .item2-active img {
position: absolute;
top: 4px;
right: 1px;
border: 0;
z-index: 500;
}
.ddmx .section {
border: 1px solid Yellow;
border-style: solid solid solid solid;
position: absolute;
    visibility: hidden;
z-index: -1;
}

* html .ddmx td { 
position: relative; 
z-index: 500;
} /* ie 5.0 fix */
