﻿.Tab1 {
    position: relative;
    left: 7px;
    z-index: 100;
    margin-left: -7px;
    padding-right: 13px;
    display: block;
    float: left;
    width: 115px;
    height: 34px;
    line-height: 34px;
    color: #555;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    background-image: url('/_MasterPage/_Image/Global_Tab/Tab1.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-shadow: 1px 1px 0px #f1f1f1;
}

    .Tab1:hover {
        background-position: 0px -34px;
        text-shadow: 1px 1px 0px #ddd;
    }

    .Tab1.Selected {
        z-index: 999;
        font-weight: bold;
        color: #333;
        background-position: 0px bottom;
        text-shadow: 1px 1px 0px #ddd;
    }

.Tab2 {
    display: list-item;
    list-style-type: circle;
    margin-left: 20px;
    padding: 0 20px 10px 0;
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: gray;
}

    .Tab2:hover {
        text-decoration: underline;
    }

    .Tab2.Selected {
        font-weight: bold;
        color: black;
        list-style-type: disc;
    }
