.tab-menu {
        border:0px solid #000;
	float:left;
	background-color:#D3D3D3; 
	width:100%;
	margin-bottom:2.3em;
	background:url('http://www.birdie.org/img/tab-notselected.png');
}

.tab-menu .tab,
.tab-menu .tab-hover,
.tab-menu .tab-selected {
        border:0px solid #000;
        width: 104px;
	float:left;
	border-width:0 0px 0 0;
	border-color:white;
	border-style:solid;
        background:url('http://www.birdie.org/img/tab-notselected.png') no-repeat; 
}

.tab-menu .tab-selected {
        border:0px solid #000;
	background:url('http://www.birdie.org/img/tab-selected.png') no-repeat;
}

/* This part only applies to the "<a"-paragraph */
.tab-menu .tab a,
.tab-menu .tab a:visited,
.tab-menu .tab-selected a,
.tab-menu .tab-selected a:visited,
.tab-menu .tab-hover a {
        border:0px solid #000;
	color:#2B658A;
	text-decoration:none;
        line-height:2.3em;
        padding:0 3em 0 3em;
}

.tab-menu .tab-select a:hover,
.tab-menu .tab a:hover {
	color:#0000ff;
	text-decoration:none;
}
