/* Nav background color */
.ddmx {
	background-color: #777A3B;
    background-image: url(/images/nav-bar-taking_action_background.gif);
    background-repeat: repeat-y;
}

/* Section title */
.ddmx .item1,
.ddmx .item1:visited {
	color: #2A3140;
}

/* Section rollover */
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	color: white;
}

/* Drop title and line color */
.ddmx .item2,
.ddmx .item2:visited,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #8B8E55;
    border-bottom: 1px solid #656A9F;
    background: #2A3140;
}

/* Drop rollover */
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: white;
}