/* CSS Document */
#menu ul li {
				float:left;
				list-style:none;
				position: absolute;
				left: 1px;
				bottom: 20px;
				width:0px;
				height:100px;
				border:none;
			}
#menu ul li a {
					display:block;
					width:80px;
					height:100px;
				}
#menu ul li a:hover {background-position: 0 -100px;}
#news {position: absolute; left: 0px; background:url(buttons/bt_news.png) 0 0 no-repeat;}
#band {position: absolute; left: 100px; background:url(buttons/bt_band.png) 0 0 no-repeat;}
#music {position: absolute; left: 200px; background:url(buttons/bt_music.png) 0 0 no-repeat;}
#contact{position: absolute; left: 300px; background:url(buttons/bt_contact.png) 0 0 no-repeat;}
#photos {position: absolute; left: 400px; background:url(buttons/bt_photos.png) 0 0 no-repeat;}
#videos{position: absolute; left: 500px; background:url(buttons/bt_videos.png) 0 0 no-repeat;}
#guestbook {position: absolute; left: 590px; background:url(buttons/bt_guestbook.png) 0 0 no-repeat;}
#links{position: absolute; left: 700px; background:url(buttons/bt_links.png) 0 0 no-repeat;}


#menu ul li a.active{background-position: 0 -200px;}
#news {background:url(buttons/bt_news.png) 0 0 no-repeat;}
#band {background:url(buttons/bt_band.png) 0 0 no-repeat;}
#music {background:url(buttons/bt_music.png) 0 0 no-repeat;}
#contact {background:url(buttons/bt_contact.png) 0 0 no-repeat;}
#photos {background:url(buttons/bt_photos.png) 0 0 no-repeat;}
#videos {background:url(buttons/bt_videos.png) 0 0 no-repeat;}
#guestbook {background:url(buttons/bt_guestbook.png) 0 0 no-repeat;}
#links {background:url(buttons/bt_links.png) 0 0 no-repeat;}

#menu2 ul li {
				float:left;
				list-style:none;
				position: absolute;
				left: 6px;
				top: 10px;
				width:115px;
				height:44px;
				border:none;
			}
#menu2 ul li a {
					display:block;
					width:115px;
					height:43px;
				}
#menu2 ul li a:hover {background-position: 0 -44px;}

#downloads {position: absolute; top: 20px; left: 0px; background:url(buttons/bt_downloads1.png) 0 0 no-repeat;}
#home {position: absolute; top: 100px; left: 0px; background:url(buttons/bt_home.png) 0 0 no-repeat;}