Apple css only menu (navigation bar)

I've seen lot of solutions to this menu over the Internet, and here is mine working under IE7+ as well as Firefox without using any images at all:
CSS:


.header_menu{
background-image:-moz-linear-gradient(100% 100% 90deg, #959595, #D0D0D0);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D0D0D0', EndColorStr='#959595');
color:#333333;
font-family:"Myriad Pro Light";
font-size:1.1em;
height:41px;
text-shadow:0 1px 0 #DFDFDF;
-moz-border-radius:5px;
border-radius: 5px;
}

ul.header_menu{
list-style-type:none;
}

ul.header_menu li{
display:block;
float:left;
padding-right:1em;
padding-left:1em;
font-weight:bold;
height:31px;
padding-top:0.7em;
border-right:1px #797979 solid;
cursor:pointer; cursor:hand;
}

ul.header_menu li:hover{
background-image:-moz-linear-gradient(100% 100% 90deg, #535353, #919191);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#919191', EndColorStr='#535353');
color:#ffffff;
text-shadow:none;
}

HTML code:
<ul class="header_menu">
<li>» 1.Register</li>
<li>2 Login</li>
<li>3.Make money!</li>
</ul>

apple style css only menu
End result:

Cheers! by Nevyan Neykov



Testing registry programs

5 of the most popular reg tools were tested:
the free ones:
CCleaner
Eusing Free Registry Cleaner
Glary Utilities

and those requiring purchase:
JV Power Tools
AVG PC Tuneup
(Iolo System Mechanic - hang up upon start)

Results:
From the free ones one of the best performance and detection results show Glary utilities.
As a whole, most problems were detected and fixed from AVG PC Tuneup. The program works very fast and gives quick and clear advices on computer's security (System Advisor).
For example with just one click you can choose to optimize windows services for gamer, office or home computer usage: from Advanced Tools->System Tweeks->Optimize Services.
Both the above programs have the feature of undoing the changes that they've made in your registry database.

JV Power Tools, as well as Eusing did find additional registry values needing a fix.

Hope the information is useful to you. Cheers! by Nevyan Neykov