diff --git a/skins/UabVector.php b/skins/UabVector.php
index 3ded101cf7c9e7b8d1a89c89733bda6bcbc511df..09d85f333f76369c30a74217d9434b1378e3fd5f 100644
--- a/skins/UabVector.php
+++ b/skins/UabVector.php
@@ -622,7 +622,9 @@ class UabVectorTemplate extends QuickTemplate {
 				case 'TOOLBOX':
 ?>
 <div class="portal" id="p-tb">
-	<h5<?php $this->html('userlangattributes') ?>><?php $this->msg( 'toolbox' ) ?></h5>
+    <!-- moduletable -->
+    <div class="moduletable">
+	<ul class ="menu" <?php $this->html('userlangattributes') ?>><?php $this->msg( 'toolbox' ) ?>
 	<div class="body">
 		<ul>
 		<?php if( $this->data['notspecialpage'] ): ?>
@@ -657,6 +659,9 @@ class UabVectorTemplate extends QuickTemplate {
 		<?php wfRunHooks( 'SkinTemplateToolboxEnd', array( &$this ) ); ?>
 		</ul>
 	</div>
+    </ul>
+   </div>
+   <!-- /moduletable -->
 </div>
 <?php
 					break;