/*
Copyright (C) 2005 eFolder Inc. All Rights Reserved.
Copying this file, in part or whole without explicit legal authorization from eFolder Inc. is prohibited.
*/
@import url("../../script/menu.css");


/*Replace #ECE9D8 with branded color
  Replace #C4C1B4 with lighter branded color*/

.ddmx {
    font: 11px Verdana, Arial, Sans-Serif; /* Tahoma */
    font-size: 10px;
    background-color: #315b83; color: #ffffff;
}
.ddmx a.item1,
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
    color: #000000; /* rv */
}

.ddmx a.item1 {
	background-color: #ECE9D8;
}
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
    background-color: #C4C1B4; /* rv */
}

.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
    color: #000000;
}
.ddmx a.item2 {
    background-color: #ECE9D8;
}
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
    background: #C4C1B4;
}
.ddmx .item2-sep {
    background-color: #ECE9D8;
    border-top: 1px solid #C4C1B4;
}
.ddmx .section {
    border: 1px solid #C4C1B4;
}
