@CHARSET "ISO-8859-1";

div#navbar {
    position: absolute;
    top: 82px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x:hidden;
    overflow-y:auto;
    white-space: nowrap;
    width: auto;
    max-width:235px;
    border-right: 1px solid #d9d9d9;
    background-color: white;
}

div#f\:navbartree {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    overflow: auto;
    background-color: white;
}

div#navcontent {
    position: absolute;
    top: 82px;
    right: 0;
    bottom: 0;
    left: auto;
    background-color: #f7f9ff;
    overflow: auto;
}

div#navcontent-wln {
    position: absolute;
    top: 82px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f7f9ff;
    overflow: auto;
}

div.navmenu {
    background-color: white;
    font-size: 11px;
    font-family: Arial, verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
}

div.navmenu_header {
    padding-top: 5px;
    background-color: #455560;
    text-align: center;
    height: 22px;
}

div.navmenu_header span {
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: 'Roboto', Arial, verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-align: center;
}

ul.navmenu_menu1 {
    margin: 2px 0 0 0;
    padding-bottom: 1px;
    list-style: none;
    padding: 0px;
}

.navmenu_item1 {
    /*margin: 2px 2px 2px 2px;*/
    padding: 6px 6px 6px 6px;
    /*height: 26px;*/
    background-color: #f4f4f4;
    font-weight: bold;
}

.navmenu_item1_hover {
    /*margin: 2px 2px 2px 2px;*/
    padding: 6px 6px 6px 6px;
    /*height: 26px;*/
    background-color: #f4f4f4;
    font-weight: bold;
    color:black;
}

a.pfActiveMenuItem {
    background-color: #f1f1f2;
}

.pfSubmenu, .pfSubmenuExpanded, .ui-menuitem {
    cursor: pointer;
    white-space: normal;
    background: white none repeat scroll 0 0;
}

.pfSubmenu {
    border: none;
}

.ui-menu .ui-separator {
    display: none;
}

.ui-menu {
    padding: 0px;
}

.ui-menu .ui-menuitem, .ui-menu .ui-widget-header {

    margin: 0px !important;
}

.ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
    padding: 0.6em;
    width: 100%;
}

.ui-menu .ui-menu-list .ui-widget-header {
    width: 100%;
}

.ui-menu .ui-menu-list .ui-widget-header h3 {
    padding: 0.6em 0.6em 0.6em 0.6em;
}

.pfSubmenuItem{
    padding-left: 25px !important;
    width: 88% !important;
}

li.pfSubmenuHidden{
    display: none;
}

li.pfSubmenuExpanded{
    display: list-item;
}

.disabledMenuLink {
    color: #000000;
    cursor: auto;
    font-weight: bold;
}

li.navmenu_item1_sel {
    margin: 2px 2px 2px 2px;
    padding: 6px 6px 6px 6px;
    min-height: 26px;
    background-color: #c1c1c1;
    font-weight: bold;
}

li.navmenu_item1_sel_hover {
    margin: 2px 2px 2px 2px;
    padding: 6px 6px 6px 6px;
    min-height: 26px;
    background-color: #c1c1c1;
    font-weight: bold;
}

li.navmenu_item1_dis {
    margin: 2px 2px 2px 2px;
    padding: 6px 6px 6px 6px;
    height: 26px;
    background-color: #c1c1c1;
}

li.navmenu_item1_dis_hover {
    margin: 2px 2px 2px 2px;
    padding: 6px 6px 6px 6px;
    height: 26px;
    background-color: #c1c1c1;
}

div.navmenu_menu2 {
    font-weight: normal;
}

div.navmenu_item2 {
    margin-left: 0px;
}

div.navmenu_item2_hover {
    margin-left: 0px;
}

div.navmenu_item2_sel {
    margin-left: 0px;
}

div.navmenu_item2_sel_hover {
    margin-left: 0px;
}

div.navmenu_item2_dis {
    margin-left: 0px;
}

div.navmenu_item2_dis_hover {
    margin-left: 0px;
}

div.navmenu_item2_sel, div.navmenu_item2_sel_hover {
    color: #FF8400;
}

div.navmenu_item2_hover, div.navmenu_item2_sel_hover {
    color: black;
}

div.navmenu_item2_dis, div.navmenu_item2_dis_hover {
    color: lightgrey;
}
.ui-tree .ui-tree-child {
    margin-left: 50px;
}


/* theme override */

/* menu item color */
.ui-menuitem-text{
    float: left;
    color: black;
    font-weight: bold;
}

/* menu item color */
.pfSubmenuItem .ui-menuitem-text {
    font-weight: normal;
}

/* remove arrow that points to right */
.ui-menu .ui-widget-header .ui-icon {
    background-image: none;
    width: 0px;
}

/* menu item  border */
.ui-menu .ui-menu-list .ui-menuitem {
   border-top: 1px solid #ccc !important;
}

/* menu header border */
.ui-menu .ui-menu-list .ui-widget-header {
    border-top: 1px solid #CCF;
}

