/*
 *	Author		: Jarrett & Lam Consulting
 *	Filename	: nav.css
 *	Modified	: 28th May 2007
 *
 */
 #navigationDiv				{	width				: 728px;
								margin				: 0 auto;
								padding-bottom		: 2px;
								padding-left		: 7px;
								background			: url(../images/navLeftBorder.png) top left no-repeat;	
							}

#navigationContentDiv		{	padding-right		: 4px;
								background			: url(../images/navRightBorder.png) top right no-repeat;	
							}

/* Top level */
#nav, #nav ul 				{	margin				: 0;
								padding				: 0;
								list-style			: none;
								font-size			: 0.9em;
								line-height			: 1.1;
								text-transform		: uppercase;
							}
#nav li 					{	width				: 103px;
								float				: left;
								background			: url(../images/navBg.png) repeat-x;
							}
#nav a 						{	padding-top			: 12px;
								padding-bottom		: 13px;/*11px;*/
								display				: block;
								color				: #ffffff;
								font-weight			: bold;
								text-decoration		: none;
							}
/*#nav a:hover				{	background			: url(../images/hoverNavLinkBg.gif) bottom center no-repeat; }*/
#nav a:hover				{	background			: url(../images/hoverNavLinkBg.png) center 90%  no-repeat; }


/* Sub-Menu */
#nav li ul 					{	width				: 129px;
								margin-top			: -5px;
								position			: absolute;
								left				: -999em;
								text-align			: left;
								font-size			: 1.0em;
							}

#nav li:hover ul ,#nav li.sfhover ul	{
								left				: auto;
							}

#nav li:hover ul li, #nav li.sfhover ul li	{
								width				: 129px;
								border-right		: 1px solid #ffffff;
								border-bottom		: 1px solid #ffffff;
								border-left			: 1px solid #ffffff;
							}

#nav li:hover ul li	a		{	width				: 119px;
								margin				: 0;
								padding				: 6px 5px 6px 12px;
								color				: #ffffff;
								background			: #000066;
							}
#nav li:hover ul li	a:hover	{	width				: 119px;
								margin				: 0;
								padding				: 6px 5px 6px 12px;
								color				: #000066;
								background			: #6699ff;
							}							


a.selected, a.selected:hover	{	background			: url(../images/selectedNavLinkBg.png) bottom center no-repeat; }
