﻿
.nav
{
    float: left;
    width: 100%;
    background: #FFF;
    font-size: 14px;
    background: url("http://www.top-tea.com/images/bg_line.gif");
}
.nav ul
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    list-style: none;
    text-decoration: none;
}
.nav li
{
    display: inline;
}
.nav a
{
    float: left;
    background: url("http://www.top-tea.com/images/menu-normal.gif") no-repeat left top;
    margin-right: 1px;
    padding: 0 0 0 4px;
    text-decoration: none;
    cursor:pointer;
}
.nav a span
{
    float: left;
    background: url("http://www.top-tea.com/images/menu-normal.gif") no-repeat right top;
    padding: 6px 8px 4px 6px;
    color: #000;
    text-decoration: none;
    cursor:pointer;
}
.nav a:hover
{
    color: #F00;
    background: url("http://www.top-tea.com/images/menu-select.gif") no-repeat left top;
    background-position: 0% 0px;
    text-decoration: none;
    cursor:pointer;
}
.nav a:hover span
{
    color: #F00;
    background: url("http://www.top-tea.com/images/menu-select.gif") no-repeat left top;
    background-position: 100% 0px;
    text-decoration: none;
    cursor:pointer;
}
.timer
{
    font-size: 9pt; 
    line-height: 24px; 
    color: Olive; 
    cursor:pointer;
}
