<li>
<a href="#bedroom" id="room_option_masterroom_a">
<span id="room_option_master"></span>
<span id="room_option_span">Master Room</span>
</a>
</li>
#masterroom_light_a:active{background-color:#0000FF}
I am trying to change color of selected menu ant it is selected until and am not select another menu from this list, i was try in CSS active tag but it is not working properly.