.xpertabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.xpertabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.xpertabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.xpertabs a{
float:left;
color: white;
background: #004E6A url(./../images/xpermenu/c_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.xpertabs a span{
float:left;
display:block;
background: transparent url(./../images/xpermenu/c_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}

.xpertabs a span{
float:none;
}


.xpertabs a:hover{
background-color: #0078A6;
}

.xpertabs a:hover span{
background-color: #0078A6;
}

.xpertabs a.current, #xpertabs a.current span{ /*currently selected tab*/
background-color: #0078A6;
}

.xpertabsline{
clear: both;
padding: 0;
width: 100%;
height: 12px;
line-height: 12px;

background: #7BBF2C;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}



.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

#ct1,#ct2,#ct3,#ct4,#ct5,#ct6 {
font-size: 10px;
font-weight: normal;
color:#0078A6;
/*color:  #B90C10;*/
/*background: #7BBF2C;*/
}