.shadetabs{
padding: 3px 0em;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0;
border-bottom: 1px solid #778;
font: bold 14px ARIAL;
font-variant: small-caps;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
 list-style: none;
 margin: 0px;
 display: inline;
}

.shadetabs li a{
 color: #495C6D;
 padding: 3px 0.5em;
 margin-left: 0px 0em;  /*****/
 border-right: 1px solid #778;
 border-left: 1px solid #778;
 border-top: 1px solid #778;
 border-bottom: 0px solid;
 background:url('/images/tabback_unfocus.jpg');
 background-repeat:repeat;
 text-decoration: none;
}

.shadetabs li a:visited{
color: #495C6D;
}

.shadetabs li a:hover{
 color: #495C6D;
 background:url('/images/tabback_focus.jpg');
 background-repeat:repeat;
 border-color: #227;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
 color: #495C6D;
 background:url('/images/tabback_focus.jpg');
 background-repeat:repeat;
 border-top:1px solid #227; 
 border-left:1px solid #227; 
 border-right:1px solid #227; 
 border-bottom: 1px solid white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
 color: #495C6D;
 background:url('/images/tabback_focus.jpg');
 background-repeat:repeat;
 border-bottom: 1px solid white;
}

.contentstyle{
border-top: 0px solid gray; 
border-left: 1px solid gray; 
border-right: 1px solid gray; 
border-bottom: 1px solid gray;
width: 600px;
margin-bottom: 1em; 
padding: 10px;
}
.contentstyle2{
border-top: 0px solid gray; 
border-left: 1px solid gray; 
border-right: 1px solid gray; 
border-bottom: 1px solid gray;
width: 120px;
margin-bottom: 1em; 
padding: 10px;
}


