#tabs { 
    background: transparent; 
    border: none; 
} 

#tabs a {
 	outline: none;
 }
#tabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px;
    height: 32px;
} 
#tabs .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
#tabs .ui-tabs-nav .ui-state-active { 
	background: transparent url("img/uiTabsArrow.png") no-repeat bottom center; 
    border: none; 
} 
#tabs .ui-tabs-nav .ui-state-default a { 
    color: #888; 
    font-family: 'Roboto', sans-serif; font-weight: 400; 
} 
#tabs .ui-tabs-nav .ui-state-active a { 
    color: #333;
    font-weight: bold;
    font-family: 'Roboto', sans-serif; font-weight: 700; 
}
