﻿#scroller
{
    height: 37px;
}
#scroller li
{
    width: 196px;
    border-right: 1px solid #000;
    text-align: center;
}
#scroller a
{
    display: block;
    height: 26px;
    padding-top: 11px;
    background: #C11F20 url( ../images/common/scroller_bg.gif );
    background-position: center;
    color: White;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}
#scroller a:hover
{
    background-color: #000;
    background: #C11F20 url( ../images/common/scroller_bg_h.gif );
    background-position: center;
}
#scroller li.active a
{
    background-color: #700;
}
html #scroller li.noborder
{
    border: none;
}

.someclass
{
    color: Blue;
}
