div.nav				{width:300px; text-transform:lowercase; overflow:hidden;}
div.nav div			{height:26px; cursor:pointer;}
div.nav div			{background:url(nav_closed.gif) no-repeat 0px 0px;}
div.nav div.closed	{background:url(nav_open.gif) no-repeat 0px 0px;}
div.nav div:hover	{background-position:0 -26px;}
div.nav span		{padding-left:14px; position:relative; top:6px; font-weight:bold;}
div.nav ul			{margin-left:15px; padding-bottom:15px; padding-top:5px; list-style:none; list-style-image:none; }
div.nav li			{border-bottom:1px solid #FFFFFF; font-size:11px; margin-left:22px; padding:4px 0px 2px 0px;}
div.nav a			{display:block; width:280px; font-size:11px; text-decoration:none; color:#222C00; font-weight:normal;}
div.nav a:hover		{color:#749800;}
div.nav li.arrow	{background:url(bullet_arrow_right.gif) no-repeat 0px 8px; padding-left:8px;}
.leftNavigation {
	vertical-align: top;
	width: 300px;
	padding-left: 6px;
}
#leftColumn {
	width:300px;
	float:left;
	display:inline; 
	margin:0 0 0 5px;
	background: #E7F6F8;
}
#leftColumn h2 {
	font-size:1px; /* ie leaves the default height of the h1 tag without this */
	margin:0;
	padding:0;
	text-indent:-9999px;
}

#leftColumn h2 a {
	text-decoration:none;
	display:block;
}

#leftColumn ul {margin:8px 0 0 0;padding:0 0 8px 0;}
#leftColumn span a {width:300px;height:26px;display:block;}
#leftColumn span a:hover {background-position:0 -26px !important;}
.closed ul {display: none;}
div.leftNavigation li			{background:url(bullet_arrow_right.gif) no-repeat 0px 5px; border-bottom: 1px solid #6495ED; font-size:12px; padding-left:22px;}