.shadetabs{
font:bold 1.2em Corbel;
list-style-type: none; text-transform:capitalize;
text-align:center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
float:left; margin:0 1px 0 0; border:1px solid #FFF; line-height:18px;
}

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

.shadetabs li a:visited{
color:#000;
}

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

.shadetabs li.selected{
position: relative; background:#FFF url(../images/navhead_bg.gif) repeat-x left top;
}

.shadetabs li.selected a{ /*selected main tab style */
background:#FFF url(../images/navhead_bg.gif) repeat-x left top;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
}

.tabcontentstyle ul {
margin:36px 0 0 0;
padding:0;
}
.tabcontentstyle li {
text-decoration:none;
list-style-type: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

/* style */
