/* CSS Document */

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
    margin: 0px;
}

.navigationhead ul
{
    float: left; /*this part will stop it moving when the page scrolls so you may not want to include it*/
    position: absolute;
    left: -8px;
}

.navigationhead li
{
    float: left;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    list-style: none outside none;
    margin-right: 27px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
}
.navigationhead li:hover
{
    color: #65c2fa;
}

.navigationhead a:link
{
    text-decoration: none;
    color: #095C9A;
}
.navigationhead a:hover
{
    text-decoration: none;
    color: #333333;
}
.navigationhead a:visited
{
    text-decoration: none;
    color: #999999;
}

.navigationhead a:active
{
    text-decoration: none;
    color: #FF0000;
}

.navigationhead .darkblue
{
    border-top: 7px solid #0A76B6;
}

.navigationhead .green
{
    border-top: 7px solid #99CC00;
}

.navigationhead .yellow
{
    border-top: 7px solid #F8CF0B;
}

.navigationhead .ltblue
{
    border-top: 7px solid #65C2FA;
}

.navigationhead .orange
{
    border-top: 7px solid #FF6600;
}

.navigationhead .violet
{
    border-top: 7px solid #7038d6;
}
