ul.tabbernav 
{ 
 margin-left:7px; 
 padding: 5px 0;
 border-bottom: none;  
 font: 9px Arial, sans-serif;
} 

ul.tabbernav li a:hover 
{ 
 border-color: none; 
 background: #E8E8E8 url(images/order/tab_img.gif) no-repeat; /*was white*/
 width: 102px;
 height:24px; 
 cursor:default; /*added for onclick return false*/
} 

ul.tabbernav li.tabberactive a 
{ 
 background-color: #fff; 
 border-bottom: none; 
 background:   white url(images/order/tab_img.gif) no-repeat;
 width: 102px;
 height:24px; 
} 

ul.tabbernav li.tabberactive a:hover 
{  
 border-bottom: none; 
 background: white url(images/order/tab_img.gif) no-repeat;
 width: 102px;
 height:24px;  
} 

.tabberlive { 
 margin-top:2px; 
} 

ul.tabbernav li a 
{ 
 padding-top: 8px; 
 margin-left: 3px; 
 margin-right: 0px; 
 border: none; 
 border-bottom: none; 
 background: #E8E8E8 url(images/order/tab_img.gif) no-repeat; 
 width: 102px;
 height:24px; 
 text-decoration: none; 
} 

.tabberlive .tabbertab { 
 background: white;  
} 

.BottomBar { 
border-style: none; 
border-width: none; 
background-color: none; 
border-color: none; 

} 

A:BottomBar { 
font: 9px Arial, sans-serif;  
text-decoration: none; 
color: white; 
}
