/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ddoverlap{
border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 90% default;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a { color: #666; text-decoration: none; background: url("images/layout/righttabdefault.gif") no-repeat 100% 1px; display: block; margin-left: -20px; padding: 3px 32px 3px 7px; position: relative; left: 20px; float: left; border-left: 1px solid #dbdbd5 }

.ddoverlap li a:visited { color: #666; text-decoration: none }

.ddoverlap li a:hover { color: #666; text-decoration: none }

.ddoverlap li.selected a { color: #666; text-decoration: none; background: url("images/layout/righttabselected.gif") no-repeat 100% 0; z-index: 100; top: 1px }

.ddoverlap li.selected a:hover { color: #666; text-decoration: none }


* html .ddoverlap{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}
