Yazıyı div yada li içine al ve :hover ver. Örnek gösterebileceğimiz yer varsa ve konuya yazarsan herkes faydalanır.
#ustmenu {
background-color: #333333;
height: 58px;
margin: 20px 0px 0px 0px;
left: 0;
right: 0;
position: absolute;
}
#ustmenu ul {
width: 960px;
margin: 20px auto 20px;
color: #366066;
}
#ustmenu ul li{
list-style:none;
float:left;
padding: 0px 10px;
}
#ustmenu ul li a{
display:block;
line-height:15px;
text-decoration: none;
color: #fff;
}
#ustmenu ul li a:hover{
background: #f00;
}