﻿#top-header h1
{
    margin: 0px;
    padding: 0px;
}

#top-header h1 a
{
    height: 25px;
    display: block;
    text-indent: -9999px;
    margin: 10px 0 5px 10px;
    float: left;
    /*background: transparent url(../../images/home.gif) no-repeat 0 0;*/
    background: transparent url(../../images/gfhome-icon.png) no-repeat 0 0;
    width: 25px;
}

#top-header h1 a:hover
{
    text-decoration: none;
}

#top-nav
{
    float: right;
    margin: 10px 0px 0 0;
    width: 600px;
}

#top-nav ul
{
    text-align: right;
    display: inline;
    float: right;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#top-nav ul li
{
    list-style-type: none;
    display: inline;
    padding: 0 10px 0 10px;
    position: relative;
    float: left;
}

#top-nav ul li a
{
    color: #666;
    text-decoration: none;
    line-height: 20px;
}

#top-nav li a:hover
{
    text-decoration: none !important;
}

#top-nav ul li.help
{
    background: transparent url(../../images/help.gif) no-repeat right center;
}
