/*Tab-Navi*/

#ddimagetabs  { }

#ddimagetabs a
    { color: #000000; font-size: 10px; font-family: Arial; text-decoration: none; background-image: url("../pics/bluetab.jpg"); background-repeat: no-repeat; text-align: center; display: inline; margin-left: 0; padding-top: 4px; width: 90px; height: 32px; float: left }

#ddimagetabs a:hover, #ddimagetabs a.current   { color: #f5f5f5; background-image: url("../pics/bluetabover.jpg") }

#tabcontentcontainer
{
 width: 725;   /* Width of 2nd level content* - default = 725 */
 height: 26px; /* Height of 2nd level content. Set to largest's content height to avoid jittering. */
}

.tabcontent { display: none }

.outertab
 {
  font-family: Arial;
  font-size: 10px;
  color: #000000;
  background-color: #f5f5f5;
  padding: 10px 20px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #6495ed
 }

.listtab
 {
  font-family: Arial;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  background-color: #F5F5F5;
  border: 1px solid #6495ED;
 }
A.sublink         { color: #3977fc; font-family: Verdana; font-size: 11px; line-height: 20px; text-decoration: underline; }
A.sublink:hover   { font-family: Verdana; font-size: 11px; color: #8b0000; line-height: 20px; background-color: #b3caf7; text-decoration: none; }
A.sublink:active  { font-size: 11px; color: #8b0000; font-family: Verdana; line-height: 20px; background-color: #b3caf7; text-decoration: none; }
