/*
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 #165C79 with branded color
  Replace #104154 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: #165C79;
	background-image: url('kws-navbar.jpg');
}
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
    background-color: #104154; /* rv */
}

.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
    color: #FFFFFF;
}
.ddmx a.item2 {
    background-color: #165C79;
}
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
    background: #104154;
}
.ddmx .item2-sep {
    background-color: #165C79;
    border-top: 1px solid #104154;
}
.ddmx .section {
    border: 1px solid #104154;
}
