﻿#headerGroup 
{
    position: relative;
    float: left;
    clear: both;
    width: 900px;
    background-color: transparent;
    font-size: 10px;
    top: 0px;
    left: 0px;
    margin-bottom: 0px;
}
#header 
{
    position: relative;
    float: left;
    clear: both;
    width: 900px;
    background-color: transparent;
    font-size: 10px;
    top: 0px;
    left: 0px;
    vertical-align: middle;
}
#headerlogo
{
 src:url('images/pspLogo.gif');
}
#headerMenu 
{
    position: relative;
    float: left;
    clear: both;
    width: 900px;
    background: #6A5ACD url("images/stp1.gif") repeat-x;
    font-family: arial medium;
    font-weight: normal;
    font-size: 10px;
    vertical-align: middle;
    color: #F0F8FF;
    height: 35px;
    top: 0px;
    left: 0px;
}
#headerMenu ul 
{
    float: right;
    margin: 0;
    padding: 0 10px 0 10px;
    font-size: 12px;
    height: 25px;
}
#headerMenu li
{
    list-style-type: none;
    float: left;
    display: inline;
    clip: rect(auto, 5px, auto, auto);
    white-space: nowrap;
} 
#headerMenu a 
{
    text-decoration:none;
    margin:0;
    padding:  0px 10px 0 10px ;
    display:block;
    color:#F0F0F0;
    float:left;
    height: 15px;
}
#headerMenu a.first 
{
  /*  margin:0;
    padding:  0px 10px 0 10px ;
    height: 15px;*/
} 
#headerMenu a:hover 
{
    background:#000080;
}
#headerLine 
{
    position: relative;
    float: none;
    clear: both;
    width: 900px;
    height: 1px;
    background-color: #FFD700;
    font-size: 0;
    top: 0px;
    left: 0px;
}
