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

.idxtabs li{
display: inline;
margin: 0;
padding-left:5px;
}

.idxtabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 7px;
border: 1px solid #142d7e;
color: #2d2b2b;
background: #ccc;
top:-1px;
}

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

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

.idxtabs li a.selected{ /*selected main tab style */
position: relative;

}

.idxtabs li a.selected{ /*selected main tab style */
background: #2b53d3;
border-bottom-color: #2b53d3;
color:#fff
}

.idxtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

