

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ddoverlap {
border-bottom: 0px solid #bbb8a9;
position: relative;
top: 0px;
}

.ddoverlap ul{ 
	font: bold 90%  Verdana,Geneva,Arial,Helvetica,sans-serif;
	list-style-type: none;
	white-space: nowrap;
}

.ddoverlap li {
display: inline;
color: #ffffff !important;
}


.ddoverlap li a:link, .ddoverlap li a:visited,.ddoverlap li a:active{
	padding: 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #ffffff;
	background: #414141 url(http://couples.absite.com/ressources/rimages/button1p.gif) repeat-x 100% 0; /*give illusion of shifting 1px down vertically*/
	border-left: 0px solid #5E7CA2;
	border-bottom: 0px solid #5E7CA2;
	position: relative;
	display: block;
	float: left;
	white-space: nowrap;
	font-size: 11px;
}



.ddoverlap li a:hover {
text-decoration: none;
color: #FFB9A8 !important;
margin-top: -0px;
}

.ddoverlap li.selected a:link,.ddoverlap li.selected a:visited ,.ddoverlap li.selected a:active   {
	/*selected tab style*/
	color: #00CCFF;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 0px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(http://couples.absite.com/ressources/rimages/button1p.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}
 

