/* iNav container styling
------------------------------------- */
.iNavLevel1
{
	margin-left: 5px;
}
.iNavLevel1 ul
{
	text-align:left;
}

/* iNav general level styling ###may change once iNavOpen, iNavClosed, iNavLeaf introduced  [TRENA]
------------------------------------- */
/* iNav li = level 1 */
.iNavLevel1 li
{							
	list-style-type: none;
	font: normal 14px/1.2 "Trebuchet MS", Verdana, Arial, Sans-Serif;
}

/* iNav li = level 2, level 3 and children */
.iNavLevel1 li li, .iNavLevel1 li li li
{
	list-style-type: none;
	font: normal 12px/1.2 "Trebuchet MS", Verdana, Arial, Sans-Serif;
}

/* li that contains children */
.iNavLevel1 li span
{							
	cursor: hand !important;
	cursor: pointer !important;
	text-align:left;
	background-repeat:no-repeat;
	padding: 4px 0 0 15px;		
}

/* iNav links styling
------------------------------------- */
.iNavLevel1 li a
{							
	text-decoration:none;
}
.iNavLevel1 li a:link, .iNavLevel1 li a:visited
{
	color:#333;
	border-bottom:none;
}
.iNavLevel1 li a:hover
{
	color: #016735;
/*	background-color: #F8F5E8;
	border: solid 1px #9B5710;
	padding-left: 0;
	padding-right: 0;
	margin-left: -1px; */
}

/* iNavLeaf = li that contains no children
------------------------------------- */
.iNavLeaf1, .iNavLeaf2, .iNavLeaf3, .iNavLeaf4
{
	background: transparent url(scf_files/leaf0000.gif) left top no-repeat; 
	padding: 4px 0 0 15px;	
}

.iNavLeaf1
{
}
.iNavLeaf2
{
}
.iNavLeaf3
{
}
.iNavLeaf4
{
}

/* iNavNode = li that contains children
------------------------------------- */

	/* iNavOpen = li open levels
	------------------------------------- */
	.iNavOpen1, .iNavOpen2, .iNavOpen3, .iNavOpen4 /* style for all li open levels */
	{
		background: transparent url(scf_files/open0000.gif) left top no-repeat; 
	}
	.iNavOpen1
	{
	}
	.iNavOpen2
	{
	}
	.iNavOpen3
	{
	}
	.iNavOpen4
	{
	}

	/* iNavClosed = li closed levels
	------------------------------------- */
	.iNavClosed1, .iNavClosed2, .iNavClosed3, .iNavClosed4 /* style for all li closed levels */
	{
		background: transparent url(scf_files/closed00.gif) left top no-repeat; 
	}
	.iNavClosed1
	{
	}
	.iNavClosed2
	{
	}
	.iNavClosed3
	{
	}
	.iNavClosed4
	{
	}

/* iNavHere = li selected ### ARE THESE GOING TO REMAIN IDS OR CHANGE TO CLASSES? '#' or '.' [TRENA]
------------------------------------- */
#iNavHere1, #iNavHere1 span.iNavOpen1 a
{							
	color:#9B5710;
}
	#iNavHere1 span.iNavOpen1
	{
		padding-left: 15px;
	}
#iNavHere2, #iNavHere2 span.iNavOpen2 a
{							
	color:#016735;
}
	ul.iNavLevel2 li.iNavLeaf2#iNavHere2 a /* for FundList 'FundView.aspx' navigation */
	{							
		color:#016735;
	}
#iNavHere3, #iNavHere3 span.iNavOpen3 a
{							
	color:#016735;
}
#iNavHere4, #iNavHere4 span.iNavOpen4 a
{
	color:#016735;
}

