<!--
	function menu_categories1( linktext, hover ) {
	    if ( hover ) {
linktext.style.backgroundColor = '#5E99D3';
		
  linktext.style.color = '#691333';
    linktext.style.fontsize='11pt';   
   
/*    linktext.style.backgroundImage= 'url(images/td_menu_hover.gif)';*/
		linktext.style.cursor='hand';
	    } else {
	 linktext.style.backgroundColor = '';
		linktext.style.color = '#691333';
/*		linktext.style.backgroundImage= 'url(images/td_menu.gif)';*/
		linktext.style.cursor='hand';
   

		
	    }
	}
	function navClick( linktext, url ) {
	    menu_categories1( linktext, 0);
	    exit=false;
	    window.location.href = url;
	}
	
//-->
