/* TAB Nav */
ul.tabNav {
	height:53px;
	background:url(http://www.informationmanagementrequest.com/campaigns/compliance_warehouse/site/images/tabNav-off_back.gif) right top no-repeat ;
	margin:0px;
	padding:0px;
	}
ul.tabNav a {
	display:block;
	}
ul.tabNav a span {
	display:none;
	visibility:hidden;
	}
.tabNav a.tabSection1 {
	background:url(http://www.informationmanagementrequest.com/campaigns/compliance_warehouse/site/images/tabNav-off_01.gif) no-repeat;
	width:96px;
	height:53px;
	}
.tabNav a.tabSection2 {
	background:url(http://www.informationmanagementrequest.com/campaigns/compliance_warehouse/site/images/tabNav-off_02.gif) no-repeat;
	width:73px;
	height:53px;
	}

.tabNav a.tabSection3 {
	background:url(http://www.informationmanagementrequest.com/campaigns/compliance_warehouse/site/images/tabNav-off_03.gif) no-repeat;
	width:121px;
	height:53px;
	}
/*.tabNav a.tabSection1:hover,*/ .tabNav li.ui-tabs-selected a.tabSection1 {
	background:url(http://www.informationmanagementrequest.com/campaigns/compliance_warehouse/site/images/tabNav-on_01_rm.gif) no-repeat;
	width:96px;
	}
/*.tabNav a.tabSection2:hover,*/ .tabNav li.ui-tabs-selected a.tabSection2 {
	background:url(http://www.informationmanagementrequest.com/campaigns/compliance_warehouse/site/images/tabNav-on_02_rm.gif) no-repeat;
	width:73px;
	}

/*.tabNav a.tabSection3:hover,*/ .tabNav li.ui-tabs-selected a.tabSection3 {
	background:url(http://www.informationmanagementrequest.com/campaigns/compliance_warehouse/site/images/tabNav-on_03_rm.gif) no-repeat;
	width:121px;
	}
.tabNav li{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}

/* 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;
    }
}
	
