﻿/* TreeView 
-------------------------------------------*/
div.Left div.TreeView
{
    width: 184px;
   	padding:0;
   	background-image:url('/Images/Dotted_line_horizontal.gif');
	background-position: bottom;
	background-repeat:repeat-x;
}


div.Left div.TreeView ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}


/* 1st level list items */
div.Left div.TreeView ul li.Selected
{
    margin: 0 0 0 0;
    
}
/*li.Root a
{
    text-transform:uppercase;
}

 the use of child selector doesn't work on IE6 
div.Left div.TreeView ul li.Root>a 
{
	display:block;
	padding-bottom:10px;
    margin: 0;
}
*/
div.Left div.TreeView ul li.Root a
{
	display:block;
	padding-bottom:10px;
    margin-bottom: 5px;
    margin-top:10px;
	font-family: Trebuchet, Verdana, Sans-Serif;
	font-weight:normal;
	font-size:120%;
	color:#2da343;
	background-image:url('/Images/Dotted_line_horizontal.gif');
	background-position: bottom;
	background-repeat:repeat-x;
}

div.Left div.TreeView ul li.Leaf a
{
	background-image:none;
	padding-bottom:0px;
}

div.Left div.TreeView ul li.Root li a
{
	display:block;
	padding-bottom:3px;
    margin: 0;
    font-family: Verdana, Sans-Serif;
	font-weight:normal;
	font-size:100%;
    color:#00749d;
    background:none;
    text-transform:none;
}

div.Left div.TreeView ul li.Root li a:hover
{
	text-decoration: underline;
}



div.Left div.TreeView ul li.Root li.ChildSelected
{
    margin: 0 0 0 0;
}



/* 2nd level list items */
div.Left div.TreeView ul li.Root ul li
{
    padding: 2px 0 2px 0;
    font-size:100%;
}

div.Left div.TreeView ul li.Root ul li.Parent.Selected
{
    padding: 5px 0 0 0px;
}

div.Left div.TreeView ul li.Root ul li.Parent.ChildSelected
{
    padding: 5px 0 0 0px;
    
}
div.Left div.TreeView ul li.Root ul li ul 
{
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
}
/* 3rd level list items */
div.Left div.TreeView ul li.Root ul li ul li.Parent.ParentSelected
{
    margin: 0 0 0 -10px;
    padding: 0 0 5px 20px;
}


div.Left div.TreeView ul li.Root ul li ul li.Parent.Selected
{
    margin: 0 0 0 -10px;
    padding: 0 0 5px 20px;
}


div.Left div.TreeView ul li.Root ul li ul li
{
    margin: 0 0 0 -10px;
    padding: 0 0 5px 20px;
}


div.Left div.TreeView ul li.Root ul li ul li a
{
}
div.Left div.TreeView ul li.Root ul li ul li ul
{
    margin: 0 0 0 0;
}
div.Left div.TreeView ul li.Root ul li ul li.Parent.Selected
{
    padding: 0 0 0 20px;
}
div.Left div.TreeView ul li.Root ul li ul li.Parent.ChildSelected
{
    padding: 0 0 0 20px;
}
/*
div.Left div.TreeView ul li.Root ul li.Parent.Selected ul li.Parent.ParentSelected
{
    padding: 0 0 0 20px;
}
*/
/* 4th level list items */


div.Left div.TreeView ul li.Root ul li ul li ul li
{

}
div.Left div.TreeView ul li.Root ul li ul li ul li a
{
}
div.Left div.TreeView ul li.Root ul li ul li ul li ul
{
    margin: 0 0 0 0;
}
/* text decoration */
div.Left div.TreeView ul li a
{
	text-decoration: none;
	color: #00749d;
}
/* the use of child selector doesn't work on IE6
div.Left div.TreeView li.Selected>a
{
	text-decoration: underline;
	color:#c4008c;
}*/
div.Left div.TreeView li.Selected a
{
	text-decoration: underline;
	font-family: Verdana, Sans-Serif;
	color:#00749d;
}
div.Left div.TreeView li.Selected li a
{
	text-decoration: none;
	color: #00749d;
}

/* Site Map */
div.SiteMap ul {
	font-size:120%;
}
div.SiteMap a:active
{
	text-decoration:none;
	font-family: Verdana, Sans-Serif;
	color:#00749d;
}
div.SiteMap a:visited
{
	text-decoration:none;
	font-family: Verdana, Sans-Serif;
	color:#00749d;
}
div.SiteMap a:link
{
	text-decoration:none;
	font-family: Verdana, Sans-Serif;
	color:#00749d;
}
div.SiteMap a
{
	text-decoration:none;
	font-family: Verdana, Sans-Serif;
	color:#00749d;
}
div.SiteMap a:hover
{
    text-decoration: underline;
}

div.SiteMap li.Parent, div.SiteMap li.Leaf
{
	font-size:85%;
}