 #productsandservices {
                position: fixed;
		margin: 0px;
            }
			/*
				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.
			*/

			#productsandservices .yuimenuitemlabel {
				_zoom: 1;
			}

			#productsandservices .yuimenu .yuimenuitemlabel {
				_zoom: normal;
			}
			
			/* Override Sam skin style for menu items */
			.yui-skin-sam .yuimenu .bd {
                border-width: 0px;
                border-color: #000 #000 #000 #000;
                border-style: solid;
		background-color: #000;
            }
            
            /* Override Yui Menu item css */
            .yui-skin-sam .yuimenuitem {
            	background:url('../Images/leftMenuMain.png'); repeat-x;
            	/*background-color:#222;*/
            	border-width:1px;
            	border-color: #777;
            	border-style: solid;
            	/*height: 35px;*/
            }
            
            /* Override Yui Menu item css */
            .yui-skin-sam .yuimenuitemlabel {
            	color:white;
            	display: block;
 		/*margin: 0px 0 0 0px;*/
  		line-height: 3em;
 		/*font-weight:bold;*/
  		font-size:12px;
 		/*font-family: "Avant Garde",
                    "Century Gothic",
                    sans-serif;
		*/
	 	font-family: sans-serif;
            }
            
            /* Override Sam skin style for a MenuItem instance's "selected" state. */
            .yui-skin-sam .yuimenu .yuimenuitem-selected {
              	background:url('../Images/leftMenuHighlight.png'); repeat-x;
              	/*background-color:#444;*/
              	color:white;
            }

	    #submenuArrow {
		border-width: 0px;
		margin: 0px 0px 0px 5px;
	    }
	    
	    #submenuitem { color:white; }
