@charset "utf-8";
/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ddoverlap{
	border-bottom: 1px solid #bbb8a9;
	width:100%;
	float:left;
}

.ddoverlap ul{
	padding: 0;
	margin: 0;
	font: 13px default;
	list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
	padding: 8px 9px 0px 9px;
	text-decoration: none;
	padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
	color: #555555;
	background: transparent url(./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;
	height:20px;
}

.ddoverlap li a:visited{
	color: #555555;
	height:20px;
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.ddoverlap li.selected a{ /*selected tab style*/
	height:20px;
	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(./righttabselected.gif) 100% 0 no-repeat;
	font-weight: bold;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}



