/* Top Navigation Menu */
#menu			{width:849px;height:34px;margin:18px auto 0px;background:url(../images/bg-menu.jpg) no-repeat;}
#menu UL		{margin:0;padding:0;margin-right:15px;float:right;line-height:1em;}
#menu UL LI 	{display:block;list-style-type:none;float:left;height:29px} /** background box is height:29px**/
#menu A		    {display:block;float:left;height:22px;padding:7px 7px 0; font-size:12px;text-decoration:none;font-weight:400;}
#menu A.home   	{height:29px;padding:0;width:264px}
#menu A		    {color:#666;background:none;}
#menu A:hover   {color:#000;background:#FFF;}
A#home          {margin: 0pt; padding: 0pt;}

/* Secondary Navigation Menu */
/** width = 845 (#content whitespace) - 16 - 16 (margin on both sides matching H1) **/
#menu-2					{width:813px;height:27px;padding-bottom:8px;margin:0 0 0 16px;} /** border-top:1px solid #999; **/
#menu-2 UL				{margin:0;padding:0;float:right;}
#menu-2 UL LI 			{display:block;list-style-type:none;float:left;height:27px;padding:0;margin-left:0px} /*background box is height:29px*/
#menu-2 A				{display:block;float:left;height:22px;padding:5px 15px 0; font-size:12px;text-decoration:none;font-weight:400;}
#menu-2 A				{color:#666;background:none;border-top:2px solid #fff}
#menu-2 A:hover			{color:#000;border-top:2px solid #ccc}
#menu-2 A.active		{color:#000;border-top:2px solid #999}
#menu-2.empty           {height:0px;}
