.tab_navigation {width:500px;height:36px;}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px 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{
float:left;
text-decoration: none;
margin-right: 1px;
background-image: url(cubic_tab_default.jpg);
background-repeat:no-repeat;
color: #2d2b2b;
outline:0;
width:158px;
padding-top:10px;
padding-bottom:4px;
height:22px;
display:block;



}

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

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

.shadetabs li.selected{
position: relative;
top: 1px;

}

.shadetabs li.selected a{ /*selected main tab style */
float:left;
background-image: url(cubic_tab_active.jpg);
background-repeat:no-repeat;
width:158px;
padding-top:10px;
padding-bottom:4px;
height:22px;
display:block;
border-bottom-color: white;
color:rgb(254,254,254);


}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color:rgb(254,254,254);


}
.shadetabs li.selected a:focus
{
  outline:0;
	color:rgb(254,254,254);
}

.shadetabs li.selected a:visited{ /*selected main tab style */
text-decoration: none;
color:rgb(254,254,254);


}

.contentstyle{
width: 480px;
height:auto;
margin-bottom: 0; padding: 10px 10px 0px 10px;
overflow:visible;
}
