﻿#AdminNav
{
    float: left;
    clear: both;
    width: 100%;
    height: 20px;
/*    background-image: url("../images/searchbg.gif");
    background-position: left top;
    background-repeat: repeat-x;
*/
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #333333;
    color: #FFFFFF;
    display: none;
}

#AdminNav span
{
    font-weight: bold;
    margin-left: 32px;
}

#AdminNav a
{
    margin-left: 7px;
    margin-right: 7px;
    color: #FFFFFF;
    text-decoration: underline;
}

#AdminNav a:hover
{
    text-decoration: none;
}