﻿/*************************** One ***************************/

.OneCMSTreeMenuTable 
{
	width: 100%;
	text-indent: 25px;
}

.OneCMSTreeMenuItem 
{
    border-top: solid 1 #535354;
    padding: 10 0 10 0;
}


.OneCMSTreeMenuSelectedItem
{
    color: Maroon;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;    
    border-top: solid 1 #535354;
    padding: 10 0 10 0;
}

A.OneCMSTreeMenuLink
{	
    color: White;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding: 10 0 10 0;
}


A.OneCMSTreeMenuLink:hover 
{
    text-decoration: underline;
}

A.OneCMSTreeMenuSelectedLink 
{
}

A.OneCMSTreeMenuSelectedLink:hover 
{
}



/*************************** Two ***************************/


.TwoCMSTreeMenuTable 
{
	width: 100%;
	padding-bottom: 0 0 5 0;
}

.TwoCMSTreeMenuItem 
{
    text-indent: 30px;
    padding: 0 0 5 0;
}


.TwoCMSTreeMenuSelectedItem
{
    color: Maroon;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    text-indent: 30px;
    padding: 0 0 5 0;
}

A.TwoCMSTreeMenuLink
{	
    color: White;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;    
    padding: 0 0 5 0;
}


A.TwoCMSTreeMenuLink:hover 
{
    text-decoration: underline;
}