/* CSS Document */


ul#options {
list-style: none;
width: 160px;
}
ul#options li {
margin: 0 0px;
}
ul#options a {
background-image: url(https://swww.riverland.net.au/toysforkids/images/optionsmenu.jpg);
background-repeat: no-repeat;
width: 160px;
height: 25px;
display: block;
text-indent: -9999px;
}
ul#options li#mother a, ul#options li#mother a:visited {
background-position: 0px 0px;
}
ul#options li#mother a:hover, ul#options li#mother a:active {
background-position: -160px 0px;
}
ul#options li#hospital a, ul#options li#hospital a:visited {
background-position: 0px -25px;
}
ul#options li#hospital a:hover, ul#options li#hospital a:active {
background-position: -160px -25px;
}




