Css problem prevents tab background from displaying

Project:Zura Blue Steel
Version:0.8.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:new
Description

Active tab background isn't displayed

stylesheets/general/construction.css
line 214 -> 222 should be:

#tabs ul li.active {
background:transparent url(../../images/layout/tab_active_right.jpg) no-repeat right top;
}

#tabs ul li.active a {
background:transparent url(../../images/layout/tab_active_left.jpg) no-repeat left top;
color:#292929;
padding:0pt 20px;
}

Was:

#tabs ul li.active {
background:transparent url(../../images/layout//tab_active_right.jpg) no-repeat right top;
}

#tabs ul li.active a {
background:transparent url(../../images/layout//tab_active_left.jpg) no-repeat left top;
color:#292929;
padding:0pt 20px;
}

can you supply a patch file?