/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/***** Core behavior *****/
/* Menu & MenuBar styles */

.yuimenu {
    top: -999em;
    left: -999em;
}
.yuimenubar {
    position: static;
}
.yuimenu .yuimenu,
.yuimenubar .yuimenu {
    position: absolute;
}
.yuimenubar li, 
.yuimenu li {
    list-style-type: none;    
}
.yuimenubar ul, 
.yuimenu ul,
.yuimenubar li, 
.yuimenu li,
.yuimenu h6,
.yuimenubar h6 { 
    margin: 0;
    padding: 0;
}
.yuimenuitemlabel,
.yuimenubaritemlabel {
    text-align: left;
    white-space: nowrap;
}
.yuimenubar ul {
    *zoom: 1;
}
.yuimenubar .yuimenu ul {
    *zoom: normal;
}
.yuimenubar>.bd>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
}
.yuimenubaritem {
    float: left;
}
.yuimenubaritemlabel,
.yuimenuitemlabel {
    display: block;
}
.yuimenuitemlabel .helptext {
    font-style: normal;
    display: block;
    margin: -1em 0 0 10em;
}
.yui-menu-shadow {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.yui-menu-shadow-visible {
    top: 2px;
    right: -3px;
    left: -3px;
    bottom: -3px;
    visibility: visible;
}
.hide-scrollbars * {
	overflow: hidden;
}
.hide-scrollbars select {
	display: none;
}
.yuimenu.show-scrollbars,
.yuimenubar.show-scrollbars {
	overflow: visible; 
}
.yuimenu.hide-scrollbars .yui-menu-shadow,
.yuimenubar.hide-scrollbars .yui-menu-shadow {
    overflow: hidden;
}
.yuimenu.show-scrollbars .yui-menu-shadow,
.yuimenubar.show-scrollbars .yui-menu-shadow {
    overflow: auto;
}
/***** End core behavior *****/

/***** Appearance rules ******/
/* MenuBar style rules */
.yuimenubar {

}

/* Menu style rules */

.yuimenu {
    background-color: #fff;
    border: solid 1px #f0cc02;
}
.yui-menu-shadow {
    display: none;
}
.yuimenu ul {
    border: solid 1px #f0cc02;
    border-width: 1px 0 0 0;
}
.yuimenu .yui-menu-body-scrolled {
    overflow: hidden;
}
.yuimenu ul.first-of-type, 
.yuimenu ul.hastitle,
.yuimenu h6.first-of-type {
    border-width: 0;
}



/* Top and bottom scroll controls */

.yuimenu .topscrollbar,
.yuimenu .bottomscrollbar {
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}
.yuimenu .topscrollbar {
    background-image: url(../images/menu/menu_up_arrow.png);
}
.yuimenu .topscrollbar_disabled {
    background-image: url(../images/menu/menu_up_arrow_disabled.png);
}
.yuimenu .bottomscrollbar {
    background-image: url(../images/menu/menu_down_arrow.png);
}
.yuimenu .bottomscrollbar_disabled {
    background-image: url(../images/menu/menu_down_arrow_disabled.png);
}

/* MenuItem and MenuBarItem styles */
.yuimenuitem {
    *border-bottom: solid 1px #fff;
}

.yuimenuitemlabel,
.yuimenubaritemlabel {
    font-family: Georgia;
    font-size: 93%;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.yuimenuitemlabel {
    padding: 6px 14px;
}
.yuimenubaritemlabel {
    background-image: url(../images/border15px.png);
    background-position: left center;
    background-repeat: no-repeat;

    padding: 6px 14px 6px 15px;
}
.yuimenubar li.first-of-type .yuimenubaritemlabel {
    background: none;
}

    /* Submenu background images */
.yuimenubaritem-hassubmenu {
    background: url(../images/menu/menubaritem_submenuindicator.png) right center no-repeat;
}
.yuimenubaritem-hassubmenu .yuimenubaritemlabel {
    padding-right: 22px; /* Extra padding for the background image */
}
.yuimenuitem-hassubmenu {
    background: url(../images/menu/menuitem_submenuindicator.png) right center no-repeat;
}

.yuimenuitem-checked {
    background: url(../images/menu/menuitem_checkbox.png) left center no-repeat;
}

.yuimenuitemlabel .helptext {
    margin-top: -1.1em;
    *margin-top: -1.2em;  /* For IE*/
}


/* MenuItem states */
    /* Current page (as determined by YuiMenuWriter.ascx) */
.nav-menu-highlighted {
    background-color: #846b42;
}
.nav-menu-highlighted.yuimenubaritem-hassubmenu {
    background-image: url(../images/menu/menubaritem_submenuindicator_selected.png);
}
.nav-menu-highlighted .yuimenubaritemlabel {
    background-image: none;
    color: #fff;
}
.nav-menu-highlighted .yuimenubaritemlabel-selected {
    color: #fff;
}
    /* Selected MenuItem */

.yuimenubaritem-selected {
    background-color: #846b42;
}
.yuimenuitem-selected {
    background-color: #f7e580;
}
.yuimenubaritemlabel-selected {
    background-image: none;
}
.yuimenubaritemlabel-selected {
    color: #fff;
}
.yuimenuitemlabel-selected {
    color: #000;
}

.yuimenubaritem-hassubmenu-selected {
    background-image: url(../images/menu/menubaritem_submenuindicator_selected.png);
}

.yuimenuitem-hassubmenu-selected {
    background-image: url(../images/menu/menuitem_submenuindicator_selected.png);
}

.yuimenuitem-checked-selected {
    background-image: url(../images/menu/menuitem_checkbox_selected.png);
}


    /* Disabled MenuItem */

.yuimenubaritemlabel-disabled,
.yuimenuitemlabel-disabled {
    cursor: default;
    color: #b9b9b9;
}

.yuimenubaritem-hassubmenu-disabled {
    background-image: url(../images/menu/menubaritem_submenuindicator_disabled.png);
}

.yuimenuitem-hassubmenu-disabled {
    background-image: url(../images/menu/menuitem_submenuindicator_disabled.png);
}

.yuimenuitem-checked-disabled {
    background-image: url(../images/menu/menuitem_checkbox_disabled.png);
}