			/* icons and graphics are in "yui\build\menu\assets" */
		
			/* experimentally make nav not 100% width */
			div.yuimenubar div.bd,  div.yui-b {
				display: table;
				-display: block; /* IE Only */
				/* -width: 1px; IE Only */
			}
			
		/* - Nav Table -------------------------------------------------------------------------------- */
			
			.navDiv {
				display:inline;
				float:left;
				margin:0px;
				width:1px;
				height:33px;
				padding:0px;
				border:0px;
			}
			
			.navEndCaps {
				background-image:url('images/menu_div.gif'); 
				background-repeat: repeat-x;
				width: 1px;
			}
			
			.navHeader {
				background-image:url('images/menu_top.gif'); 
				background-repeat: repeat-x;
				height: 1px;
			}
			
			.navFooter {
				background-image:url('images/menu_shadow.gif'); 
				background-repeat: repeat-x;			
				height: 7px;
			}
			
		/* - Padding -------------------------------------------------------------------------------- */
			
			/* subitem padding */
			div.yuimenu li.yuimenuitem {
				padding:7px 19px 1px 9px;
			}
			
			/* header padding */
			div.yuimenubar li.yuimenubaritem {
				padding: 7px 7px 8px 9px;
			}
			
			/* sub item box padding */
			div.yuimenu ul {
				padding: 5px 5px 5px 5px;
			}
			
		/* - Background -------------------------------------------------------------------------------- */
			
			/*menu bar*/
			div.yuimenubar { background-color: #f3ecd1;}

			/*top menu items AND border color*/
			div.yuimenubar li.yuimenubaritem { 
				height: 18px;
				background-image:url('images/menu_bg.gif');
				background-color: #f3ecd1;
				border: 0px;
			}

			/*items*/
			div.yuimenu { background-color: #f3ecd1;}

			/*selected items*/
			div.yuimenubar li.selected { background-color: #f3ecd1;}
			
		/* - Text Color -------------------------------------------------------------------------------- */
			
			
			/* link text color */
			div.yuimenubar li a { color: #e6e6e6; }

			/* mouse over text color */
			div.yuimenubar li.selected a.selected { color: #e6e6e6; }

			/* disabled text color */
			div.yuimenubar li.disabled a.disabled { color: #e6e6e6; }		
			
			/* sub menu item colors */
			div.yuimenu li.yuimenuitem a,  div.yuimenu li.yuimenuitem a.disabled, div.yuimenu li.yuimenuitem a.selected {
				color: #5d5d5d;
			}
			
		/* - Arrows -------------------------------------------------------------------------------- */			
			
			/* hide arrow */
            div#mymenubar.yuimenubar li em.submenuindicator {
                height:1px;
                width:1px;
                margin:0;
            }
            
			/* show sub arrow */
            div#mymenubar div.yuimenu li em.submenuindicator {
                height:8px;
                width:8px;
                margin:0 -16px 0 10px;
            }			
			