/*
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 #3D3D3D with branded color
  Replace #4398C0 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: #3D3D3D;
	background-image: url('top-navbar.jpg');
}
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
    background-color: #4398C0; /* rv */
}

.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
    color: #FFFFFF;
}
.ddmx a.item2 {
    background-color: #3D3D3D;
}
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
    background: #4398C0;
}
.ddmx .item2-sep {
    background-color: #3D3D3D;
    border-top: 1px solid #4398C0;
}
.ddmx .section {
    border: 1px solid #4398C0;
}
