.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 12px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(media/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(media/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.tabZ{
padding: 2px 0;
margin-left: 5px;
margin-right: 5px;
font: 10px verdana;
text-align: left;
border-bottom: 1px solid darkgray;
list-style-type: none;
}

.tabZ li{
display: inline;
margin: 0;
}

    .alphabet
	{
		margin: 0 0 10px;
		overflow: hidden;
	}

    .alphabet a, #countries-table tr
    {
        transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        -webkit-transition: background-color 0.3s ease-in-out;
    }

    .alphabet a
    {
        width: 24px;
        float: left;
        color: #333;
        cursor: pointer;
        height: 20px;
        border: 1px solid #CCC;
        display: block;
        padding: 1px 1px;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
        border-right: none;
        text-decoration: none;
        background-color: #F1F1F1;
    }

        .alphabet a.first
        {
            border-radius: 3px 0 0 3px;
        }

        .alphabet a.last
        {
            border-right: 1px solid silver;
            border-radius: 0 3px 3px 0;
        }

        .alphabet a:hover,
        .alphabet a.active
        {
            background: #FBF8E9;
            font-weight: bold;
        }

.tabZ li a{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid darkgray;
    border-bottom: none;
    background-color: navy;
    color: white;
}

.tabZ li a:visited{
color: darkgray;
}

.tabZ li a:hover{
    background-color: white;
    color: black;
}

.tabZ li a:active{
color: black;
background-color: gold;
}

.tabZ li.selected a{/*selected tab*/
   
position: relative;
    top: 1px;
    padding-top: 4px;
    background-color: white;
    color: navy;
}

.tabAZ{
padding: 0px 0;
margin-left: 0;
font: 12px verdana;
text-align: left;
border-bottom: none;
list-style-type: none;
}

.tabAZ li{
display: inline;
margin: 0;
}

.tabAZ li a{
    text-decoration: none;
    padding: 2px 2px;
    margin-right: 0px;
    border: 1px solid white;
    border-bottom: none;
    background-color: purple;
    color: white;
}

.tabAZ li a:visited{
color: white;
}

.tabAZ li a:hover{
    background-color: white;
    color: purple;
    border: 1px solid purple;
}

.tabAZ li a:active{
    color: white;
}

.tabAZ li.selected a{/*selected tab*/
   
position: relative;
    top: 0px;
    padding-top: 20px;
    background-color: white;
    border: 1px solid purple;
    color: purple;
}
