﻿.NavSectionOuter
{
    background-color: #EEEEEE;   
    border-bottom: 0px solid none;
    border-left: 0px none;
    border-right: 0px none;
    border-top: 0px none;
}

.NavSectionItem
{
    font-weight: normal;
    font-size: xx-small;
}

.NavSectionItem a
{
    color: #FFCC00;
}


.NavSectionItem a:HOVER
{
    color: #FFCC00;
}






.NavSectionItem .SmallText
{    
    text-align: center;    
    padding: 5px;
    font-size: xx-small;
}


.NavSectionLinkOuter
{
    width: 100%;
    background-color: #006666;
    text-align: center;
    padding: 2px 0px 2px 0px;
    
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    
}


.NavSectionLinkOuter:hover
{
    background-color: #009999
}

.ChildSiteMapLinksOuter
{
    padding: 0px 5px 5px 5px;
    text-align: center;
    font-size: xx-small;
    font-weight: bold; 
    color: #333333;
}

.ChildSiteMapLinksOuter a
{
    font-weight: normal !important; 
    color: Blue !important;
    
}

.ChildSiteMapLinksOuter a:hover
{
    font-weight: normal !important; 
    color: Blue !important;
    
}
