﻿/*
        Position and hide the Menu instance to prevent a flash of unstyled 
        content when the page is loading.
    */

    div.yuimenu {
        position: absolute;
        visibility: hidden;
		z-index:10;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333333;
		text-decoration:none;
    }

    /*
        Set the "zoom" property to "normal" since it is set to "1" by the 
        ".example-container .bd" rule in yui.css and this causes a Menu
        instance's width to expand to 100% of the browser viewport.
    */
    
    div.yuimenu .bd {
        zoom: normal;
		background-color:#FFFFFF;
		border:none;
    
    }
	
	.yui-skin-sam .yuimenu .bd{border:none;}
	/*.yui-skin-sam .yuimenu .bd{border:solid 1px #808080;background-color:#fff;}*/
	.yui-skin-sam .yuimenu{font-size:11px;}
	
	/**/.yuimenuitemlabel,.yuimenubaritemlabel{text-align:left;white-space:normal;text-decoration:none;}
	/*.yuimenuitemlabel,.yuimenubaritemlabel{text-align:left;white-space:nowrap;}*/
	/**/.yui-menu-shadow-visible{top:0px;right:0px;left:0px;bottom:0px;visibility:hidden;}
	/*.yui-menu-shadow-visible{top:2px;right:-3px;left:-3px;bottom:-3px;visibility:visible;}*/
	/**/.yui-skin-sam .yuimenu ul{padding:0px 0;border-width:1px 0 0 0;border-color:#ccc;border-style:solid;}
	/*.yui-skin-sam .yuimenu ul{padding:3px 0;border-width:1px 0 0 0;border-color:#ccc;border-style:solid;}*/
	/**/.yui-skin-sam .yuimenuitemlabel{padding:0 5px;color:#000;text-decoration:none;}
	/*.yui-skin-sam .yuimenuitemlabel{padding:0 20px;color:#000;text-decoration:none;cursor:default;}*/
	/**/.yui-skin-sam .yuimenuitem-selected{background-color:#999999;}
	/*.yui-skin-sam .yuimenuitem-selected{background-color:#B3D4FF;}*/

