body	{
	behavior: url(/includes/javaScript/csshover.htc);
	}

div#mainLinksBar	{
	width: 190px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	}
	
div#mainLinksBar p	{
	margin: 10px 2px 2px 10px;
	}

div#leftNavBarCSS	{
	width: 190px;
	margin: 0;
	padding: 0;
	}
	
div#leftNavBarCSS h4	{
	color: #fff;
	font-family: "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 3px 15px;
	background-color: #306992;
	border-bottom: 2px solid #0f4d7a;
	border-right: 2px solid #0f4d7a;
	border-top: 2px solid #bbd3e4;
	border-left: 1px solid #bbd3e4;
	}

div#leftNavBarCSS ul	{
	margin: 0;
	padding: 0;
	width: 188px;
	border-bottom: 3px solid #fefcdd;
	}

div#leftNavBarCSS li	{
	position: relative;
	list-style: none;
	margin: 0;
	border-top: 3px solid #fefcdd;
	border-bottom: 1px solid #f2e730;
	background: url(/images/buttons/doublePointGreen.gif) 6px 6px no-repeat;
	}
	
div#leftNavBarCSS li.submenu	{
	background: url(/images/buttons/doublePointGreen2.gif) 6px 6px no-repeat;
	}

div#leftNavBarCSS ul ul	{
	position: absolute;
	top: 3px;
	left: 180px;
	display: none;
	background-color: #fef9aa;
	border: 1px solid green;
	margin: 0;
	}
	
/* This hack is to fix an IE positioning bug */
*html div#leftNavBarCSS ul ul	{
	position: absolute;
	top: -1px;
	left: 144px;
	}
	
*html div#leftNavBarCSS ul ul ul	{
	position: absolute;
	top: -1px;
	left: 142px;
	}

/*
** The z-index of 200 keeps the flyouts on top of the links
** in the footer which have a z-index of 100.
*/
div#leftNavBarCSS ul.level1 li.submenu:hover ul.level2	{
	display: block;
	z-index: 200;
	}

div#leftNavBarCSS ul.level2 li.submenu:hover ul.level3	{
	display: block;
	z-index: 200;
	}

div#leftNavBarCSS ul.level3 li.submenu:hover ul.level4	{
	display: block;
	z-index: 200;
	}

div#leftNavBarCSS li.submenu:hover,
div#leftNavBarCSS li:hover	{
	background: url(/images/buttons/arrow.gif) 8px 8px no-repeat #fefcdd;
	}

div#leftNavBarCSS li a	{
	display: block;
	font-size: .85em;
	padding: 3px 2px 3px 5px;
	height: 1%;
	}

/* The following rule and the width: 9.5em above is to make the link fill the whole li in IE */

div#leftNavBarCSS>ul a	{
	width: auto;
	}

