.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;
}
.selectionlistitem {
	color: #404040;
	background: url("../images/arrowbullet.png") no-repeat center left; /*custom bullet list image*/
	padding: 3px;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-family: arial;
	font-weight: normal;
	font-size: .75em;
	display: block;
}

	.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;
        }

