/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/* MenuBar style rules */


.yui-skin-grebbelinie .yuimenubar a, 
.yui-skin-grebbelinie .yuimenubar a:hover {
	color: white;
	text-decoration: none;
}

.yui-skin-grebbelinie .yuimenubar {
	width: 215px;
    font-size: 93%;  /* 12px */
    line-height: 2;  /* ~24px */
    *line-height: 1.9; /* For IE */
}

.yui-skin-grebbelinie .menubar {
	width: 215px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}


/* MenuBarItem style rules */
.yui-skin-grebbelinie .yuimenubaritem {
	width: 215px;
	background: url(/assets/images/menu/menubaritem.png) no-repeat top left;
	background-color: #00662c;
	line-height: 24px;
	
	/* no floating for firefox browsers (defined in yui menu_core.css  */
	float: none;
	
	/* left float elements for IE6/7 browsers because of 2px height bug */
	*float: left;
	display: block;
}

.yui-skin-grebbelinie .yuimenubaritemlabel {
	display: block;
	width: 192px;
	height: 24px;
	padding-top: 0;
	padding-left: 23px;
	
	border-top: 2px solid #308725;
	border-bottom: 2px solid #0f4d1a;
	outline: none;
	color: white;
		
	/*
    *position: relative;*/ /*  Necessary to get negative margins in IE. */
    /*margin: -1px 0;*/
    /*
    *display: inline-block;*/
}

.yui-skin-grebbelinie .yuimenubaritemlabel-hassubmenu {
    background: url(/assets/images/menu/menubaritem_submenuindicator.png) right center no-repeat;
}

.yui-skin-grebbelinie .yui-mbi-first-of-type {
	background: url(/assets/images/menu/menubaritem-first-of-type.png) no-repeat top left;
	background-color: transparent;
}

.yui-skin-grebbelinie .yui-mbi-first-of-type .yuimenubaritemlabel {
	border-top: 2px solid transparent;
}

.yui-skin-grebbelinie .yui-mbi-last-of-type {
	background: url(/assets/images/menu/menubaritem-last-of-type.png) no-repeat top left;
}

.yui-skin-grebbelinie .yui-mbi-last-of-type .yuimenubaritemlabel {
	border-bottom: 2px solid transparent;
}


/* MenuBarItem states */

/* Selected MenuBarItem */
.yui-skin-grebbelinie .yuimenubaritem-selected {
	background: url(/assets/images/menu/menubaritem-selected.png) no-repeat top left;
	background-color: #00662c;
}

/* specific selected style for first-of-type element, this selector does not work in IE6 */
.yui-skin-grebbelinie .yui-mbi-first-of-type.yuimenubaritem-selected {
	background: url(/assets/images/menu/menubaritem-first-of-type-s.png) no-repeat top left;
	background-color: transparent;
}

/* specific selected style for last-of-type element, this selector does not work in IE6 */
.yui-skin-grebbelinie .yui-mbi-last-of-type.yuimenubaritem-selected {
	background: url(/assets/images/menu/menubaritem-last-of-type-s.png) no-repeat top left;
	background-color: transparent;
}

.yui-skin-grebbelinie .yuimenubaritemlabel-selected {
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

.yui-skin-grebbelinie .yuimenubaritemlabel-selected {

    /*border-left-width: 1px;*/
   /* margin-left: -1px;
    *left: -1px;*/    /* For IE */

}


/* Disabled  MenuBarItem */

.yui-skin-grebbelinie .yuimenubaritemlabel-disabled {

    cursor: default;
    color: #A6A6A6;

}

.yui-skin-grebbelinie .yuimenubaritemlabel-hassubmenu-disabled {

   /* background-image: url(menubaritem_submenuindicator_disabled.png);*/

}



/* Menu style rules */

.yui-skin-grebbelinie .yuimenu {
    font-size: 93%;  /* 12px */
    line-height: 1.5;  /* 18px */
    *line-height: 1.45; /* For IE */

}

.yui-skin-grebbelinie .yuimenubar .yuimenu,
.yui-skin-grebbelinie .yuimenu .yuimenu {
    font-size: 100%;
}

/* Do not assign a border of 1px to the .bd element because this gives mouseover problems in IE7
	with a 1px border the submenu frequently hides when moving the cursor slowly from the menubaritem to the submenu
	when moving fast the submenu usually stays visible
	
*/
.yui-skin-grebbelinie .yuimenu .bd {
	min-width: 215px;
    border: 0;
    background-color: #a3bf00;
 
}

.yui-skin-grebbelinie .yuimenu ul {
    padding-top: 3px;
    padding-bottom: 3px;
}

.yui-skin-grebbelinie .yuimenu ul.first-of-type {
    border-width: 0;
}


/* Group titles */

.yui-skin-grebbelinie .yuimenu h6 { 
    font-weight: bold;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 0 0 0;
    color: #a4a4a4;    
    padding: 3px 10px 0 10px;

}

.yui-skin-grebbelinie .yuimenu ul.hastitle,
.yui-skin-grebbelinie .yuimenu h6.first-of-type {

    border-width: 0;

}


/* Top and bottom scroll controls */

.yui-skin-grebbelinie .yuimenu .yui-menu-body-scrolled {
    border-color: #ccc #808080;
    overflow: hidden;
}

.yui-skin-grebbelinie .yuimenu .topscrollbar,
.yui-skin-grebbelinie .yuimenu .bottomscrollbar {

    height: 16px;
    border: solid 1px #808080;
   /* background: #fff url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;*/

}

.yui-skin-grebbelinie .yuimenu .topscrollbar {

    border-bottom-width: 0;
    background-position: center -950px;

}

.yui-skin-grebbelinie .yuimenu .topscrollbar_disabled {

    background-position: center -975px;

}

.yui-skin-grebbelinie .yuimenu .bottomscrollbar {

    border-top-width: 0;
    background-position: center -850px;

}

.yui-skin-grebbelinie .yuimenu .bottomscrollbar_disabled {

    background-position: center -875px;

}


/* MenuItem style rules */

.yui-skin-grebbelinie .yuimenuitem {


    /*
        For IE 7 Quirks and IE 6 Strict Mode and Quirks Mode:
        Used to collapse superfluous white space between <li> elements
        that is triggered by the "display" property of the <a> elements being
        set to "block."
    */
	
    _border-bottom: solid 1px #a3bf00;

    padding-left: 10px;
    padding-right: 10px;
}

.yui-skin-grebbelinie .yuimenuitemlabel {
    /*padding: 0 20px;*/
    color: #000;
    text-decoration: none;
    cursor: default;
}

.yui-skin-grebbelinie .yuimenuitemlabel .helptext {
    margin-top: -1.5em;
    *margin-top: -1.45em;  /* For IE*/
}

.yui-skin-grebbelinie .yuimenuitem-hassubmenu {
   	background-image: url(/assets/images/menu/menuitem_submenuindicator.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.yui-skin-grebbelinie .yuimenuitem-checked {
   /* background-image: url(menuitem_checkbox.png);*/
    background-position: left center;
    background-repeat: no-repeat;

}


/* Menu states */


/* Visible Menu */

.yui-skin-grebbelinie .yui-menu-shadow-visible {

    background-color: #000;

    /*
        Opacity can be expensive, so defer the use of opacity until the 
        menu is visible.
    */

    opacity: .12;
    *filter: alpha(opacity=12);  /* For IE */

}



/* MenuItem states */


/* Selected MenuItem */

.yui-skin-grebbelinie .yuimenuitem-selected {

    background-color: #00662c;

}


/* Disabled MenuItem */

.yui-skin-grebbelinie .yuimenuitemlabel-disabled {

    cursor: default;
    color: #A6A6A6;

}

.yui-skin-grebbelinie .yuimenuitem-hassubmenu-disabled {

    /*background-image: url(menuitem_submenuindicator_disabled.png);*/

}

.yui-skin-grebbelinie .yuimenuitem-checked-disabled {

   /* background-image: url(menuitem_checkbox_disabled.png);*/

}