.basictab_rt{
color: blue;
padding: 3px 0px;
margin-left: 0px;
margin-top: 0px;
font: 9px Verdana;
border-bottom: 0px solid white;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab_rt li{
display: inline;
margin: 0;
color: blue;
}

.basictab_rt li a{
padding: 1px 0px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: blue;
background: transparent url(../graphics/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.basictab_rt li.selected a{ /*selected tab effect*/
z-index: 100; /*higher z-index so selected tab is topmost*/
color: blue;
top: 7px;
padding-top: 4px;
background: transparent url(../graphics/righttabselected.gif) 100% 0 no-repeat;

}
.basictab_rt li a:visited{
color: white;
}

.basictab_rt li a:hover{
text-decoration: none;
color: white;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 7px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(../graphics/righttabselected.gif) 100% 0 no-repeat;
}

.basictab_rt li a:active{
color: blue;
}




