﻿#TreeMenuAndContent
{
	min-height: 423px;
	height: 100%;	
}

.TreeMenuMenu{
	margin: 0;
    padding: 0;
    font-size: 9px;
	width: 129px;
	background-color: #7F7F7F;
	border-right: solid 1px black;
	min-height: 423px;
	height: 100%;
}

#TreeMenuContent
{   
	min-height: 423px;
	height: 100%;
	width: 750px;
}

.TreeMenuContent
{   
	min-height: 423px;
	height: 100%;
	width: 750px;
}

.TreeMenuItemL1 a
{
	color: white;
	width: 121px;
	padding: 3px 0px 3px 8px;
	text-decoration: none;
	letter-spacing: 0.9px;
	font-size: 1.2em;
	height: auto; /*17px;*/
	display: block;
	border-bottom: solid 1px white;
	/*background-color: #7F7F7F; border-color: #dfdfdf */
    background-image: url(../../Common/Images/Neutral/Page/TreeMenuL1.png);
}

.TreeMenuItemL1 a:hover{
	color: #303030;
	background-color: #dFdFdF;
    text-decoration:none;	
	/*background-color: #dFdFdF; #DA221D */
    background-image: url(../../Common/Images/Neutral/Page/TreeMenuL1Hover.png);
    
}

.TreeMenuItemL1Selected a{
    color: white;
    width: 121px;	
	padding: 3px 0px 3px 8px;
    text-decoration: none;
    letter-spacing: 0.9px;
	font-size: 1.2em;
	height: auto;
    display:block;
    border-bottom: solid 1px white;
	/*background-color: #bFbFbF; #DA221D */
    background-image: url(../../Common/Images/Neutral/Page/TreeMenuL1Selected.png);
	}

.TreeMenuItemL1Selected a:hover{
	color: #303030;
	background-color: #dFdFdF;
    text-decoration:none;	
	/*background-color: #dFdFdF; #DA221D */
    background-image: url(../../Common/Images/Neutral/Page/TreeMenuL1Hover.png);
}

.TreeMenuItemL2 a{
    color: white;
    width: 114px;	
    padding: 4px 0px 4px 15px;
    text-decoration: none;
    letter-spacing: 0.9px;
	font-size: 1.1em;
	line-height: 0.9em;
	height: auto; 
    display:block;
    /*border-bottom: solid 1px bFbFbF;*/
	/*background-color: #bFbFbF; border-color: #dfdfdf */
    background-image: url(../../Common/Images/Neutral/Page/TreeMenuL2.png);
}

.TreeMenuItemL2 a:hover{
	color: #303030;
	/*background-color: #dFdFdF; border-color: #DA221D */
    text-decoration:none;	
    background-image: url(../../Common/Images/Neutral/Page/TreeMenuL2Hover.png);
}

.TreeMenuItemL2Selected a{
    color: white;
    width: 114px;	
    padding: 4px 0px 4px 15px;
    text-decoration: none;
    letter-spacing: 0.9px;
	font-size: 1.1em;
	line-height: 0.9em;
	height: auto; /*17px;*/
    display:block;
    /*border-bottom: solid 1px #bFbFbF;*/
	/*background-color: #bFbFbF; #DA221D */
    background-image: url(../../Common/Images/Neutral/Page/TreeMenuL2Selected_2.png);
}

.TreeMenuItemL2Selected a:hover{
	color: #303030;
    text-decoration:none;	
	/*background-color: #dFdFdF; #DA221D */
    background-image: url(../../Common/Images/Neutral/Page/TreeMenuL2SelectedHover_2.png);
}

