<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.ddoverlap{
border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
	padding: 0px;
	margin: 0px 0 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	color: #000000;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
	padding: 3px 7px;
	text-decoration: none;
	padding-right: 28px; /*extra right padding to account for curved right edge of tab image*/
	color: #000000;
	background: transparent url(../images/nav-righttabdefault.gif) no-repeat 100% 1px; /*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;
	
}

.ddoverlap li a:visited{
	color: #000000;
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.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/nav-righttabselected.gif) no-repeat 100% 0;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}

</style>

[if IE]>
<style type="text/css">
.ddoverlap{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}
</style>
<![endif]
