#navigation {
background: url(navbackground.jpg) no-repeat;
height: 484px;
width: 182px;
margin: 0px;
margin-left: -8px;
padding: 0px;
position: absolute;
top: 90px;
}
#navigation span {
display: none;
}
#navigation a {
height: 35px;
display: block;
}
#navigation li {
list-style-type: none;
}
#li1 { width: 182px; }
#li2 { width: 182px; }
#li3 { width: 182px; }
#li4 { width: 182px; }
#li1 a:hover {
background: url(navbackground.jpg) -182px 0px no-repeat;
}
#li2 a:hover {
background: url(navbackground.jpg) -182px -35px no-repeat;
}
#li3 a:hover {
background: url(navbackground.jpg) -182px -70px no-repeat;
}
#li4 a:hover {
background: url(navbackground.jpg) -182px -105px no-repeat;
}
#li5 a:hover {
background: url(navbackground.jpg) -182px -140px no-repeat;
}
Bookmarks