Index: /trunk/src/web-app/css/main.css
===================================================================
--- /trunk/src/web-app/css/main.css	(revision 36)
+++ /trunk/src/web-app/css/main.css	(revision 37)
@@ -59,4 +59,6 @@
     float: left;
     margin: 0 15px 10px 15px;
+    width: 950px;
+    
 }
 
@@ -64,9 +66,19 @@
 
 .nav {
-    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
-    border: 1px solid #ccc;
-    border-style: solid none solid none;	
+    /*background: #fff url(../images/skin/shadow.jpg) bottom center repeat-x;*/
+    /*border: 1px solid #ccc; */
+    /*border-style: solid none solid none; */
     margin-top: 5px;
     padding: 7px 12px;
+    width: 900px;
+}
+
+.nav a{
+    background: url("../images/linkPanel.png") no-repeat top;
+    display: inline-block;
+    width: 140px;
+    height: 40px;
+    padding: 10px;
+    text-decoration: none;
 }
 
Index: /trunk/src/web-app/css/public.css
===================================================================
--- /trunk/src/web-app/css/public.css	(revision 36)
+++ /trunk/src/web-app/css/public.css	(revision 37)
@@ -79,6 +79,5 @@
 .body {
     padding: 0px 20px 20px;
-    background: transparent url("images/Contentbg.png") repeat-y scroll center;
-    width: 980px;
+    background: url("images/Contentbg.png") repeat-y scroll center;
     height: 100%;
 }
@@ -87,9 +86,19 @@
 
 .nav {
-    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
-    border: 1px solid #ccc;
-    border-style: solid none solid none;
+    padding-top: 7px;
+    /*background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;*/
+    /*border: 1px solid #ccc;*/
+    /*border-style: solid none solid none; */
     margin-top: 5px;
-    padding: 7px 12px;
+    text-align: center;
+    /* padding: 7px 12px; */
+}
+
+.nav a{
+    background: url("../images/linkPanel.png") no-repeat top;
+    display: inline-block;
+    width: 140px;
+    height: 40px;
+    /*text-decoration: none;*/
 }
 
@@ -100,20 +109,20 @@
 .menuButton a {
     color: #333;
-    padding: 4px 6px;
+    padding: 14px 25px;
 }
 .menuButton a.home {
-    background: url(../images/skin/house.png) center left no-repeat;
-    color: #333;
-    padding-left: 25px;
+    /*background: url(../images/skin/house.png) center left no-repeat;*/
+    color: #333;
+    /*padding: 25px;*/
 }
 .menuButton a.list {
-    background: url(../images/skin/database_table.png) center left no-repeat;
-    color: #333;
-    padding-left: 25px;
+    /*background: url(../images/skin/database_table.png) center left no-repeat;*/
+    color: #333;
+    /*padding-left: 25px;*/
 }
 .menuButton a.create {
-    background: url(../images/skin/database_add.png) center left no-repeat;
-    color: #333;
-    padding-left: 25px;
+    /*background: url(../images/skin/database_add.png) center left no-repeat;*/
+    color: #333;
+    /*padding-left: 25px;*/
 }
 
