﻿.UList
{
    padding: 0;
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    font-size: 11px;
    list-style: none;
    float: left;
    width: 100%;
    left: -20px;
}
.UList li
{
    display: inline;
    padding-right: 10px;
    width:85px;
    float: left;
}
.UList li a
{
    padding: 0.2em 1em;
    background: #fc6;
    color: #000;
    text-decoration: none;
    float: left;
    border: 1px solid #000;
}
.UList li a:hover
{
}
.BlackArrow
{
    width: 10px;
    height: 5px;
    text-align: center;
    vertical-align: middle;
}

