Want to change property of css file on fly

Want to change property of css file on fly

i want to change property of css file on fly..
say for eg:
i have css file with class
like
.menu
{
background-color:red;
}
i want to change the color of 
.menu
{
background-color:which user selects on fly;
}

can anybody help me out in this