.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: center; /*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: 0px 0px;
margin-left: 5px;
margin-right: 5px;
color: #2d2b2b;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
border: 0px solid #3333cc;
background : url(../layout/thebar-triangle2.gif) no-repeat;
background-position : bottom center;
}

.shadetabs li.selected a{ /*selected main tab style */
	
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 0px solid #3333cc;
width: 558px;
height : 28px;
margin-top : -15px;
margin-bottom: 0em; padding: 0px;
margin: 0 auto;
}

.navitems a{
color: #345373;
font:   8px Verdana;
}

.navitems a:hover{
text-decoration: underline;
color: #2d2b2b;
}