How to make only 1 menu title bold
				
				
                
                    
                    
                
                
                    
                
                    
						
                
                
                    Hi,
I would like to make the first menu title (Find Contractors) a different color and bold.
findcontractorsonline dot com.
I think I could use something like this, however, this code below looks like it would only make all the menu titles bold.
#menu li a {
    float: left;
    font-weight: bold;
    height: 25px;
    text-align: left;
    text-decoration: none;
}
Any ideas on how I can achieve my desired outcome is greatly appreciated.