/* rollover.css */
#sitemap {
position: relative;
width: 590px;
height: 355px;
background: #336666 url(/images/sitemap.png) no-repeat;
margin: 10px 0 0 0;
padding: 0;
}
#sitemap li {
display:block;
position:absolute;
list-style:none;
margin:0;
padding:0;
}
#sitemap a {
display:block;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor: pointer;
}
#links {left: 31px; top: 141px; width: 55px; height: 47px;}
#about {left: 87px; top: 215px; width: 38px; height: 63px;}
#paint {left: 136px; top: 133px; width: 59px; height: 75px;}
#logos {left: 206px; top: 207px; width: 82px; height: 74px;}
#print {left: 195px; top: 64px; width: 73px; height: 74px;}
#comics {left: 279px; top: 120px; width: 52px; height: 87px;}
#movies {left: 337px; top: 195px; width: 92px; height: 83px;}
#new {left: 290px; top: 26px; width: 89px; height: 63px;}
#contact {left: 375px; top: 95px; width: 63px; height: 73px;}
#music {left: 468px; top: 143px; width: 65px; height: 90px;}
#websites {left: 420px; top: 0px; width: 101px; height: 95px;}

#links a {height: 47px;}
#about a {height: 63px;}
#paint a {height: 75px;}
#logos a {height: 74px;}
#print a {height: 74px;}
#comics a {height: 87px;}
#movies a {height: 83px;}
#new a {height: 63px;}
#contact a {height: 73px;}
#music a {height: 90px;}
#websites a {height: 95px;}

#links a:hover, #about a:hover, #paint a:hover, #logos a:hover, #print a:hover, #comics a:hover, #movies a:hover, #new a:hover, #contact a:hover, #music a:hover, 
#websites a:hover {background: url(/images/sitemap.png); background-repeat:no-repeat;}
#links a:hover {background-position:-31px -496px; }
#about a:hover {background-position:-87px -570px;}
#paint a:hover {background-position:-136px -488px;}
#logos a:hover {background-position:-206px -562px;}
#print a:hover {background-position:-195px -419px;}
#comics a:hover {background-position:-279px -475px;}
#movies a:hover {background-position:-337px -550px;}
#new a:hover {background-position:-290px -381px;}
#contact a:hover {background-position:-375px -450px;}
#music a:hover {background-position:-468px -498px;}
#websites a:hover {background-position:-420px -355px;}

#sitemap a:hover {
/*
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity: 0.60;
-khtml-opacity: 0.6;
*/
}