.ddoverlap{
border-bottom: 1px solid #bbb8a9;
padding-left:12px;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 110% Arial, Helvetica, sans-serif;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
	padding: 4px 10px;
	text-decoration: none;
	padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
	color: #f6f6f6; /*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;
	background-color: transparent;
	background-image: url(../img/software/righttabdefault.gif);
	background-repeat: no-repeat;
	background-position: 100% 1px;
}

.ddoverlap li a:visited{
color: #f6f6f6; 
text-decoration:none;
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.ddoverlap li.selected a{ /*selected tab style*/
	color: #4f5052;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px;
	background-color: transparent;
	background-image: url(../img/software/righttabselected.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	text-decoration:none;
	
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}



.ticker{
list-style-image:url(../software/tick2.gif)
}


.ddoverlap{
	height: 1%;
}
