/**********************************************************************
// <copyright file="Navigation.css" company="denniscozart.com">
//     Copyright (c) denniscozart.com.  All rights reserved.
// </copyright>
//
// denniscozart.com navigation styles
// Dennis Cozart - dennis@denniscozart.com
//
**********************************************************************/

div.TreeView table
{
    border: none;
    margin: 0em;
    padding: 0em;
}

div.TreeView table tr td
{
    border: none;
    padding: .3em 0em !important;
}

div.TreeView table tr td a
{
    text-decoration: underline;
}

div.TreeView table tr td img
{
    height: 16px;
    width: 16px;
    padding: 0em .2em;
}

div.SiteMap table tr td
{
    padding: .1em 0em !important;
}

div.SiteMap table tr td.Level0
{
    font: 700 1.3em Arial, sans-serif !important;  
}

div.SiteMap table tr td.Level0 a
{
    background: inherit;
    color: rgb(125, 125, 125);
    text-decoration: none;
}





