<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#navBarEnhanced {
 width:100%;
}

ul.navBarEnhanced {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 5px;
    white-space: nowrap;
}

/***** Custom Color Defaults *****/

/*  - Main Menu Color */
.navBarEnhancedBackgroundColor
{
    background-color:#666666;
}

/* - Main Menu Border Color */
/*ul.navBarEnhanced li*/
li.navBarItem
{
    border: 1px solid #666666;
}

/* Clears out bottom border on selected tab */
/*ul.navBarEnhanced li.navBarSelected*/
li.navBarSelected
{
    border-bottom-width: 0px;
}

/*  - Main Menu Link Color */
a.navBarEnhancedLinkColor
{
    color: #FFFFFF;
}

/*  - Main Menu Active Tab Link */
a.navBarSelectedLinkColor
{
    color: #0085CF;
}

/*  - Main Menu Active Tab Color */
.navBarEnhancedActiveBackgroundColor
{
    background-color:#FFFFFF;
}

/***** END - Custom Color Defaults *****/

/*.navBarEnhanced li */
li.navBarItem
{
    margin: 0;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    clear: none;
    border-right-width: 0px;
    
    /*IE Hack to simulate inline-block*/
    zoom: 1;
 *display:inline;
}

ul.navBarEnhanced li:first-child
{
    /*The properties below are set via jquery since first-child is not supported for IE*/
    /*margin-left:5px;*/
}

ul.navBarEnhanced li:last-child
{
    /*The properties below are set via jquery since last-child is not supported for IE*/
    /*border-right-width: 1px;*/
    /*padding-left:3px;*/
}

li.navBarSelected
{
    border-top-width: 2px;
    border-bottom-width: 0px;
}

ul.navBarEnhanced a {
    display: block;
    float: left;
    text-decoration: none;
    font: normal 12px sans-serif;
 padding: 0px 12px 0 12px;
    line-height: 25px;
    font-weight: bold;
}

div#navBarEnhanced a:hover
{
    text-decoration:underline;
}

/* Catalog Root Folder Drop Down */
.menuCatalogRoot 
{
    left: 30px;
    position: absolute;
    float: left;
    z-index: 100;
}
#scroll-pane {
    background: white;
    border: 1px solid #CCC;
    position: relative;
    width: 140px;
    float: left;
}
.scroll-content-item {
    padding-top: 10px;
    padding-right: 0px;
}

div.menuItemRoot:hover
{
    background-color:#EAEAEA;
}
.menuItemRootText a.itemTitle:hover
{
    color:#0085CF;
}
.menuItemRootText a.itemTitle 
{
    height: 24px;
    line-height: 24px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 15px 0 15px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    background-position: 95% 8px;
    background-repeat: no-repeat;
    color: #787878;
    cursor: pointer;
    display: block;
    font-family: sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

/* Slider Styles */

#slider-wrap{float:left;background-color:lightgrey;width:10px;border:1px solid gray;border-left:none;}
#slider-vertical{position:relative;height:100%}
.ui-slider-handle{width:10px;height:10px;margin:0 auto;background-color:#888;display:block;position:absolute}
input{font-size:12px}
#scroll-pane
{
 background: #FFFFFF;
 border:1px solid #CCC;
 position: relative;
 width:220px;
 float:left;
}

#scroll-content
{
 position: relative;
}


/* Submenu Styles */
.submenu
{
 background: #FFFFFF;
 border: 1px solid #CCC;
 padding: 10px 0px 10px 0px;
 float:left;
 position:absolute;
 z-index: 10;
}

div.menuItemSubmenu:hover
{
    background-color:#EAEAEA;
}
.menuItemSubmenuText a.itemTitle:hover
{
    color:#0085CF;
}
.menuItemSubmenuText&gt;a.itemTitle
{
 height: 24px;
 line-height: 24px;
 list-style-image: none;
 list-style-position: outside;
 list-style-type: none;
 margin: 0 0 0 0;
 padding: 0 15px 0 15px;
 position: relative;
 text-decoration: none;
 white-space: nowrap;
 background-position: 95% 8px;
 background-repeat: no-repeat;
 color: #787878;
 cursor: pointer;
 display: block;
 font-family: sans-serif;
 font-size: 12px;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 text-decoration: none;
}

/* Folder Indication Icon (right arrow) */
.parentNode
{
 background-image: url(../images/submenu-pointer-out.gif);
 background-position: 95% 8px;
 background-repeat: no-repeat; 
}
.parentNode:hover
{
 background-image: url(../images/submenu-pointer-over.gif);
}</pre></body></html>