.menubg {	
			background-image:url(../images/bg_left_repeat.gif);  
			background-repeat:repeat-y;
			position: relative;
			height: 100%;
			width: 100%;
			z-index:0;
			}
	
	
.menubarl{	
			background:url(../images/bg_left.gif) no-repeat 0 top; 
			z-index:1;														
			text-align:left; 
			height:800px;
			}
			
.menulcontent{
			background:url(../images/ps_lbox_t.gif) no-repeat; 
			z-index:3;
			position: absolute;
			width: 156px;
			top	 : 135px;
			padding-top:10px; 
			margin-left:16px; 
			line-height:25px;
			clear:both
			}
			
.menulfooter {
			background:url(../images/ps_lbox_b.gif) no-repeat 0 bottom; 
			position: absolute;
			z-index:3;
			width:156px; 
			height:17px; 
			}
			
.menutitlel {
			text-align: center;
			font-family:AIRAL;
			font-weight:bold;
			font-size: 100%;
			color		 : #666666;
			}
						
