

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { 
border: 1px solid #c1ba9b;
color:#F6EDC2;
cursor:pointer;
}
.ui-tabs .ui-tabs-hide { 
	display: none !important; 
}
#tabs-inner {
	width:256px;
	background: transparent url(/images/site/sideworknavbg.png) no-repeat;

}

#tabs-inner-inner {
	margin:0 auto;
	padding-bottom:4px;
	padding-top:10px;
	width:232px;
}

/* Tabs Sprites Booyah Boo */

  #serviceclienttabs {
    width: 237px; height: 52px;
    background: url(/images/site/serviceclient.png);
    margin: 0px auto;
	padding: 0;
    position: relative;
	}
  #serviceclienttabs li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
	
  #serviceclienttabs li, #serviceclienttabs a {
    height: 52px; display: block; text-indent:-9999px;}


  li#byservicetab {left:2px; width:112px;}
  li#byclienttab {left:120px; width:115px;}

  li#byservicetab a:hover {
	  cursor:pointer;
    background: transparent url(/images/site/serviceclient.png)
    -2px -54px no-repeat;}
	
  li#byclienttab a:hover {
	  cursor:pointer;
    background: transparent url(/images/site/serviceclient.png)
    -120px -53px no-repeat;}
	
 .ui-state-active #changetoservice{
    background: transparent url(/images/site/serviceclient.png)
    -2px -105px no-repeat;}

 .ui-state-active #changetoclient{
    background: transparent url(/images/site/serviceclient.png)
    -120px -105px no-repeat;}

/* End all that Booyah Boo noise */