CODE
#leftMenu {
background: url('./images/sidebar.jpg');
position : absolute;
left : 10px;
width: 150px;
z-index : 2;
background-color : #000066;
border-right: 1px solid white;
border-bottom: 1px solid white;
}
#rightMenu {
background: url('./images/sidebar.jpg');
position : absolute;
right : 9px;
width: 150px;
z-index : 1;
background-color : #000066;
border-left: 1px solid white;
border-bottom: 1px solid white;
}
.centerTable
{
background : url("images/tableBg.jpg");
border : 1px solid white;
}
background: url('./images/sidebar.jpg');
position : absolute;
left : 10px;
width: 150px;
z-index : 2;
background-color : #000066;
border-right: 1px solid white;
border-bottom: 1px solid white;
}
#rightMenu {
background: url('./images/sidebar.jpg');
position : absolute;
right : 9px;
width: 150px;
z-index : 1;
background-color : #000066;
border-left: 1px solid white;
border-bottom: 1px solid white;
}
.centerTable
{
background : url("images/tableBg.jpg");
border : 1px solid white;
}

