/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 908px;
border-top: 1px solid #22436b;
background: #22436b;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
padding: 0;
list-style: none;
background: #22436b;
}

.modernbricksmenu2 li{
display: inline;
margin: 0;
padding: 0;
background: #22436b;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 12px;
color: white;
text-decoration: none;
margin: 0 0; /*Margin between each menu item*/
padding: 6px 0 6px 20px;
background: #22436b url(images/tabs.png) center 31px;
width: 282px;
}

.modernbricksmenu2 a:hover{
color: #b7cae1;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background: #22436b url(images/tabs.png) center 63px;
color: #ffffff;
}

.tabcontent{
display:none; width:908px; height: 160px; color: #ffffff;
}

.t1 {
background: #22436b url(http://www.tv-live.org.uk/wb/media/home1.jpg) left top no-repeat;
}

.t2 {
background: #22436b url(http://www.tv-live.org.uk/wb/media/home2.jpg) left top no-repeat;
}

.t3 {
background: #22436b url(http://www.tv-live.org.uk/wb/media/home3.jpg) left top no-repeat;
}

@media print {
.tabcontent {
display:block !important;
}
}