﻿/* subnav */

#subnav
{

}


#subnav .staticitem1
{
    color: White;
    font-size: .85em;
    height: 20px;
    padding-right: 0px;
    padding-left: 7px;
    padding-bottom: 7px;
    padding-top: 7px;
    background-color: #CF0000;
    font-weight: bold;
    background-image: url(images/StaticItem.png);
}

#subnav .staticselected1
{
    color: #FFFFFF;
    font-size: .85em;
    height: 20px;
    padding-right: 0px;
    padding-left: 7px;
    padding-bottom: 7px;
    padding-top: 7px;
    text-decoration: none;
    background-color: #353535;
    font-weight: bold;
    background-image: url(images/StaticItemSelected.png);
}

#subnav .statichover
{
  
    color: #000000;
    background-color: #FFFFFF;
}

#subnav .statichover a:hover
{

    color: #000000;
    }

#subnav .staticitem2
{
    color: White;
    font-size: .8em;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: #CF0000;
    height: 15px;
}


#subnav .staticselected2
{
    color: #FFFFFF;
    font-size: .8em;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 3px;
    text-decoration: none;
    background-color: #666666;
}

#breadcrumbs
{
    position: relative;
    bottom: 5px;
    left: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #666666;
 }

#breadcrumbs a
{
    color: #BB2025;
    text-decoration: underline;
}

#breadcrumbs a:hover
{
    text-decoration: none;
    color: Red;
}
