﻿#tabMoney span {
   display: block;
   background-image:url('../SiteCollectionImages/tab_left_selected.gif');
   background-repeat: no-repeat;
   padding: 5px 16px;
}

#tabMoney a {
   display: block;
   background-image: url("../SiteCollectionImages/tab_right_selected.gif");
   background-position: top right;
   background-repeat: no-repeat;
   color: #333333;
   text-decoration: none;
   font-weight: bold;
}

