    
.shadetabs{
padding: 2px 0;
margin-left: 0px;
margin-top: 1px;
margin-bottom: -5px;
float:left;
width:100%;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:normal;

}

.shadetabs ul{
list-style-type: none;
margin:0;
margin-left: -15px; /*Left offset of entire tab menu relative to page*/
padding:0;
font-size:14px;
margin-bottom: -5px;}

.shadetabs li{
display:inline;
margin:0;
padding:0;

}

.shadetabs a{
float:left;
background:url(/images/nav/glowtab-left.gif) no-repeat left top;
margin-right: 2px; /*spacing between each tab*/
padding:0px 2px 5px 3px;
text-decoration:none;
margin-bottom: -5px;
}

.shadetabs a span  {
float:left;
display:block;
background:url(/images/nav/glowtab.gif) no-repeat right top;
padding: 4px 8px 6px 3px;
font-weight:bold;
color: #3c5a8d;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.shadetabs a span {float:none;}
/* End IE5-Mac hack */

.shadetabs a:hover span{
color: #FFFFFF;
}

.shadetabs #current a, .shadetabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.shadetabs #current a span,.shadetabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;
text-decoration:none;
}

.shadetabs a:hover,  .slidetabsmenu li.selected a{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}

.shadetabs a:hover span, .shadetabs li.selected a span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}
.tabcontentstyle{ /*style of tab content oontainer*/
width: 100%;

}

.tabcontent{
display:none;

}

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

<!--[if IE]>

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

<![endif]-->

