/*
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 #6A2C90 with branded color
  Replace #54B848 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: #FFFFFF; /* rv */
}

.ddmx a.item1 {
	background-color: #6A2C90;
}
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
    background-color: #54B848; /* rv */
}

.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
    color: #FFFFFF;
}
.ddmx a.item2 {
    background-color: #6A2C90;
}
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
    background: #54B848;
}
.ddmx .item2-sep {
    background-color: #6A2C90;
    border-top: 1px solid #54B848;
}
.ddmx .section {
    border: 1px solid #54B848;
}
