.shadetabs{
font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
font-size: 10px;
list-style-type: none;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0;
padding: 0px 0;
text-align: left;
/*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid #25408A;
color: #FFFFFF;
background-color: #415faf;
}

.shadetabs li a:visited{}

.shadetabs li a:hover{}


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

.shadetabs li.selected a{
border-bottom-color: white;
background-color: #FFFFFF;
color:#25408A;
font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
font-size: 13px;
font-weight:bold;
}

.shadetabs li.selected a:hover{
text-decoration: none;
}

.contentstyle{
border: 1px solid #25408A;
margin-bottom:0px;
margin-top: 3px;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
width: 620px;
}