.ddoverlap{

}

.ddoverlap ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}

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

.ddoverlap li a{
	text-decoration: none;
	padding-right: 28px; /*extra right padding to account for curved right edge of tab image*/
	color: #666666;
	position: relative;
	display: block;
	float: left;
	margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
	left: 20px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.ddoverlap li a:visited{
color: #666666;
background: transparent url(images/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
}

.ddoverlap li a:hover{
	color: black;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px;
	background-color: transparent;
	background-image: url(images/righttabselected.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

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

.ddoverlap li.selected a:hover{
text-decoration: none;
}

