﻿/*************************** One ***************************/

.OneCMSTreeMenuTable 
{
    width: 100%;	
}


.OneCMSTreeMenuItem 
{
    padding-left: 7px;
	padding-bottom: 5px;
	padding-top: 5px;

	color: #555555;
	text-decoration: none;	    

	background-image: url(../Images/common/dashLineGreen.gif);
	background-repeat: no-repeat;		
}


.OneCMSTreeMenuSelectedItem
{
    padding-left: 7px;
	padding-bottom: 5px;
	padding-top: 5px;

	color: #555555;
	text-decoration: none;	    

	background-image: url(../Images/common/dashLineGreen.gif);
	background-repeat: no-repeat;		
	
}


A.OneCMSTreeMenuLink
{
	color: #555555;
	text-decoration: none;   	
}


A.OneCMSTreeMenuLink:hover 
{
	color: #c2554e;
	text-decoration: none;
}

/*************************** Two ***************************/

.TwoCMSTreeMenuItem 
{	
    padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 2px;

	color: #555555;
	text-decoration: none;	    

    background-color: #91966f;    	  
    
	background-image: url(../Images/common/subTextArrow.gif);
	background-repeat: no-repeat;	              
}


.TwoCMSTreeMenuSelectedItem
{
    padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 2px;

	color: #fffab4;
	text-decoration: none;	    
     
    background-color: #91966f;    
    font-weight: bold;

	background-image: url(../Images/common/subTextArrow.gif);
	background-repeat: no-repeat;	    
}


A.TwoCMSTreeMenuLink
{
	color: #e6e4d4;
	text-decoration: none;
}

A.TwoCMSTreeMenuLink:hover 
{
	color: #fffab4;
	text-decoration: none;

}


A.TwoCMSTreeMenuSelectedLink 
{
	color: #fffab4;
	font-weight: bold;
	text-decoration: none;
}

A.TwoCMSTreeMenuSelectedLink:hover 
{
	color: #fffab4;
	font-weight: bold;
	text-decoration: none;
}

/*************************** SubOne ***************************/

.subNavBorderTable
{
    border: solid 1 #FFFFFF;
    margin: 10 0 0 0 ;
}


.SubOneCMSTreeMenuTable 
{
    width: 100%;	
}


.SubOneCMSTreeMenuItem 
{
	color: #555555;
	text-decoration: none;
	line-height: 15px;
}


.SubOneCMSTreeMenuSelectedItem
{
	font-weight: bold;
	color: #996600;
	text-decoration: none;
	line-height: 15px;
}


A.SubOneCMSTreeMenuLink
{
	color: #878c67;
	text-decoration: none;  	
}


A.SubOneCMSTreeMenuLink:hover 
{
	color: #996600;
	text-decoration: none;

}
