/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}




.ui-tabs-nav a.aaa {
    display: block;
	width: 200px; /* IE 6 treats width as min-width */
    min-width: 200px;
    height: 30px; /* IE 6 treats height as min-height */
    min-height: 30px;
	background:url(../../images/bbs/menu.jpg) 0px 0px no-repeat;
}

.ui-tabs-nav a.bbb {
    display: block;
	width: 200px; /* IE 6 treats width as min-width */
    min-width: 200px;
    height: 30px; /* IE 6 treats height as min-height */
    min-height: 30px;
	background:url(../../images/bbs/menu.jpg) -200px 0px no-repeat;
}

.ui-tabs-nav a.ccc {
    display: block;
	width: 200px; /* IE 6 treats width as min-width */
    min-width: 200px;
    height: 30px; /* IE 6 treats height as min-height */
    min-height: 30px;
	background:url(../../images/bbs/menu.jpg) -400px 0px no-repeat;
}




.ui-tabs-nav a:hover.aaa,.ui-tabs-nav .ui-tabs-selected a.aaa span {
    display: block;
	width: 200px; /* IE 6 treats width as min-width */
    min-width: 200px;
    height: 30px; /* IE 6 treats height as min-height */
    min-height: 30px;
	background:url(../../images/bbs/menu.jpg) 0px -30px no-repeat;
}

.ui-tabs-nav a:hover.bbb,.ui-tabs-nav .ui-tabs-selected a.bbb span {
    display: block;
	width: 200px; /* IE 6 treats width as min-width */
    min-width: 200px;
    height: 30px; /* IE 6 treats height as min-height */
    min-height: 30px;
	background:url(../../images/bbs/menu.jpg) -200px -30px no-repeat;
}

.ui-tabs-nav a:hover.ccc,.ui-tabs-nav .ui-tabs-selected a.ccc span {
    display: block;
	width: 200px; /* IE 6 treats width as min-width */
    min-width: 200px;
    height: 30px; /* IE 6 treats height as min-height */
    min-height: 30px;
	background:url(../../images/bbs/menu.jpg) -400px -30px no-repeat;
}

