* html .levin h4.linked a { /* for IE5/win */
cursor:hand;  /* ackk, invalid */
cursor:pointer;
}
h4.linked span { background-position:0 -60px; }

#home h4 {width:200px;}
#articles h4 {width:200px;}
#shows h4 {width:200px;}
#pictures h4 {width:200px;}
#cdreviews h4 {width:225px;}
#forum h4 {width:175px;}
#links h4 {width:200px;}
#contact h4 {width:200px;}

.menuItem {
	background:none;
	position:relative;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
	height:60px;
	float:left;
	padding:0; margin:0;
}

.menuItem a, .menuItem a:visited {
	display:block;
	text-decoration:none;
}

.menuItem a span {
	display:block;
	position:absolute;
	top:0px; left:0px;
	background-position:0px 0px;
	z-index:1; /*for Opera 5 and 6*/
	height:60px;
}

#home h4 a span {background: url("/images/menu/home.png"); width:200px;}
#home h4 a:hover span {background: url("/images/menu/home.png") 0px -60px; width:200px;}
#home #activePage h4 a span, #home #activePage h4 a:hover span  {
	background: url("/images/menu/home.png") 0px -120px;
	width:200px;
}

#articles h4 a span {background: url("/images/menu/articles.png"); width:200px;}
#articles h4 a:hover span {background: url("/images/menu/articles.png") 0px -60px; width:200px;}
#articles #activePage h4 a span, #about #activePage h4 a:hover span  {
	background: url("/images/menu/articles.png") 0px -120px;
	width:200px;
}

#shows h4 a span {background: url("/images/menu/shows.png"); width:200px;}
#shows h4 a:hover span {background: url("/images/menu/shows.png") 0px -60px; width:200px;}
#shows #activePage h4 a span, #projects #activePage h4 a:hover span  {
	background: url("/images/menu/shows.png") 0px -120px;
	width:200px;
}

#pictures h4 a span {background: url("/images/menu/pictures.png"); width:200px;}
#pictures h4 a:hover span {background: url("/images/menu/pictures.png") 0px -60px; width:200px;}
#pictures #activePage h4 a span, #photos #activePage h4 a:hover span  {
	background: url("/images/menu/pictures.png") 0px -120px;
	width:200px;
}

#cdreviews h4 a span {background: url("/images/menu/cdreviews.png"); width:225px;}
#cdreviews h4 a:hover span {background: url("/images/menu/cdreviews.png") 0px -60px; width:225px;}
#cdreviews #activePage h4 a span, #photos #activePage h4 a:hover span  {
	background: url("/images/menu/cdreviews.png") 0px -120px;
	width:225px;
}

#forum h4 a span {background: url("/images/menu/forum.png"); width:175px;}
#forum h4 a:hover span {background: url("/images/menu/forum.png") 0px -60px; width:175px;}

#links h4 a span {background: url("/images/menu/links.png"); width:200px;}
#links h4 a:hover span {background: url("/images/menu/links.png") 0px -60px; width:200px;}
#links #activePage h4 a span, #safety #activePage h4 a:hover span  {
	background: url("/images/menu/links.png") 0px -120px;
	width:200px;
}

#contact h4 a span {background: url("/images/menu/contact.png"); width:200px;}
#contact h4 a:hover span {background: url("/images/menu/contact.png") 0px -60px; width:200px;}
#contact #activePage h4 a span, #contact #activePage h4 a:hover span  {
	background: url("/images/menu/contact.png") 0px -120px;
	width:200px;
}
