/*
	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;

}

#productsandservices { 

	position: static; 

}

#calculatorNav .yuimenuitemlabel {

	_zoom: 1;

}

#calculatorNav .yuimenu .yuimenuitemlabel {

	_zoom: normal;

}

#calculatorNav { 

	position: static; 

}



.menutitle{
    font-size: 12px;
	padding:0;	
   /*Overloaded by Carlos Veiga */
   /* background-color:#669999;*/
    background-color: rgb(116,183,184);
    color:#fff;
	width:150px;
	border-bottom:double;
	text-align:center;	
}

