Set the 'headerCls' property and then custom the header style.
<style type="text/css">
.header1 .panel-title{
height: 24px;
line-height: 24px;
}
.header1 .panel-tool{
height: 22px;
margin-top: -11px;
}
.header1 .panel-tool a.layout-button-left{
margin-top: 3px;
}
</style>
<div data-options="region:'west',split:true,headerCls:'header1',tools:'#toolbar'" title="West" style="width:200px;"></div>