/* Menu */
.links {
width: 975px;
height: 45px;
}
a.home {
display: block;
width: 45px; /* half the width of the image */
height: 45px; /* full hight of the image */
/* background: url("li2.gif") 0 -45 no-repeat; /* url of the image */
text-decoration: none;
float: left; /* this makes them sit in a line, it's not required for vertical navbars */
}
a:hover.home {
background-position: 0 0;
}
a.about {
display: block;
width: 49px; /* half the width of the image */
height: 45px; /* full hight of the image */
/* background: url("li2.gif") -45 -45 no-repeat; /* url of the image */
text-decoration: none;
float: left; /* this makes them sit in a line, it's not required for vertical navbars */
}
a:hover.about {
background-position: -45 0;
}
a.backpoolpiers {
display: block;
width: 69px; /* half the width of the image */
height: 45px; /* full hight of the image */
/* background: url("li2.gif") -94 -45 no-repeat; /* url of the image */
text-decoration: none;
float: left; /* this makes them sit in a line, it's not required for vertical navbars */
}
a:hover.blackpoolpiers {
background-position: -94 0;
}
a.brightonpier {
display: block;
width: 61px; /* half the width of the image */
height: 45px; /* full hight of the image */
/* background: url("li2.gif") -163 -45 no-repeat; /* url of the image */
text-decoration: none;
float: left; /* this makes them sit in a line, it's not required for vertical navbars */
}
a:hover.brightonpier {
background-position: -163 0;
}
a.southendpier {
display: block;
width: 67px; /* half the width of the image */
height: 45px; /* full hight of the image */
/* background: url("li2.gif") -224 -45 no-repeat; /* url of the image */
text-decoration: none;
float: left; /* this makes them sit in a line, it's not required for vertical navbars */
}
a:hover.southendpier {
background-position: -224 0;
}
a.wsmgrandpier {
display: block;
width: 83px; /* half the width of the image */
height: 45px; /* full hight of the image */
/* background: url("li2.gif") -291 -45 no-repeat; /* url of the image */
text-decoration: none;
float: left; /* this makes them sit in a line, it's not required for vertical navbars */
}
a:hover.wsmgrandpier {
background-position: -291 0;
}
a.weatherforecastinformation {
display: block;
width: 114px; /* half the width of the image */
height: 45px; /* full hight of the image */
/* background: url("li2.gif") -374 -45 no-repeat; /* url of the image */
text-decoration: none;
float: left; /* this makes them sit in a line, it's not required for vertical navbars */
}
a:hover.weatherforecastinformation {
background-position: -374 0;
}
a.googlesearch {
display: block;
width: 53px; /* half the width of the image */
height: 45px; /* full hight of the image */
/* background: url("li2.gif") -488 -45 no-repeat; /* url of the image */
text-decoration: none;
float: left; /* this makes them sit in a line, it's not required for vertical navbars */
}
a:hover.googlesearch {
background-position: -488 0;
}
a.eastbournepier {
display: block;
width: 77px; /* half the width of the image */
height: 45px; /* full hight of the image */
/* background: url("li2.gif") -541 -45 no-repeat; /* url of the image */
text-decoration: none;
float: left; /* this makes them sit in a line, it's not required for vertical navbars */
}
a:hover.eastbournepier {
background-position: -541 0;
}
a.bournemouthpier {
display: block;
width: 93px; /* half the width of the image */
height: 45px; /* full hight of the image */
/* background: url("li2.gif") -618 -45 no-repeat; /* url of the image */
text-decoration: none;
float: left; /* this makes them sit in a line, it's not required for vertical navbars */
}
a:hover.bournemouthpier {
background-position: -618 0;
}
a.skegnesspier {
display: block;
width: 64px; /* half the width of the image */
height: 45px; /* full hight of the image */
/* background: url("li2.gif") -711 -45 no-repeat; /* url of the image */
text-decoration: none;
float: left; /* this makes them sit in a line, it's not required for vertical navbars */
}
a:hover.skeggnesspier {
background-position: -711 0;
}
a.clactonpier {
display: block;
width: 56px; /* half the width of the image */
height: 45px; /* full hight of the image */
/* background: url("li2.gif") -775 -45 no-repeat; /* url of the image */
text-decoration: none;
float: left; /* this makes them sit in a line, it's not required for vertical navbars */
}
a:hover.clactonpier {
background-position: -775 0;
}