﻿.PageHeader
{
    position: relative;
    width:100%;
    height:auto;
}

.PageHeader_Background
{
    background-image: url(images/SmyrnaGIS_vertbar.png);
    background-repeat: repeat-x;
    height:100px;
}

.PageHeader_Logo
{
    background-image: url(images/SmyrnaGIS_small.png);
    background-repeat: no-repeat;
    height:100px;
}

.PageHeader_Links
{
    position:absolute;
    bottom: 0px;
    right: 0px;
    padding:0px;
    margin:0px;
    margin-bottom: 10px;
}

.PageHeader_Links li
{
    display: inline;
    list-style: none;
    margin:0;
    text-align: right;
}

.PageHeader_Links li a
{
    font-weight: bold;
    color: Black;
    padding: 0em 1em 0em 1em;
    border-left: solid 2px black;
    text-decoration: underline;
}

.PageHeader_Links li .firstlink
{
    border-left: none;
}

.PageHeader_Links li a:hover
{
    color: White;
}
