/* CSS Document */
.jskglap{
border-bottom: 0px solid #CCCCCC;
}

.jskglap ul{
padding: 0;
margin: 0;
font: 12px Arial;
list-style-type: none;
}

.jskglap li{
display: inline;
margin: 0;
}

.jskglap li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: #000000;
background: transparent url(../images/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #C0BFB3;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.jskglap li a:visited{
color: #999999;
}

.jskglap li a:hover{
text-decoration: underline;
color: blue;
}

.jskglap li.selected a{ /*selected tab style*/
color: black;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(../images/righttabselected.gif) 100% 0 no-repeat;
}

.jskglap li.selected a:hover{
text-decoration: none;
}