/*Copyright Bridgeline Software, Inc. An unpublished work created in 2007. All rights reserved. 
This software contains the confidential and trade secret information of Bridgeline Software, Inc.("Bridgeline").
Copying, distribution or disclosure without Bridgeline's express written permission is prohibited.*/

div.leftNav{	
	margin: 0;
	width: 174px;
	padding-bottom: 60px;
	/*border-bottom: 9px solid #528852;*/
	background-color: #9c9;
	font: bold 0.9em arial;
	/*overflow:visible;*/
}

div.TreeView
{
	cursor:pointer;
	margin-top:25px;
	
}

div.leftNav h2{
    margin:0; padding:30px 0px 4px 10px; 
    font:bold 1em arial;
    color:#360;
}

.ParentNode,.LastParentNode,.noChildNode
{
	width: 174px;
	margin:0px;	
	/*color: #fff;	*/
	border-top: 1px solid #cce5b2;
}

.ParentNode nobr,.LastParentNode nobr,.linksHover nobr,.LastParentNodeHover nobr
{
	display:table !important;
	display:block;
	padding: 7px 13px 2px 19px;
	width:142px;	
	cursor:pointer;
	
}

.SelectedTreeNode nobr, .SelectedParentNode nobr,.currentLink nobr,.currentHover nobr
{
	border-top:1px solid #cce5b2;		
	background-color :#cfc;
	cursor:pointer;	
}

.ParentNodeHover, .LastParentNodeHover,.noChildHoverNode,.HoverTreeNode,.currentHover nobr
{
	border-top:1px solid #cce5b2;
	color:#528852; 
	width:174px;		
	cursor:pointer;
}

.noChildNode nobr, .noChildHoverNode nobr
{
	border-top:1px solid #cce5b2;
	display:table !important;
	display:block;
	padding:7px 13px 2px 19px; 
	width:142px;
}

.ParentNodeHover nobr,.HoverTreeNode nobr, .SelectedParentNode nobr, .SelectedTreeNode nobr,.currentHover nobr,.currentLink nobr
{
	display:table !important;
	display:block;
	padding:7px 13px 2px 19px; 
	width:100%;			
}

.currentHover{
    width:174px;
}

.SelectedParentNode,.SelectedTreeNode,.currentLink
{
	color:#528852; 
	width:174px;	 
}

.currentLink nobr, .currentHover nobr{
	width: 142px;
}

.secondLevelTreeNode
{
	padding:3px 0px 0px 13px; 
	margin:0px 0px 4px 0px; 
	background-color:Transparent;
	/*color:#fff;*/
	cursor:pointer;
}

.secondLevelHoverTreeNode
{
	color:#528852; 
	padding:3px 0px 0px 13px; 
	margin:0px 0px 4px 0px; 
	cursor:pointer;	
}
.invisibleNodeCssClass,.invisibleSelectedNodeCssClass,.GrayedTreeNode
{
	visibility:hidden;
}
div.leftNavContainer
{
	overflow:visible;
	float: left;
}
/*Added for Web Seperate Hyperlin*/
div.webAddress
{
	width:auto;
	padding:30px 0 0 20px;
}
div.webAddress a, div.webAddress a:visited
{
	text-decoration:none;
	color:#fff;
}
div.webAddress a:hover, div.webAddress a:active
{
	text-decoration:none;
	color:#ccc;
}
