			/*
				For IE 6: trigger "haslayout" for the anchor elements in the root Menu by 
				setting the "zoom" property to 1.  This ensures that the selected state of 
				MenuItems doesn't get dropped when the user mouses off of the text node of 
				the anchor element that represents a MenuItem's text label.
			*/
			#sitenav .yuimenuitemlabel {
			
				_zoom: 1;
			
			}

			#sitenav .yuimenu .yuimenuitemlabel {

				_zoom: normal;

			}
			
			

			.yuimenuitem
			{
				background-color: #21130b;
			}

			/* item */
			.yuimenuitemlabel
			{
				color : #745e22;
				background-color: #21130b;
				padding:0px;
				margin:0px;
			}

			.subnav
			{
				background-color: #21130b;
				border-top: thin #745e22 solid;
				border-right: thin #745e22 solid;
				border-bottom: thin #745e22 solid;
				line-height: 22px;
				padding-right: 30px;
			}
