.shadetabs{
width: 672px;
border-bottom: 3px solid #06509B; 
padding: 5px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
text-align: left; 
}

.shadetabs li{
display: inline;
margin: 0;
padding: 0;
}

.shadetabs li a{
font: 12px Arial;
color: black;
text-decoration: none;
position: relative;
margin-right: 0px;
padding-top: 6px; /* IE needs to be 0, FF needs to be 6 */
padding-bottom: 6px;
background: #E9E9E8 url(images_nav/tab_corner_left.png) top left no-repeat;
}

.shadetabs li a span{
padding-top: 6px;
padding-left: 18px;
padding-right: 18px;
background: url(images_nav/tab_corner_right.png) top right no-repeat;
}

.shadetabs li a:hover{
background-color: #9399A2;
color: white;
-moz-outline:none;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color: #06509B;
color: white;
border-color: #06509B; /*Brown color theme*/ 
-moz-outline:none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
