/*
	File: master-msie.css
	Description: Fix MSIE-specific CSS issues

	Date		Programmer			Project	Issue	SubTask	Description
	====		==========			=======	=======	=======	===========
	01/13/2007	Adrian J. Moreno	8		4193	5641	Created to handle MSIE issues
	02/22/2007	Kelly Johnson		8		5643	6058	Added container ID styling for IE6 min-width
*/
/* main content */
/* .yui-t3 #yui-main #content.yui-b { margin-left:11.0456em; } */

/* fix vertical navigation menus in top navigation */
#navlist ul.hasSubMenu { width: 120px; }
#navlist ul.hasSubMenu li { float: left; text-align: left; border: 0px; margin: 0px; border-top: thin white;}
#navlist ul.hasSubMenu li a { height: 1%; text-align: center; }

/* min-width workaround */
#container { width: expression(document.body.clientWidth < 802? "800px" : "auto"); }