/*
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
*/

/* MenuBar style rules */

.yuimenubar {
    background-color: #003c54;
}

.yuimenu {
    background-color: #003c54;
    border: solid 1px #bdbdbd;
    padding: 1px;
}

.yui-menu-shadow {
    display: none;
}

.yuimenu ul {
    border: solid 1px #c4c4be;
    border-width: 1px 0 0 0;
    padding: 10px 0;
}

.yuimenu .yui-menu-body-scrolled {
    overflow: hidden;
}


/* Group titles */
.yuimenu h6,
.yuimenubar h6 { 
    font-size: 100%;
    font-weight: normal;
    border: solid 1px #c4c4be;
    color: #b9b9b9;    
}

.yuimenubar h6 {
    float: left;
    padding: 4px 12px;
    border-width: 0 1px 0 0;
}

.yuimenubar .yuimenu h6 {
    float: none;
}

.yuimenu h6 {
    border-width: 1px 0 0 0;
    padding: 5px 10px 0 10px;
}

.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(menu_up_arrow.png);

}

.yuimenu .topscrollbar_disabled {

    background-image: url(menu_up_arrow_disabled.png);

}

.yuimenu .bottomscrollbar {

    background-image: url(menu_down_arrow.png);

}

.yuimenu .bottomscrollbar_disabled {

    background-image: url(menu_down_arrow_disabled.png);

}


/* MenuItem and MenuBarItem styles */

.yuimenuitem {
}

.yuimenuitemlabel,
.yuimenubaritemlabel{

    font-size: 13px;
    color: #FFF;
    text-decoration: none;

}

.yuimenuitemlabel {

    padding: 2px 24px;
    
}

.yuimenubaritemlabel {
	border-width: 0 0 0 0px;
	border-style: solid;
	border-color: #c4c4be;
	padding: 4px 7px 4px 0px;
}


.yuimenubar .middle_stick span{
	padding-right: 7px;
	border-right: 1px solid white;
}

.yuimenubar .middle_stick LI span{
	padding-right: 7px;
	border-right: 0px solid white;
}



.yuimenubar li.first-of-type .yuimenubaritemlabel {
    border-width: 0;
}

.yuimenubaritem-hassubmenu {
}

.yuimenuitem-hassubmenu {

    background: url(menuitem_submenuindicator.png) right center no-repeat;

}

.yuimenuitem-checked {

    background: url(menuitem_checkbox.png) left center no-repeat;

}

.yuimenuitemlabel .helptext {

    margin-top: -1.1em;
    *margin-top: -1.2em;  /* For IE*/
    
}



/* MenuItem states */


/* Selected MenuItem */

.yuimenubar .selected a{
	color: #0093d3;
}
.yuimenubar .selected LI a{
	color: #FFF;
}

.yuimenubar .selected LI a:hover{
	color: #0093d3;
}

.yuimenubaritemlabel-selected,
.yuimenuitemlabel-selected {

    text-decoration: none;
    color: #0093d3;

}

.yuimenubaritem-hassubmenu-selected {
}

.yuimenuitem-hassubmenu-selected {

    background-image: url(menuitem_submenuindicator_selected.png);

}

.yuimenuitem-checked-selected {

    background-image: url(menuitem_checkbox_selected.png);

}


/* Disabled MenuItem */

.yuimenubaritemlabel-disabled,
.yuimenuitemlabel-disabled {

    cursor: default;
    color: #b9b9b9;

}

.yuimenubaritem-hassubmenu-disabled {

    background-image: url(menubaritem_submenuindicator_disabled.png);

}

.yuimenuitem-hassubmenu-disabled {

    background-image: url(menuitem_submenuindicator_disabled.png);

}

.yuimenuitem-checked-disabled {

    background-image: url(menuitem_checkbox_disabled.png);
}
