
.shadetabs{

margin-left: 0;

margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
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;
color: #2d2b2b;

}

.shadetabs li a:visited{
color: #2d2b2b;
}
.shadetabs li a span {
  display: none;
}
.shadetabs li a:hover{
color: #2d2b2b;
}
.shadetabs li#CSSTabID0 a {
  background: url(/Portals/0/images/tab_boatbuilding_up.jpg) no-repeat;
  width: 157px;
  height: 27px;
  display:inline-block;
}
.shadetabs li#CSSTabID0.selected a{
  background: url(/Portals/0/images/tab_boatbuilding_dn.jpg) no-repeat;
}
.shadetabs li#CSSTabID1 a {
  background: url(/Portals/0/images/tab_marine_up.jpg) no-repeat;
    width:103px;
  height: 27px;
  display:inline-block;
}
.shadetabs li#CSSTabID1.selected a {
  background: url(/Portals/0/images/tab_marine_dn.jpg) no-repeat;
}
.shadetabs li#CSSTabID2 a {
  background: url(/Portals/0/images/tab_technology_up.jpg) no-repeat;
      width:138px;
  height: 27px;
  display:inline-block;
}
.shadetabs li#CSSTabID2.selected a {
  background: url(/Portals/0/images/tab_technology_dn.jpg) no-repeat;
}
.shadetabs li#CSSTabID3 a {
  background: url(/Portals/0/images/tab_continuinged_up.jpg) no-repeat;
        width:92px;
  height: 27px;
  display:inline-block;
}
.shadetabs li#CSSTabID3.selected a {
  background: url(/Portals/0/images/tab_continuinged_dn.jpg) no-repeat;
}
.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/grayshadeactive.gif);
border-bottom: 1px solid #FFF;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.ff2 .shadetabs li a,
.ff2 .shadetabs li a:visited,
.ff2 .shadetabs li a:link{
display: block !important;
float:left;
margin-right: 5px;
margin-bottom: 1px;
}
.tabcontentstyle{ /*style of tab content oontainer*/
margin-top: -3px;
float:left;
border: 1px solid #709CC1;
width: 510px !important;
height: 100%;
overflow:auto;
-moz-box-sizing:border-box;
box-sizing:border-box;
padding: 10px 10px 20px 20px;
padding-bottom:35px;
line-height: 140%;
font-size: 13px;
color: #333;
background:url(/Portals/0/images/bkgd_tabs_content.jpg) repeat-x bottom;
}
.safari .tabcontentstyle {
margin-top: -4px;
width: 500px !important;
}
.ie6 .tabcontentstyle,
.ie7 .tabcontentstyle {
width: 500px !important;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
