#menu
{
	position: relative;
	left: 10px;
	top: 10px;
}
.clear {
  clear:both;
}
.menu1{height:35px; width:120px;}
a .menu1 {background:url("http://www.ivc-band.com/img/b_intro.gif");}
a:hover .menu1{ background-position: 100% -35px;}

.menu2{height:35px; width:120px;}
a .menu2 {background:url("http://www.ivc-band.com/img/b_bio.gif");}
a:hover .menu2{ background-position: 100% -35px;}

.menu3{height:35px; width:120px;}
a .menu3 {background:url("http://www.ivc-band.com/img/b_muza.gif");}
a:hover .menu3{ background-position: 100% -35px;}

.menu4{height:35px; width:120px;}
a .menu4 {background:url("http://www.ivc-band.com/img/b_media.gif");}
a:hover .menu4{ background-position: 100% -35px;}

.menu5{height:35px; width:120px;}
a .menu5 {background:url("http://www.ivc-band.com/img/b_linki.gif");}
a:hover .menu5{ background-position: 100% -35px;}

.menu6{height:35px; width:120px;}
a .menu6 {background:url("http://www.ivc-band.com/img/b_outro.gif");}
a:hover .menu6{ background-position: 100% -35px;}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	width: 120px;
	padding-left: 10px;
	background: #660000;
	border-width: 1px;
	border-style: solid;
	border-color: #3a0707 #000000 #000000 #3a0707;
}



