Possible Duplicate:
How to use CSS hover inside html-tag?
<body>
<div id="he">
<div id="header">
<div class="headertabs">
<ul class="nav">
<li class="divide"> </li>
<li class="tab"><a href="a.php">OVERVIEW1</a></li>
<li class="divide"> </li>
<li class="tab"><a href="a.php">OVERVIEW2</a></li>
</body>
How do I write a css when I move the mouse (hover) on the overview1 and overview2 tabs it has to change its text color to green.