/* Definitionen für die Navigation */


#musiknavi {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 13px;
 	color: rgb(255,255,255);
 	line-height: 30px;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-color: rgb(255,90,45);
	border-left-style : none;
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none;
	padding : 2px 5px
}


 	
