/*Menu create by Gurjit Singh Gsta  #3366ff*/


#menu3 ul{ /* defines container for the menu  i.e. ---------------------BOX */
background: #ffffff url('l m-bg04.jpg') repeat ;
/*list-style-type: none; */
padding: 1px;
margin-top: 0px;
margin-right:1px;
margin-left: 1px;
padding-left: 0px;
padding-right: 0px;
width: 198px;
font-family:Verdana,sans-serif;
/*height: 370px;*/
border-right: 0px solid #0066bb;     /* outer  border black */
border-bottom: 0px solid #0066bb; 
/*background-color: #2222cc; */ 
font-weight: bold; 
font-size: 14px;
text-align: left;
z-index: 1;
       /* -------------NOT work  */
}
#menu3 ul li{
/*background: #ffffff url('bg01.png')no-repeat ; */

 /* to minimize problems */
 background:  url(f.jpg) no-repeat 0 0;
margin: 1px 1px 1px 5px;        /*margin of text bg and menu3 bg */
padding-top:0px;
line-height: 28px; /* extra space */
color: #ffffff;                /* -------------NOTnot work  */
padding-left: 5px;
}

#menu3 ul li a{
text-decoration: none;
color:#444444;

}

#menu3  .bg   {
color: cc0000;
margin-left: 1px;
background: #cc0000;
margin-top: 0px;



}
			  
			  
			  
