/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding:0px;
margin:0px;
width:832px;
list-style-type: none;
}

.shadetabs li{
display: inline;
padding:0px;
margin: 0;
}

.shadetabs li a{
padding: 0px;
margin:0px;
z-index: 1;
float:left;
display: block;
height:182px;
text-indent:-99999px;
outline:none;
text-decoration: none;
position: relative;
overflow:hidden;

}

.shadetabs li.energy a{
	width:207px;
	background:url(../images/energybill.jpg) no-repeat;
}

.shadetabs li.mobile a{
	width:207px;
	background:url(../images/mobilebills.jpg) no-repeat;
}

.shadetabs li.waste a{
	width:207px;
	background:url(../images/wastebills.jpg) no-repeat;
}

.shadetabs li.landline a{
	width:207px;
	background: url(../images/landlinebills.jpg) no-repeat;
}


/*.nav li.home a{
	width:123px;
	background:url(images/nav.jpg) no-repeat;
}

.nav li.home a:hover, .nav li a:active_h{
	background:url(images/nav.jpg) no-repeat 0 -41px;
}
*/



.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

