/*
	CSS image-only rollovers
*/

* html a:hover {
	visibility: visible ;
}

/* home page menu links */

#homeMenu {
	width: 443px ;
	float: right ;
	margin-top: 0px ;
	display: inline;
}
#robettesTop {
	width: 443px ;
	height: 170px ;
	background: url(../images/robettes-top.gif) no-repeat ;	
}

#homeBiography { background: url(../images/menu/home-biography-on.gif) no-repeat ; }
#homeFilm { background: url(../images/menu/home-film-on.gif) no-repeat ; }
#homeManyfacesof { background: url(../images/menu/home-manyfacesof-on.gif) no-repeat ; }
#homeLinks { background: url(../images/menu/home-links-on.gif) no-repeat ; }
#homeMerch { background: url(../images/menu/home-merch-on.gif) no-repeat ; }

#homeBiography, #homeBiography a, #homeBiography img,
#homeFilm, #homeFilm a, #homeFilm img,
#homeManyfacesof, #homeManyfacesof a, #homeManyfacesof img,
#homeLinks, #homeLinks a, #homeLinks img,
#homeMerch, #homeMerch a, #homeMerch img { width: 443px ;	display: block ; }

#homeBiography, #homeBiography a, #homeBiography img,
#homeFilm, #homeFilm a, #homeFilm img,
#homeManyfacesof, #homeManyfacesof a, #homeManyfacesof img,
#homeLinks, #homeLinks a, #homeLinks img { height: 36px ; }
#homeMerch, #homeMerch a, #homeMerch img { height: 62px ; }

#homeBiography a:hover img,
#homeFilm a:hover img,
#homeManyfacesof a:hover img,
#homeLinks a:hover img,
#homeMerch a:hover img { visibility: hidden ; }

/* home page link */

#homepagelink { 
	float: left ;
	display: inline ;
	margin-left: 20px ;
	margin-top: 10px ;
	background: url(../images/robdeering-on.gif) no-repeat ; 
}
#homepagelink, 
#homepagelink a, 
#homepagelink img { 
	width: 350px ;
	height: 36px ;
}
#homepagelink a, 
#homepagelink img { 
	display: block ;
}
#homepagelink a:hover img { visibility: hidden ; }

/* main menu links */

#menu {
	width: 352px ;
	float: right ;
	margin-top: 7px ;
	margin-right: 38px ;
	display: inline;
}

#biography { background: url(../images/menu/biography-on.gif) no-repeat ; }
#film { background: url(../images/menu/film-on.gif) no-repeat ; }
#manyfacesof { background: url(../images/menu/manyfacesof-on.gif) no-repeat ; }
#links { background: url(../images/menu/links-on.gif) no-repeat ; }
#merch { background: url(../images/menu/merch-on.gif) no-repeat ; }

#biography, #biography a, #biography img,
#film, #film a, #film img,
#manyfacesof, #manyfacesof a, #manyfacesof img,
#links, #links a, #links img,
#merch, #merch a, #merch img { width: 352px ;	display: block ; }

#biography, #biography a, #biography img { height: 63px ; }
#film, #film a, #film img,
#manyfacesof, #manyfacesof a, #manyfacesof img,
#links, #links a, #links img { height: 40px ; }
#merch, #merch a, #merch img { height: 60px ; }

#biography a:hover img,
#film a:hover img,
#manyfacesof a:hover img,
#links a:hover img,
#merch a:hover img { visibility: hidden ; }