﻿
#nav
{
        border: none;
        bottom: 72px;
        font-size: 10pt;
        height: 30px;
        left: 20px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        text-decoration: none;
        text-transform: uppercase;
}

#menu
{
        height: 30px;
        line-height: 20px;
        background-image: url(images/nav-fill.png);
        background-repeat: repeat-x;
}

#nav-left, #nav-right
{
        width: 10px;
        height: 30px;
        background-image: url(images/nav-rounded.png);
        background-repeat: no-repeat;
}

#nav-left
{
        background-position: left top;
}

#nav-right
{
        background-position: right top;
}

#nav a
{
        text-decoration: none;
}

#nav a, #nav a:link, #nav a:hover, #nav a:active, #nav a:visited
{
        text-decoration: none;
        display: block;
        padding: 5px 0 0 0;
        color: #EE6622;
        font-family: Arial, Helvetica, sans-serif;
}

#nav a:hover, #nav a:active
{
        text-decoration: none;
       color: #ffffff;
}

#crumbs a
{
        text-decoration: none;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
}

#site-footer a, #site-footer a:link, #site-footer a:hover, #site-footer a:active, #site-footer a:visited
{
        text-decoration: none;
        display: block;
        padding: 5px 0 0 0;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
}

#site-footer a
{
        text-align: center;
}
