.ibcTabs{
float:left;
width:100%;
font-size: 0.97em;
line-height:normal;
border-bottom: 4px solid #52739C; /*Add border strip to bottom of menu*/
}

.ibcTabsInactive{
float:left;
width:100%;
font-size: 0.97em;
line-height:normal;
border-bottom: 4px solid #9DB4CC; /*Add border strip to bottom of menu*/
}

.ibcTabs ul, .ibcTabsInactive ul {
list-style-type: none;
margin:0;
margin-left: 12px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.ibcTabs li, .ibcTabsInactive li {
display:inline;
margin:0;
padding:0;
}

.ibcTabs a, .ibcTabsInactive a {
float:left;
background:url(../images/ibcTab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 22px;
text-decoration:none;
background-position:0 -22px; /*Shift background image up to start of 2nd tab image*/
cursor: default;
}

.ibcTabs a span, .ibcTabsInactive a span {
float:left;
display:inline;
background:url(../images/ibcTab-right.gif) no-repeat right top;
padding: 3px 30px 2px 7px;
font-weight:bold;
color:#4f4f4f;
background-position:100% -22px; /*Shift background image back to start of 1st tab image*/
}

.ibcTabs li.selected a{ /*Selected Tab style*/
background-position:0 0px; /*Shift background image back to start of 1st tab image*/
color: white;
cursor: default;
}

.ibcTabs li.selected a span{ /*Selected Tab style*/
background-position:100% 0px; /*Shift background image back to start of 1st tab image*/
color: white;
cursor: default;
}

.ibcTabs a:hover, .ibcTabs li.selected a:hover, .ibcTabsInactive a:hover { /*onMouseover style*/
color: white;
cursor: pointer;
}

.ibcTabs a:hover span, .ibcTabs li.selected a:hover span, .ibcTabsInactive a:hover span { /*onMouseover style*/
color: white;
}
