.shadetabs{
padding: 0px 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 1px;
margin-bottom: 0;
font: normal 6.5pt Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
/*border: 1px solid red;*/
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding:0px 7px;
margin-right: 0px;
border: 1px solid #265599;
border-bottom-color: #265599;
color: white;
background-color: #265599;
}


.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: White;
border: 1px solid #265599;
border-bottom-color: white;
color: #265599;
font: normal 7.5pt Tahoma;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 0px solid #FFFFFF;
width: 100%;
padding: 0px;
}
.BorderB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #265599;
}
.bdritb {
	border: 0px dotted #006f3a;
}