﻿div#News
{
    
    background-repeat: no-repeat;
    width: 240px;
    height: 193px;
    overflow: hidden;
    float: right;
}
div#News a
{
    display: block;
    color: #555;
    font-size: 11px;
    padding: 5px 15px 7px 3px;
    background-image: url(img/SquareSign.gif);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 5px;
}
div#News a:hover
{
    color: #990000;
}
div#NewsTabber a
{
    margin-left: 1px;
}
a#newest
{
    background-image: url(img/Newest.gif);
    background-repeat: no-repeat;
    background-position: 0px -19px;
    width: 113px;
    margin-right: 4px;
    height: 19px;
    overflow: hidden;
    float: right;
}
a#mostView
{
    background-image: url(img/viewest.gif);
    background-repeat: no-repeat;
        background-position: 0px -19px;

    width: 114px;
        margin-right: 5px;

    height: 19px;
    overflow: hidden;
    float: right;
}
div#NewsTabber a:hover, div#NewsTabber a.selected
{
    background-position: 0px 0px;
}
div#NewsBox
{
    float: right;
 border-right: solid 3px #aaa;
 border-bottom: solid 3px #aaa;
    margin-top: 14px;
    padding-right: 2px;
    margin-right: 5px;
    width: 240px;
}
div#NewsTabber
{
    padding-right: 1px;
}
