#shadetabs{
padding: 0 0 0 0;
margin:0 0 0 0;
float: left;
}

#shadetabs ul{
margin:0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

#shadetabs li{
display:inline;

}

#shadetabs li a{
text-decoration: none;
background:url(carer1.gif) top left ;
background-repeat:no-repeat;
margin: 0 0 0 0; /*Margin between each menu item*/
padding:0 0 0 0;
float: left;
}

#shadetabs li a:visited{
color: #2350A9;
text-decoration:none;

}

#shadetabs li a:hover{
text-decoration: none;
}

#shadetabs li.selected{
top: 0;
margin: 0 0 0 0; 
padding:0 0 0 0;
text-decoration:none;

}

#shadetabs li.selected a{ /*selected main tab style */
background:url(carer.gif);
background-repeat:no-repeat;
margin: 0 0 0 0; 
padding:0 0 0 0;
float: left;
text-decoration:none;


}

#shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
margin: 0 0 0 0; 
padding:0 0 0 0;
}
#shadetabs li.selected a:visited{
color:#00CC00;
text-decoration:none;
margin: 0 0 0 0; 
padding:0 0 0 0;

}

#tabcontentstyle{ /*style of tab content oontainer*/
width: 550px;
margin-left:3px;
margin-top:3px;
	}

#tabcontent{
display:none;
}

@media print {
#tabcontent {
display:block!important;
}
}
